/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreMachineFunctionInfo.cpp | 52 LRSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createLRSpillSlot() 67 MFI.CreateStackObject(TRI.getSpillSize(RC), TRI.getSpillAlign(RC), true); in createFPSpillSlot() 81 EHSpillSlot[0] = MFI.CreateStackObject(Size, Alignment, true); in createEHSpillSlot() 82 EHSpillSlot[1] = MFI.CreateStackObject(Size, Alignment, true); in createEHSpillSlot()
|
H A D | XCoreFrameLowering.cpp | 581 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Alignment, false)); in processFunctionBeforeFrameFinalized() 583 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Alignment, false)); in processFunctionBeforeFrameFinalized()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsMachineFunction.cpp | 165 I = MF.getFrameInfo().CreateStackObject(TRI.getSpillSize(RC), in createEhDataRegsFI() 179 I = MF.getFrameInfo().CreateStackObject(TRI.getSpillSize(RC), in createISRRegFI() 205 MoveF64ViaSpillFI = MF.getFrameInfo().CreateStackObject( in getMoveF64ViaSpillFI()
|
H A D | MipsSEFrameLowering.cpp | 896 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves() 912 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 51 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject() function in MachineFrameInfo 68 CreateStackObject(Size, Alignment, true); in CreateSpillStackObject()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMachineFunctionInfo.h | 96 MF.getFrameInfo().CreateStackObject(8, Align(8), false);
|
H A D | RISCVFrameLowering.cpp | 1260 int FI = MFI.CreateStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized() 1453 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVExtract.cpp | 146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Alignment, in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 461 MFFrame.CreateStackObject(getPointerSize(), Align(8), false)); in processFunctionBeforeFrameFinalized() 463 MFFrame.CreateStackObject(getPointerSize(), Align(8), false)); in processFunctionBeforeFrameFinalized() 1050 int FrameIdx = MFFrame.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() 1495 RS->addScavengingFrameIndex(MFFrame.CreateStackObject(8, Align(8), false)); in processFunctionBeforeFrameFinalized() 1496 RS->addScavengingFrameIndex(MFFrame.CreateStackObject(8, Align(8), false)); in processFunctionBeforeFrameFinalized()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaFrameLowering.cpp | 270 int FI = MF.getFrameInfo().CreateStackObject(Size, Alignment, false); in processFunctionBeforeFrameFinalized()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 237 int JunkFI = MFI.CreateStackObject(TRI->getSpillSize(*RC), in spillCalleeSavedRegs()
|
H A D | SIMachineFunctionInfo.cpp | 563 MFI.CreateStackObject(TRI.getSpillSize(AMDGPU::SGPR_32RegClass), in getScavengeFI()
|
H A D | SIFrameLowering.cpp | 94 int FI = FrameInfo.CreateStackObject(Size, Alignment, true, nullptr, in getVGPRSpillLaneOrTempRegister() 1448 RS->addScavengingFrameIndex(MFI.CreateStackObject(4, Align(4), false)); in processFunctionBeforeFrameFinalized()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 787 int CreateStackObject(uint64_t Size, Align Alignment, bool isSpillSlot,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PreTileConfig.cpp | 341 int SS = MF.getFrameInfo().CreateStackObject( in runOnMachineFunction()
|
H A D | X86FastPreTileConfig.cpp | 515 CfgSS = MFI->CreateStackObject(ST->getTileConfigSize(), in configBasicBlock()
|
H A D | X86ISelLoweringCall.cpp | 1542 FuncInfo->setRegSaveFrameIndex(FrameInfo.CreateStackObject( in createVarArgAreaAndStoreRegisters() 1822 MF.getFrameInfo().CreateStackObject(PtrSize, Align(PtrSize), false); in LowerFormalArguments() 1898 int PSPSymFI = MFI.CreateStackObject(8, Align(8), /*isSpillSlot=*/false); in LowerFormalArguments() 2196 int FrameIdx = MF.getFrameInfo().CreateStackObject( in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 170 int FI = MFI.CreateStackObject(RI->getSpillSize(RC), RI->getSpillAlign(RC), in processFunctionBeforeFrameFinalized()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 158 FrameIndex = MF->getFrameInfo().CreateStackObject(TySize, Alignment, in set()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 441 int RegScavFI = MFI.CreateStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
|
H A D | ARCISelLowering.cpp | 606 int FI = MFI.CreateStackObject(Size, Alignment, false); in LowerCallArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 3615 int ID = MFI.CreateStackObject(StackHazardSize, Align(16), false); in determineStackHazardSlot() 3823 int FI = MFI.CreateStackObject(Size, Alignment, false); in determineCalleeSaves() 3876 int FrameIdx = MFI.CreateStackObject(8, Align(16), true); in assignCalleeSavedSpillSlots() 3923 HazardSlotIndex = MFI.CreateStackObject(StackHazardSize, Align(8), true); in assignCalleeSavedSpillSlots() 3935 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() 3946 FrameIdx = MFI.CreateStackObject(8, Alignment, true); in assignCalleeSavedSpillSlots() 3959 HazardSlotIndex = MFI.CreateStackObject(StackHazardSize, Align(8), true); in assignCalleeSavedSpillSlots()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 860 int FrameIdx = MFI.CreateStackObject(OrigTy.getScalarSizeInBits(), in handleAssignments() 1081 int FI = MIRBuilder.getMF().getFrameInfo().CreateStackObject( in insertSRetOutgoingArgument()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 582 GPRIdx = MFI.CreateStackObject(GPRSaveSize, Align(8), false); in saveVarArgRegisters() 612 FPRIdx = MFI.CreateStackObject(FPRSaveSize, Align(16), false); in saveVarArgRegisters()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 444 RS->addScavengingFrameIndex(MFI.CreateStackObject(size, align, false)); in determineCalleeSaves()
|