Searched refs:CreateSpillStackObject (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LowerTileCopy.cpp | 92 int TileSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction() 96 int StrideSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
|
| H A D | X86FastPreTileConfig.cpp | 130 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| H A D | X86FrameLowering.cpp | 2601 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFrameInfo.cpp | 66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
|
| H A D | FixupStatepointCallerSaved.cpp | 283 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
|
| H A D | VirtRegMap.cpp | 104 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
|
| H A D | RegAllocFast.cpp | 329 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 348 SpillFI = FrameInfo.CreateSpillStackObject(4, Align(4)); in allocateSGPRSpillToVGPR() 482 WWMReservedFrameIndexes[I++] = MFI.CreateSpillStackObject( in allocateWWMReservedSpillSlots()
|
| H A D | SIFrameLowering.cpp | 111 FrameIndex = FrameInfo.CreateSpillStackObject(4, Align(4)); in getVGPRSpillLaneOrTempRegister()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 765 int CreateSpillStackObject(uint64_t Size, Align Alignment);
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 2174 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|