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

  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 123 assert(MF.getRegInfo().isPhysRegUsed(SystemZ::R15D) &&
179 assert(MF.getRegInfo().isPhysRegUsed(SystemZ::R15D) &&
372 HighFPRsUsed |= MRI.isPhysRegUsed(HighFPRs[i]);
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 283 /// isPhysRegUsed - Return true if the specified register is used in this
285 bool isPhysRegUsed(unsigned Reg) const { return UsedPhysRegs[Reg]; }
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 252 if (!MRI.isPhysRegUsed(r) && !(isIntr && r == MBlaze::R11)) continue;
294 if (!MRI.isPhysRegUsed(r)) continue;
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 364 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
    [all...]
Thumb1FrameLowering.cpp 266 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 464 if (MF->getRegInfo().isPhysRegUsed(*I)) {
PrologEpilogInserter.cpp 227 if (Fn.getRegInfo().isPhysRegUsed(Reg)) {
233 if (Fn.getRegInfo().isPhysRegUsed(*AliasSet)) {
RegAllocGreedy.cpp 638 if (!MRI->isPhysRegUsed(CSR)) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 344 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 104 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i]))
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 345 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) {
    [all...]

Completed in 1665 milliseconds