Home
last modified time | relevance | path

Searched refs:isNonallocatableRegisterCalleeSave (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h175 bool isNonallocatableRegisterCalleeSave(MCRegister Reg) const override { in isNonallocatableRegisterCalleeSave() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1170 virtual bool isNonallocatableRegisterCalleeSave(MCRegister Reg) const { in isNonallocatableRegisterCalleeSave() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp353 (!MI.isReturn() && TRI->isNonallocatableRegisterCalleeSave(PhysReg)); in INITIALIZE_PASS_DEPENDENCY()