Searched refs:isPhysRegUsed (Results 1 – 9 of 9) sorted by relevance
151 if (MRI.isPhysRegUsed(*i)) { in runOnMachineFunction()
344 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) { in runOnMachineFunction()
250 if (!MRI.isPhysRegUsed(r) && !(isIntr && r == MBlaze::R11)) continue; in interruptFrameLayout()292 if (!MRI.isPhysRegUsed(r)) continue; in interruptFrameLayout()
330 bool isPhysRegUsed(unsigned Reg) const { in isPhysRegUsed() function
243 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) && in emitEpilogue()
392 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) && in emitEpilogue()
343 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR); in processFunctionBeforeCalleeSavedScan()
104 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i])) in HandleVRSaveUpdate()
647 if (!MRI->isPhysRegUsed(CSR)) { in tryEvict()