Searched refs:CreateSpillStackObject (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerTileCopy.cpp | 94 int TileSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction() 98 int StrideSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
|
| H A D | X86FrameLowering.cpp | 2443 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIPreAllocateWWMRegs.cpp | 160 FI = FrameInfo.CreateSpillStackObject(TRI->getSpillSize(*RC), in rewriteRegs()
|
| H A D | SILowerSGPRSpills.cpp | 263 Optional<int> FI = FrameInfo.CreateSpillStackObject(4, Align(4)); in lowerShiftReservedVGPR()
|
| H A D | SIMachineFunctionInfo.cpp | 347 SpillFI = FrameInfo.CreateSpillStackObject(4, Align(4)); in allocateSGPRSpillToVGPR()
|
| H A D | SIFrameLowering.cpp | 111 FrameIndex = FrameInfo.CreateSpillStackObject(4, Align(4)); in getVGPRSpillLaneOrTempRegister()
|
| /freebsd-13.1/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 | FixupStatepointCallerSaved.cpp | 282 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 | 333 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 739 int CreateSpillStackObject(uint64_t Size, Align Alignment);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 2171 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|