Searched refs:hasReservedSpillSlot (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 128 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | X86RegisterInfo.cpp | 669 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 127 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | PPCRegisterInfo.cpp | 942 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 851 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 422 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()
|