HomeSort by relevance Sort by last modified time
    Searched refs:isPhysRegUsed (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 195 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/
PPCFrameLowering.cpp 262 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i]))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 627 /// isPhysRegUsed - Return true if the specified register is used in this
634 bool isPhysRegUsed(unsigned Reg) const {
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 729 if (MF->getRegInfo().isPhysRegUsed(*I)) {
RegAllocGreedy.cpp 841 if (!MRI->isPhysRegUsed(CSR)) {
    [all...]
PrologEpilogInserter.cpp 265 if (F.getRegInfo().isPhysRegUsed(Reg) || F.getMMI().callsUnwindInit()) {
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 362 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
ARMFrameLowering.cpp 630 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 98 if (SystemZ::GR64BitRegClass.contains(Reg) && MRI.isPhysRegUsed(Reg)) {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 533 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR);
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 348 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) {
    [all...]

Completed in 241 milliseconds