HomeSort by relevance Sort by last modified time
    Searched refs:setPhysRegUnused (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 246 MF.getRegInfo().setPhysRegUnused(SPU::R0);
247 MF.getRegInfo().setPhysRegUnused(SPU::R1);
248 MF.getRegInfo().setPhysRegUnused(SPU::R2);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 295 /// setPhysRegUnused - Mark the specified register unused in this function.
297 void setPhysRegUnused(unsigned Reg) { UsedPhysRegs[Reg] = false; }
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 329 MRI.setPhysRegUnused(Mips::RA);
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 348 MF.getRegInfo().setPhysRegUnused(XCore::LR);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 743 MF.getRegInfo().setPhysRegUnused(LR);
    [all...]

Completed in 186 milliseconds