Searched refs:CreateSpillStackObject (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 2685 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
|
| /openbsd-src/gnu/llvm/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 | VirtRegMap.cpp | 104 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
|
| H A D | FixupStatepointCallerSaved.cpp | 283 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
|
| H A D | RegAllocFast.cpp | 336 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 793 int CreateSpillStackObject(uint64_t Size, Align Alignment);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 285 VGPR, MF.getFrameInfo().CreateSpillStackObject(Size, Alignment))); in allocateWWMSpill()
|
| H A D | SIFrameLowering.cpp | 104 FI = FrameInfo.CreateSpillStackObject(Size, Alignment); in getVGPRSpillLaneOrTempRegister()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 2122 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|