Searched refs:hasReservedSpillSlot (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 111 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | X86RegisterInfo.cpp | 477 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 117 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | PPCRegisterInfo.cpp | 673 PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 756 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 338 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in calculateCalleeSavedRegisters()
|