Searched refs:isPhysRegUsed (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp195 if (MRI->isPhysRegUsed(reg))
199 if (MRI->isPhysRegUsed(reg))
212 || MRI.isPhysRegUsed(SP::L0) // Too many registers needed
213 || MRI.isPhysRegUsed(SP::O6) // %SP is used
223 if (!MRI.isPhysRegUsed(reg))
226 assert(!MRI.isPhysRegUsed(mapped_reg));
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp262 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i]))
1101 (MRI.isPhysRegUsed(PPC::CR2) ||
1102 MRI.isPhysRegUsed(PPC::CR3) ||
1103 MRI.isPhysRegUsed(PPC::CR4))) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp801 const bool OddRegUsed = MRI->isPhysRegUsed(OddReg);
802 const bool EvenRegUsed = MRI->isPhysRegUsed(EvenReg);
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h627 /// isPhysRegUsed - Return true if the specified register is used in this
634 bool isPhysRegUsed(unsigned Reg) const { function in class:llvm::MachineRegisterInfo
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp729 if (MF->getRegInfo().isPhysRegUsed(*I)) {
H A DRegAllocGreedy.cpp841 if (!MRI->isPhysRegUsed(CSR)) {
1329 if (IgnoreCSR && !MRI->isPhysRegUsed(CSR))
2252 if (!MRI->isPhysRegUsed(CSR))
H A DPrologEpilogInserter.cpp265 if (F.getRegInfo().isPhysRegUsed(Reg) || F.getMMI().callsUnwindInit()) {
/external/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp362 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
H A DARMFrameLowering.cpp630 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
1360 if (!MRI.isPhysRegUsed(ARM::D8 + NumSpills))
1434 if (MRI.isPhysRegUsed(Reg)) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp98 if (SystemZ::GR64BitRegClass.contains(Reg) && MRI.isPhysRegUsed(Reg)) {
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp533 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR);
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp348 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) {

Completed in 2409 milliseconds