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

  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 91 if (CallsUnwindInit || MRI.isPhysRegModified(Reg))
RegUsageInfoCollector.cpp 118 if (MRI->isPhysRegModified(PReg, true))
MachineRegisterInfo.cpp 504 bool MachineRegisterInfo::isPhysRegModified(unsigned PhysReg,
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 709 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 298 if (!MRI.isPhysRegModified(Reg))
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 542 bool LRUsed = MRI.isPhysRegModified(XCore::LR);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 310 if (MRI.isPhysRegModified(VRRegNo[i]))
    [all...]

Completed in 167 milliseconds