Home
last modified time | relevance | path

Searched refs:CreateSpillStackObject (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerTileCopy.cpp92 int TileSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
96 int StrideSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
H A DX86FastPreTileConfig.cpp130 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
H A DX86FrameLowering.cpp2601 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
H A DFixupStatepointCallerSaved.cpp283 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
H A DVirtRegMap.cpp104 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
H A DRegAllocFast.cpp329 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp348 SpillFI = FrameInfo.CreateSpillStackObject(4, Align(4)); in allocateSGPRSpillToVGPR()
482 WWMReservedFrameIndexes[I++] = MFI.CreateSpillStackObject( in allocateWWMReservedSpillSlots()
H A DSIFrameLowering.cpp111 FrameIndex = FrameInfo.CreateSpillStackObject(4, Align(4)); in getVGPRSpillLaneOrTempRegister()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h765 int CreateSpillStackObject(uint64_t Size, Align Alignment);
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2174 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()