Searched refs:getCallerSavedRegs (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.h | 72 const MCPhysReg *getCallerSavedRegs(const MachineFunction *MF,
|
| H A D | HexagonRegisterInfo.cpp | 67 HexagonRegisterInfo::getCallerSavedRegs(const MachineFunction *MF, in getCallerSavedRegs() function in HexagonRegisterInfo
|
| H A D | HexagonFrameLowering.cpp | 1595 for (const MCPhysReg *P = HRI.getCallerSavedRegs(&MF, RC); *P; ++P) in needToReserveScavengingSpillSlots()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | TailDuplication.h | 70 void getCallerSavedRegs(const MCInst &Inst, BitVector &Regs,
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | TailDuplication.cpp | 82 void TailDuplication::getCallerSavedRegs(const MCInst &Inst, BitVector &Regs, in getCallerSavedRegs() function in llvm::bolt::TailDuplication 96 getCallerSavedRegs(Inst, WrittenRegs, BC); in regIsPossiblyOverwritten() 108 getCallerSavedRegs(Inst, WrittenRegs, BC); in regIsDefinitelyOverwritten()
|