Searched refs:hasReservedSpillSlot (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVRegisterInfo.h | 38 bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg,
|
| D | RISCVRegisterInfo.cpp | 148 bool RISCVRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in RISCVRegisterInfo
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCRegisterInfo.h | 153 bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg,
|
| D | PPCRegisterInfo.cpp | 1509 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetRegisterInfo.h | 957 virtual bool hasReservedSpillSlot(const MachineFunction &MF, Register Reg, in hasReservedSpillSlot() function
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | PrologEpilogInserter.cpp | 511 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()
|