Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.h38 bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg,
DRISCVRegisterInfo.cpp148 bool RISCVRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in RISCVRegisterInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h153 bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg,
DPPCRegisterInfo.cpp1509 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h957 virtual bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg, in hasReservedSpillSlot() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp511 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()