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

  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 192 if (MRI->isPhysRegUsed(reg))
196 if (MRI->isPhysRegUsed(reg))
209 || MRI.isPhysRegUsed(SP::L0) // Too many registers needed
210 || MRI.isPhysRegUsed(SP::O6) // %SP is used
220 if (!MRI.isPhysRegUsed(reg))
223 assert(!MRI.isPhysRegUsed(mapped_reg));
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 347 assert(MF.getRegInfo().isPhysRegUsed(AArch64::X9) &&
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 311 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i]))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 654 /// isPhysRegUsed - Return true if the specified register is used in this
661 bool isPhysRegUsed(unsigned Reg) const {
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 738 if (MF->getRegInfo().isPhysRegUsed(*I)) {
RegAllocGreedy.cpp 866 if (!MRI->isPhysRegUsed(CSR))
    [all...]
PrologEpilogInserter.cpp 314 if (F.getRegInfo().isPhysRegUsed(Reg) || F.getMMI().callsUnwindInit()) {
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 367 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
ARMFrameLowering.cpp 794 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
    [all...]
  /external/llvm/lib/Target/R600/
SIRegisterInfo.cpp 510 if (!MRI.isPhysRegUsed(*I))
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 99 if (SystemZ::GR64BitRegClass.contains(Reg) && MRI.isPhysRegUsed(Reg)) {
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 532 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR);
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 305 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) {
    [all...]

Completed in 938 milliseconds