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 151 if (MRI->isPhysRegUsed(reg))
155 if (MRI->isPhysRegUsed(reg))
168 || MRI.isPhysRegUsed(SP::L0) // Too many registers needed
169 || MRI.isPhysRegUsed(SP::O6) // %SP is used
179 if (!MRI.isPhysRegUsed(reg))
182 assert(!MRI.isPhysRegUsed(mapped_reg));
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 375 /// isPhysRegUsed - Return true if the specified register is used in this
382 bool isPhysRegUsed(unsigned Reg) const {
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 283 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
ARMFrameLowering.cpp 406 assert(MF.getRegInfo().isPhysRegUsed(ARM::R4) &&
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 100 if (MF->getRegInfo().isPhysRegUsed(VRRegNo[i]))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 359 bool LRUsed = MF.getRegInfo().isPhysRegUsed(XCore::LR);
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 660 if (MF->getRegInfo().isPhysRegUsed(*I)) {
PrologEpilogInserter.cpp 232 if (F.getRegInfo().isPhysRegUsed(Reg) || F.getMMI().callsUnwindInit()) {
    [all...]
RegAllocGreedy.cpp 723 if (!MRI->isPhysRegUsed(CSR)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 386 !MF.getRegInfo().isPhysRegUsed(CSRegs[i])) {
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 99 if (SystemZ::GR64BitRegClass.contains(Reg) && MRI.isPhysRegUsed(Reg)) {
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 347 if (MF.getRegInfo().isPhysRegUsed(X86::FP0+i)) {
    [all...]

Completed in 802 milliseconds