Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LowerTileCopy.cpp105 int TileSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
128 StrideSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
HDX86ArgumentStackSlotRebase.cpp160 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in runOnMachineFunction()
HDX86FastPreTileConfig.cpp129 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
HDX86FrameLowering.cpp2821 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFrameInfo.cpp66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
HDFixupStatepointCallerSaved.cpp283 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
HDVirtRegMap.cpp104 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
HDRegAllocFast.cpp475 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h792 int CreateSpillStackObject(uint64_t Size, Align Alignment);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMachineFunctionInfo.cpp296 VGPR, MF.getFrameInfo().CreateSpillStackObject(Size, Alignment))); in allocateWWMSpill()
HDSIFrameLowering.cpp114 FI = FrameInfo.CreateSpillStackObject(Size, Alignment); in getVGPRSpillLaneOrTempRegister()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp2124 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp8445 unsigned ZTObj = MFI.CreateSpillStackObject(64, Align(16)); in LowerCall()