Home
last modified time | relevance | path

Searched refs:hasReservedSpillSlot (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h153 bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg,
H A DPPCRegisterInfo.cpp1509 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h997 virtual bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg, in hasReservedSpillSlot() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp486 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()