Searched refs:setPhysRegUnused (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp247 MF.getRegInfo().setPhysRegUnused(SPU::R0);
248 MF.getRegInfo().setPhysRegUnused(SPU::R1);
249 MF.getRegInfo().setPhysRegUnused(SPU::R2);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineRegisterInfo.h390 /// setPhysRegUnused - Mark the specified register unused in this function.
392 void setPhysRegUnused(unsigned Reg) { function in class:llvm::MachineRegisterInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreFrameLowering.cpp346 MF.getRegInfo().setPhysRegUnused(XCore::LR);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp772 MF.getRegInfo().setPhysRegUnused(LR);

Completed in 170 milliseconds