/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86RegisterInfo.h | 110 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | X86RegisterInfo.cpp | 480 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 124 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | X86RegisterInfo.cpp | 567 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.h | 124 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | X86RegisterInfo.cpp | 641 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 119 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | PPCRegisterInfo.cpp | 724 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.h | 122 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
|
D | PPCRegisterInfo.cpp | 805 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetRegisterInfo.h | 578 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 823 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 880 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 256 if (RegInfo->hasReservedSpillSlot(Fn, Reg, FrameIdx)) { in calculateCalleeSavedRegisters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 364 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 361 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()
|