Home
last modified time | relevance | path

Searched refs:getStackSize (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp48 uint64_t FrameSize = MFI.getStackSize(); in determineFrameLayout()
129 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
193 uint64_t SecondSPAdjustAmount = MFI.getStackSize() - FirstSPAdjustAmount; in emitPrologue()
204 MCCFIInstruction::createDefCfaOffset(nullptr, -MFI.getStackSize())); in emitPrologue()
274 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
288 uint64_t SecondSPAdjustAmount = MFI.getStackSize() - FirstSPAdjustAmount; in emitEpilogue()
333 Offset += MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
342 Offset += MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
348 Offset += MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
466 uint64_t StackSize = MFI.getStackSize(); in getFirstSPAdjustAmount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp62 bool HasFixedSizedObjects = MFI.getStackSize() > 0; in hasFP()
85 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF); in needsSPForLocalFrame()
120 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
161 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
227 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue()
DWebAssemblyRegisterInfo.cpp64 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp101 int ScalarAlloc = MF.getFrameInfo().getStackSize(); in adjustStackToMatchRecords()
178 MFI.setStackSize(MFI.getStackSize() + AFI->MaxCallStackReq); in emitPrologue()
181 << (MFI.getStackSize() - AlreadyAdjusted) << "\n"); in emitPrologue()
183 -(MFI.getStackSize() - AlreadyAdjusted), ARC::SP); in emitPrologue()
188 TII->get(isUInt<6>(MFI.getStackSize()) ? ARC::ADD_rru6 in emitPrologue()
192 .addImm(MFI.getStackSize()); in emitPrologue()
200 MCCFIInstruction::createDefCfaOffset(nullptr, -MFI.getStackSize())); in emitPrologue()
247 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue()
441 LLVM_DEBUG(dbgs() << "Current stack size: " << MFI.getStackSize() << "\n"); in processFunctionBeforeFrameFinalized()
DARCRegisterInfo.cpp178 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEFrameLowering.cpp201 int NumBytes = (int)MFI.getStackSize(); in emitPrologue()
275 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue()
304 return FrameOffset + MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp32 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout()
109 unsigned StackSize = MFI.getStackSize(); in emitPrologue()
DLanaiRegisterInfo.cpp156 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
98 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
DMipsRegisterInfo.cpp267 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
DMipsSEFrameLowering.cpp425 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
738 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
788 return MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp113 int NumBytes = (int) MFI.getStackSize(); in emitPrologue()
236 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue()
302 return FrameOffset + MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp50 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction()
DXCoreFrameLowering.cpp247 assert(MFI.getStackSize()%4 == 0 && "Misaligned frame size"); in emitPrologue()
248 const int FrameSize = MFI.getStackSize() / 4; in emitPrologue()
354 int RemainingAdj = MFI.getStackSize(); in emitEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp437 if (MFFrame.getStackSize() > 2048 * sizeof(long)) { in emitPrologue()
445 MFFrame.setStackSize(MFFrame.getStackSize() + SystemZMC::CallFrameSize); in emitPrologue()
477 uint64_t StackSize = MFFrame.getStackSize(); in emitPrologue()
594 uint64_t StackSize = MFFrame.getStackSize(); in emitEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp52 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
125 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
DMSP430RegisterInfo.cpp122 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp174 uint64_t getStackSize() { return StackSize; } in getStackSize() function
481 CallSeqStart.addImm(Handler.getStackSize()) in lowerCall()
487 .addImm(Handler.getStackSize()) in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp54 return MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
DGCRootLowering.cpp323 FI->setFrameSize(DynamicFrameSize ? UINT64_MAX : MFI.getStackSize()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp496 MFI.getObjectOffset(FrameIndex) + (int64_t)MFI.getStackSize(), MVT::i8}; in eliminateFrameIndex()
517 Offset = {MFI.getObjectOffset(FrameIndex) + (int64_t)MFI.getStackSize(), in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp104 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitPrologue()
163 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitEpilogue()
DAVRRegisterInfo.cpp145 Offset += MFI.getStackSize() - TFI->getOffsetOfLocalArea() + 1; in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp518 int64_t StackSize = FrameInfo.getStackSize(); in emitEntryFunctionPrologue()
698 uint32_t NumBytes = MFI.getStackSize(); in emitPrologue()
836 uint32_t NumBytes = MFI.getStackSize(); in emitEpilogue()
1133 if (MFI.getStackSize() != 0) in hasFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h62 uint64_t getStackSize() const { in getStackSize() function

12