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/
H A 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()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A 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()
H A DARCRegisterInfo.cpp178 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A 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()
H A 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/VE/
H A 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/
H A DLanaiFrameLowering.cpp32 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout()
109 unsigned StackSize = MFI.getStackSize(); in emitPrologue()
H A DLanaiRegisterInfo.cpp156 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
98 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp50 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction()
H A 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/Sparc/
H A 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/X86/
H A 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/Target/MSP430/
H A DMSP430FrameLowering.cpp52 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
125 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
H A DMSP430RegisterInfo.cpp122 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A 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/CodeGen/
H A DTargetFrameLoweringImpl.cpp54 return MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
H A 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/AMDGPU/
H A 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/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp496 MFI.getObjectOffset(FrameIndex) + (int64_t)MFI.getStackSize(), MVT::i8};
517 Offset = {MFI.getObjectOffset(FrameIndex) + (int64_t)MFI.getStackSize(),
H A DAArch64FrameLowering.cpp910 AFI->setTaggedBasePointerOffset(MFI.getStackSize()); in emitPrologue()
914 // getStackSize() includes all the locals in its size calculation. We don't in emitPrologue()
921 : MFI.getStackSize(); in emitPrologue()
1318 MCCFIInstruction::createDefCfaOffset(nullptr, -MFI.getStackSize())); in emitPrologue()
1396 : MFI.getStackSize(); in emitEpilogue()
1690 return {ObjectOffset + (int64_t)MFI.getStackSize(), MVT::i8}; in getStackOffset()
1802 MFI.getStackSize() - AFI->getCalleeSavedStackSize(); in resolveFrameOffsetReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp104 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitPrologue()
163 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitEpilogue()
H A 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/Hexagon/
H A DHexagonFrameLowering.cpp580 MFI.getStackSize() == 0; in enableAllocFrameElim()
595 unsigned FrameSize = MFI.getStackSize(); in insertPrologueInBlock()
606 unsigned NumBytes = MFI.getStackSize(); in insertPrologueInBlock()
658 if (unsigned NumBytes = MFI.getStackSize()) { in insertEpilogueInBlock()
1017 if (MFI.getStackSize() > 0) { in hasFP()
1121 unsigned FrameSize = MFI.getStackSize(); in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DStackMapParser.h62 uint64_t getStackSize() const { in getStackSize() function in llvm::StackMapParser::FunctionAccessor

Completed in 26 milliseconds

12