| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerTileCopy.cpp | 103 int TileSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction() 126 StrideSS = MF.getFrameInfo().CreateSpillStackObject(Size, Alignment); in runOnMachineFunction()
|
| H A D | X86ArgumentStackSlotRebase.cpp | 155 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in runOnMachineFunction()
|
| H A D | X86FastPreTileConfig.cpp | 128 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| H A D | X86FrameLowering.cpp | 2883 int FI = MFI.CreateSpillStackObject(SlotSize, Align(SlotSize)); in assignCalleeSavedSpillSlots()
|
| /freebsd/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 | 281 int FI = MFI.CreateSpillStackObject(Size, Align(Size)); in getFrameIndex()
|
| H A D | VirtRegMap.cpp | 105 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Alignment); in createSpillSlot()
|
| H A D | RegAllocFast.cpp | 477 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 579 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 D | SystemZFrameLowering.cpp | 463 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 D | XtensaFrameLowering.cpp | 383 int FI = MFI.CreateSpillStackObject(Size, Alignment); in processFunctionBeforeFrameFinalized()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.cpp | 860 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 D | MachineFrameInfo.h | 796 LLVM_ABI int CreateSpillStackObject(uint64_t Size, Align Alignment);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.cpp | 176 MFI.CreateSpillStackObject(RI->getSpillSize(RC), RI->getSpillAlign(RC)); in processFunctionBeforeFrameFinalized()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 441 int RegScavFI = MFI.CreateSpillStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYFrameLowering.cpp | 444 RS->addScavengingFrameIndex(MFI.CreateSpillStackObject(size, align)); in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.cpp | 312 VGPR, MF.getFrameInfo().CreateSpillStackObject(Size, Alignment))); in allocateWWMSpill()
|
| H A D | SIFrameLowering.cpp | 114 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 D | PPCFrameLowering.cpp | 2313 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 D | RISCVFrameLowering.cpp | 1759 int FI = MFI.CreateSpillStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 4168 int FI = MFI.CreateSpillStackObject(Size, Alignment); in determineCalleeSaves() 4506 *MaybeSpillFI = MFI.CreateSpillStackObject(TRI.getSpillSize(RC), in ScopedScavengeOrSpill()
|
| H A D | AArch64ISelLowering.cpp | 9049 unsigned ZTObj = MFI.CreateSpillStackObject(64, Align(16)); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.cpp | 2111 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 3046 MFI.CreateSpillStackObject(Size, Alignment)); in determineCalleeSaves()
|