Home
last modified time | relevance | path

Searched refs:isPhysRegUsed (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp151 if (MRI.isPhysRegUsed(*i)) { in runOnMachineFunction()
DX86FloatingPoint.cpp344 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) { in runOnMachineFunction()
/external/llvm/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp250 if (!MRI.isPhysRegUsed(r) && !(isIntr && r == MBlaze::R11)) continue; in interruptFrameLayout()
292 if (!MRI.isPhysRegUsed(r)) continue; in interruptFrameLayout()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h330 bool isPhysRegUsed(unsigned Reg) const { in isPhysRegUsed() function
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp243 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) && in emitEpilogue()
DARMFrameLowering.cpp392 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) && in emitEpilogue()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp343 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp104 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i])) in HandleVRSaveUpdate()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp647 if (!MRI->isPhysRegUsed(CSR)) { in tryEvict()