Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerTileCopy.cpp103 int TileSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
126 StrideSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
H A DX86ArgumentStackSlotRebase.cpp155 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in runOnMachineFunction()
H A DX86FastPreTileConfig.cpp128 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
H A DX86FrameLowering.cpp2883 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
H A DFixupStatepointCallerSaved.cpp281 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
H A DVirtRegMap.cpp105 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
H A DRegAllocFast.cpp477 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp579 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(Size, Alignment)); in processFunctionBeforeFrameFinalized()
581 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(Size, Alignment)); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp463 MFFrame.CreateSpillStackObject(getPointerSize(), Align(8))); in processFunctionBeforeFrameFinalized()
465 MFFrame.CreateSpillStackObject(getPointerSize(), Align(8))); in processFunctionBeforeFrameFinalized()
1527 RS->addScavengingFrameIndex(MFFrame.CreateSpillStackObject(8, Align(8))); in processFunctionBeforeFrameFinalized()
1528 RS->addScavengingFrameIndex(MFFrame.CreateSpillStackObject(8, Align(8))); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp383 int FI = MFI.CreateSpillStackObject(Size, Alignment); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp860 int FI = MF.getFrameInfo().CreateSpillStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
876 int FI = MF.getFrameInfo().CreateSpillStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h796 LLVM_ABI int CreateSpillStackObject(uint64_t Size, Align Alignment);
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp176 MFI.CreateSpillStackObject(RI->getSpillSize(RC), RI->getSpillAlign(RC)); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp441 int RegScavFI = MFI.CreateSpillStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp444 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(size, align)); in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp312 VGPR, MF.getFrameInfo().CreateSpillStackObject(Size, Alignment))); in allocateWWMSpill()
H A DSIFrameLowering.cpp114 FI = FrameInfo.CreateSpillStackObject(Size, Alignment); in getVGPRSpillLaneOrTempRegister()
1492 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(4, Align(4))); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2313 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(Size, Alignment)); in addScavengingSpillSlot()
2321 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(Size, Alignment)); in addScavengingSpillSlot()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1759 int FI = MFI.CreateSpillStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4168 int FI = MFI.CreateSpillStackObject(Size, Alignment); in determineCalleeSaves()
4506 *MaybeSpillFI = MFI.CreateSpillStackObject(TRI.getSpillSize(RC), in ScopedScavengeOrSpill()
H A DAArch64ISelLowering.cpp9049 unsigned ZTObj = MFI.CreateSpillStackObject(64, Align(16)); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2111 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3046 MFI.CreateSpillStackObject(Size, Alignment)); in determineCalleeSaves()