Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp129 if (CallsUnwindInit || MRI.isPhysRegModified(Reg)) in determineCalleeSaves()
H A DMachineRegisterInfo.cpp574 bool MachineRegisterInfo::isPhysRegModified(MCRegister PhysReg, in isPhysRegModified() function in MachineRegisterInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp936 if (MRI.isPhysRegModified(Regs->getStackPointerRegister())) in isXPLeafCandidate()
940 if (MRI.isPhysRegModified(Regs->getAddressOfCalleeRegister())) in isXPLeafCandidate()
945 if (MRI.isPhysRegModified(Regs->getReturnFunctionAddressRegister())) in isXPLeafCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp537 bool LRUsed = MRI.isPhysRegModified(XCore::LR); in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h885 bool isPhysRegModified(MCRegister PhysReg, bool SkipNoReturnDef = false) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2018 if (MRI.isPhysRegModified(Reg)) in getNumberOfVRSaved()
2183 if (MRI.isPhysRegModified(Reg)) { in emitTracebackTable()
2226 if (MRI.isPhysRegModified(Reg)) { in emitTracebackTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp384 if (!MRI.isPhysRegModified(Reg)) in isSafeToMove()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1586 (FrameInfo.hasCalls() || MRI.isPhysRegModified(RetAddrReg))) { in determineCalleeSavesSGPR()