Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2685 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
H A DVirtRegMap.cpp104 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
H A DFixupStatepointCallerSaved.cpp283 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
H A DRegAllocFast.cpp336 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h793 int CreateSpillStackObject(uint64_t Size, Align Alignment);
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp285 VGPR, MF.getFrameInfo().CreateSpillStackObject(Size, Alignment))); in allocateWWMSpill()
H A DSIFrameLowering.cpp104 FI = FrameInfo.CreateSpillStackObject(Size, Alignment); in getVGPRSpillLaneOrTempRegister()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2122 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()