Home
last modified time | relevance | path

Searched refs:getCallerSavedRegs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h72 const MCPhysReg *getCallerSavedRegs(const MachineFunction *MF,
H A DHexagonRegisterInfo.cpp67 HexagonRegisterInfo::getCallerSavedRegs(const MachineFunction *MF, in getCallerSavedRegs() function in HexagonRegisterInfo
H A DHexagonFrameLowering.cpp1595 for (const MCPhysReg *P = HRI.getCallerSavedRegs(&MF, RC); *P; ++P) in needToReserveScavengingSpillSlots()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DTailDuplication.h70 void getCallerSavedRegs(const MCInst &Inst, BitVector &Regs,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp82 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()