Searched refs:CreateSpillStackObject (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVExtract.cpp | 126 int FI = MFI.CreateSpillStackObject(HRI.getSpillSize(VecRC), in runOnMachineFunction()
|
D | HexagonFrameLowering.cpp | 1937 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 64 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, in CreateSpillStackObject() function in MachineFrameInfo
|
D | VirtRegMap.cpp | 98 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Align); in createSpillSlot()
|
D | RegAllocFast.cpp | 242 int FrameIdx = MFI->CreateSpillStackObject(Size, Align); in getStackSpaceFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineFunctionInfo.cpp | 289 CSRSpillFI = FrameInfo.CreateSpillStackObject(4, 4); in allocateSGPRSpillToVGPR()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 293 int ScavengeFI = MFI->CreateSpillStackObject( in processFunctionBeforeFrameFinalized()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 615 int CreateSpillStackObject(uint64_t Size, unsigned Alignment);
|
/external/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 76 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), in createSpillSlot()
|
D | MachineFunction.cpp | 597 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, in CreateSpillStackObject() function in MachineFrameInfo
|
D | RegAllocFast.cpp | 212 int FrameIdx = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), in getStackSpaceFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 702 int CreateSpillStackObject(uint64_t Size, unsigned Alignment);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1817 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 2033 int FI = MFI->CreateSpillStackObject(SlotSize, SlotSize); in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1948 int FI = MFI.CreateSpillStackObject(SlotSize, SlotSize); in assignCalleeSavedSpillSlots()
|