Searched refs:CreateSpillStackObject (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | X86ArgumentStackSlotRebase.cpp | 160 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in runOnMachineFunction()
|
| H A D | X86FastPreTileConfig.cpp | 129 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| H A D | X86FrameLowering.cpp | 2766 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
|
| /freebsd-14.2/contrib/llvm-project/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 | 450 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 780 int CreateSpillStackObject(uint64_t Size, Align Alignment);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 288 VGPR, MF.getFrameInfo().CreateSpillStackObject(Size, Alignment))); in allocateWWMSpill()
|
| H A D | SIFrameLowering.cpp | 114 FI = FrameInfo.CreateSpillStackObject(Size, Alignment); in getVGPRSpillLaneOrTempRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 2125 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 7716 unsigned ZTObj = MFI.CreateSpillStackObject(64, Align(16)); in LowerCall()
|