Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp91 if (CallsUnwindInit || MRI.isPhysRegModified(Reg)) in determineCalleeSaves()
DRegUsageInfoCollector.cpp118 if (MRI->isPhysRegModified(PReg, true)) in runOnMachineFunction()
DMachineRegisterInfo.cpp504 bool MachineRegisterInfo::isPhysRegModified(unsigned PhysReg, in isPhysRegModified() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp113 if (CallsUnwindInit || MRI.isPhysRegModified(Reg)) in determineCalleeSaves()
DMachineRegisterInfo.cpp581 bool MachineRegisterInfo::isPhysRegModified(unsigned PhysReg, in isPhysRegModified() function in MachineRegisterInfo
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h709 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp543 bool LRUsed = MRI.isPhysRegModified(XCore::LR); in determineCalleeSaves()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp298 if (!MRI.isPhysRegModified(Reg)) in IsSafeToMove()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h819 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp542 bool LRUsed = MRI.isPhysRegModified(XCore::LR); in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp335 if (!MRI.isPhysRegModified(Reg)) in IsSafeToMove()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp310 if (MRI.isPhysRegModified(VRRegNo[i])) in HandleVRSaveUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp330 if (MRI.isPhysRegModified(VRRegNo[i])) in HandleVRSaveUpdate()