Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86RegisterInfo.h110 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DX86RegisterInfo.cpp480 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
/external/llvm/lib/Target/X86/
DX86RegisterInfo.h124 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DX86RegisterInfo.cpp567 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RegisterInfo.h124 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DX86RegisterInfo.cpp641 bool X86RegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in X86RegisterInfo
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h119 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DPPCRegisterInfo.cpp724 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h122 bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg,
DPPCRegisterInfo.cpp805 bool PPCRegisterInfo::hasReservedSpillSlot(const MachineFunction &MF, in hasReservedSpillSlot() function in PPCRegisterInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h578 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h823 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h880 virtual bool hasReservedSpillSlot(const MachineFunction &MF, unsigned Reg, in hasReservedSpillSlot() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp256 if (RegInfo->hasReservedSpillSlot(Fn, Reg, FrameIdx)) { in calculateCalleeSavedRegisters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp364 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp361 if (RegInfo->hasReservedSpillSlot(F, Reg, FrameIdx)) { in assignCalleeSavedSpillSlots()