Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp44 LRSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createLRSpillSlot()
56 FPSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createFPSpillSlot()
67 EHSpillSlot[0] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createEHSpillSlot()
68 EHSpillSlot[1] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createEHSpillSlot()
H A DXCoreFrameLowering.cpp584 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(), in processFunctionBeforeFrameFinalized()
588 RS->addScavengingFrameIndex(MFI->CreateStackObject(RC->getSize(), in processFunctionBeforeFrameFinalized()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp45 LRSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createLRSpillSlot()
59 FPSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createFPSpillSlot()
74 EHSpillSlot[0] = MFI.CreateStackObject(Size, Align, true); in createEHSpillSlot()
75 EHSpillSlot[1] = MFI.CreateStackObject(Size, Align, true); in createEHSpillSlot()
H A DXCoreFrameLowering.cpp587 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Align, false)); in processFunctionBeforeFrameFinalized()
589 RS->addScavengingFrameIndex(MFI.CreateStackObject(Size, Align, false)); in processFunctionBeforeFrameFinalized()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp63 EhDataRegFI[I] = MF.getFrameInfo()->CreateStackObject(RC->getSize(), in createEhDataRegsFI()
76 ISRDataRegFI[I] = MF.getFrameInfo()->CreateStackObject( in createISRRegFI()
98 MoveF64ViaSpillFI = MF.getFrameInfo()->CreateStackObject( in getMoveF64ViaSpillFI()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp158 EhDataRegFI[I] = MF.getFrameInfo().CreateStackObject(TRI.getSpillSize(RC), in createEhDataRegsFI()
172 ISRDataRegFI[I] = MF.getFrameInfo().CreateStackObject( in createISRRegFI()
195 MoveF64ViaSpillFI = MF.getFrameInfo().CreateStackObject( in getMoveF64ViaSpillFI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h737 int CreateStackObject(uint64_t Size, Align Alignment, bool isSpillSlot,
740 inline int CreateStackObject(uint64_t Size, unsigned Alignment,
744 return CreateStackObject(Size, assumeAligned(Alignment), isSpillSlot,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp50 int MachineFrameInfo::CreateStackObject(uint64_t Size, Align Alignment, in CreateStackObject() function in MachineFrameInfo
67 CreateStackObject(Size, Alignment, true); in CreateSpillStackObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h45 MoveF64FrameIndex = MF.getFrameInfo().CreateStackObject(8, 8, false); in getMoveF64FrameIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h91 MF.getFrameInfo().CreateStackObject(8, Align(8), false);
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp287 RS->addScavengingFrameIndex(MFFrame->CreateStackObject(8, 8, false)); in processFunctionBeforeFrameFinalized()
288 RS->addScavengingFrameIndex(MFFrame->CreateStackObject(8, 8, false)); in processFunctionBeforeFrameFinalized()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp385 RS->addScavengingFrameIndex(MFFrame.CreateStackObject(8, 8, false)); in processFunctionBeforeFrameFinalized()
386 RS->addScavengingFrameIndex(MFFrame.CreateStackObject(8, 8, false)); in processFunctionBeforeFrameFinalized()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp969 int ScavengeFI = MFI.CreateStackObject( in processFunctionBeforeFrameFinalized()
1016 int NewFI = MF.getFrameInfo().CreateStackObject(4, 4, true, nullptr, in determineCalleeSaves()
1038 int NewFI = MF.getFrameInfo().CreateStackObject(4, 4, true, nullptr, in determineCalleeSaves()
H A DSILowerSGPRSpills.cpp210 int JunkFI = MFI.CreateStackObject(TRI->getSpillSize(*RC), in spillCalleeSavedRegs()
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp323 int FI = MFI->CreateStackObject(Out.Flags.getByValSize(), in LowerCall()
368 int FI = MF.getFrameInfo()->CreateStackObject(NumBytes, in LowerCall()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Align, in runOnMachineFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonVExtract.cpp146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Alignment, in runOnMachineFunction()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp583 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment, in CreateStackObject() function in MachineFrameInfo
600 CreateStackObject(Size, Alignment, true); in CreateSpillStackObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp227 int JunkFI = MFI.CreateStackObject(TRI->getSpillSize(*RC), in spillCalleeSavedRegs()
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h610 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,

12345