Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp122 if (CallsUnwindInit || MRI.isPhysRegModified(Reg)) in determineCalleeSaves()
DMachineRegisterInfo.cpp586 bool MachineRegisterInfo::isPhysRegModified(unsigned PhysReg, in isPhysRegModified() function in MachineRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h838 bool isPhysRegModified(unsigned PhysReg, bool SkipNoReturnDef = false) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp542 bool LRUsed = MRI.isPhysRegModified(XCore::LR); in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp350 if (!MRI.isPhysRegModified(Reg)) in isSafeToMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp347 if (MRI.isPhysRegModified(VRRegNo[i])) in HandleVRSaveUpdate()