Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp192 if (MRI->isPhysRegUsed(reg)) in verifyLeafProcRegUse()
196 if (MRI->isPhysRegUsed(reg)) in verifyLeafProcRegUse()
209 || MRI.isPhysRegUsed(SP::L0) // Too many registers needed in isLeafProc()
210 || MRI.isPhysRegUsed(SP::O6) // %SP is used in isLeafProc()
220 if (!MRI.isPhysRegUsed(reg)) in remapRegsForLeafProc()
223 assert(!MRI.isPhysRegUsed(mapped_reg)); in remapRegsForLeafProc()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp347 assert(MF.getRegInfo().isPhysRegUsed(AArch64::X9) && in emitPrologue()
914 const bool OddRegUsed = MRI->isPhysRegUsed(OddReg); in processFunctionBeforeCalleeSavedScan()
915 const bool EvenRegUsed = MRI->isPhysRegUsed(EvenReg); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp311 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i])) in HandleVRSaveUpdate()
1216 (MRI.isPhysRegUsed(PPC::CR2) || in processFunctionBeforeCalleeSavedScan()
1217 MRI.isPhysRegUsed(PPC::CR3) || in processFunctionBeforeCalleeSavedScan()
1218 MRI.isPhysRegUsed(PPC::CR4))) { in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/R600/
DSIRegisterInfo.cpp510 if (!MRI.isPhysRegUsed(*I)) in findUnusedRegister()
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp99 if (SystemZ::GR64BitRegClass.contains(Reg) && MRI.isPhysRegUsed(Reg)) { in processFunctionBeforeCalleeSavedScan()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h661 bool isPhysRegUsed(unsigned Reg) const { in isPhysRegUsed() function
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp367 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) && in emitEpilogue()
DARMFrameLowering.cpp794 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) && in emitEpilogue()
1494 if (!MRI.isPhysRegUsed(ARM::D8 + NumSpills)) in checkNumAlignedDPRCS2Regs()
1568 if (MRI.isPhysRegUsed(Reg)) { in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp866 if (!MRI->isPhysRegUsed(CSR)) { in tryEvict()
1352 if (IgnoreCSR && !MRI->isPhysRegUsed(CSR)) in calculateRegionSplitCost()
2447 if (!MRI->isPhysRegUsed(CSR)) in selectOrSplitImpl()
DExecutionDepsFix.cpp738 if (MF->getRegInfo().isPhysRegUsed(*I)) { in runOnMachineFunction()
DPrologEpilogInserter.cpp314 if (F.getRegInfo().isPhysRegUsed(Reg) || F.getMMI().callsUnwindInit()) { in calculateCalleeSavedRegisters()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp532 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR); in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp305 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) { in runOnMachineFunction()