Home
last modified time | relevance | path

Searched refs:isPhysRegModified (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp81 if (CallsUnwindInit || MRI.isPhysRegModified(Reg)) in determineCalleeSaves()
DMachineRegisterInfo.cpp474 bool MachineRegisterInfo::isPhysRegModified(unsigned PhysReg) const { in isPhysRegModified() function in MachineRegisterInfo
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h637 bool isPhysRegModified(unsigned PhysReg) const;
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp542 bool LRUsed = MRI.isPhysRegModified(XCore::LR); in determineCalleeSaves()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp312 if (MRI.isPhysRegModified(VRRegNo[i])) in HandleVRSaveUpdate()