Home
last modified time | relevance | path

Searched refs:CreateStackObject (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp52 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 DXCoreFrameLowering.cpp582 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Alignment, false)); in processFunctionBeforeFrameFinalized()
584 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Alignment, false)); in processFunctionBeforeFrameFinalized()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp164 I = MF.getFrameInfo().CreateStackObject(TRI.getSpillSize(RC), in createEhDataRegsFI()
178 I = MF.getFrameInfo().CreateStackObject(TRI.getSpillSize(RC), in createISRRegFI()
204 MoveF64ViaSpillFI = MF.getFrameInfo().CreateStackObject( in getMoveF64ViaSpillFI()
H A DMipsSEFrameLowering.cpp897 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
913 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp51 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject() function in MachineFrameInfo
68 CreateStackObject(Size, Alignment, true); in CreateSpillStackObject()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h91 MF.getFrameInfo().CreateStackObject(8, Align(8), false);
H A DRISCVFrameLowering.cpp1116 int FI = MFI.CreateStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Alignment, in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp227 int JunkFI = MFI.CreateStackObject(TRI->getSpillSize(*RC), in spillCalleeSavedRegs()
H A DSIMachineFunctionInfo.cpp524 ScavengeFI = MFI.CreateStackObject( in getScavengeFI()
H A DSIFrameLowering.cpp85 int FI = FrameInfo.CreateStackObject(Size, Alignment, true, nullptr, in getVGPRSpillLaneOrTempRegister()
1417 RS->addScavengingFrameIndex(MFI.CreateStackObject(4, Align(4), false)); in processFunctionBeforeFrameFinalized()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp471 RS->addScavengingFrameIndex(MFFrame.CreateStackObject(8, Align(8), false)); in processFunctionBeforeFrameFinalized()
472 RS->addScavengingFrameIndex(MFFrame.CreateStackObject(8, Align(8), false)); in processFunctionBeforeFrameFinalized()
1035 int FrameIdx = MFFrame.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h788 int CreateStackObject(uint64_t Size, Align Alignment, bool isSpillSlot,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp338 int SS = MF.getFrameInfo().CreateStackObject( in runOnMachineFunction()
H A DX86FastPreTileConfig.cpp516 CfgSS = MFI->CreateStackObject(ST->getTileConfigSize(), in configBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp169 int FI = MFI.CreateStackObject(RI->getSpillSize(RC), RI->getSpillAlign(RC), in processFunctionBeforeFrameFinalized()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp442 int RegScavFI = MFI.CreateStackObject(RegInfo->getSpillSize(*RC), in processFunctionBeforeFrameFinalized()
H A DARCISelLowering.cpp604 int FI = MFI.CreateStackObject(Size, Alignment, false); in LowerCallArguments()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp164 FrameIndex = MF->getFrameInfo().CreateStackObject(TySize, Alignment, in set()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp444 RS->addScavengingFrameIndex(MFI.CreateStackObject(size, align, false)); in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp113 NewFI = DstMFI.CreateStackObject( in cloneFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3114 int FI = MFI.CreateStackObject(Size, Alignment, false); in determineCalleeSaves()
3168 int FrameIdx = MFI.CreateStackObject(8, Align(16), true); in assignCalleeSavedSpillSlots()
3180 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots()
3189 FrameIdx = MFI.CreateStackObject(8, Alignment, true); in assignCalleeSavedSpillSlots()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1031 Addr.Base.FI = MFI.CreateStackObject(8, Align(8), false); in PPCMoveToFPReg()
1160 Addr.Base.FI = MFI.CreateStackObject(8, Align(8), false); in PPCMoveToIntReg()
H A DPPCFrameLowering.cpp2298 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Alignment, false)); in addScavengingSpillSlot()
2307 MFI.CreateStackObject(Size, Alignment, false)); in addScavengingSpillSlot()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp816 ObjectIdx = MFI.CreateStackObject( in initializeFrameInfo()

12