Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp63 bool HasFixedSizedObjects = MFI.getStackSize() > 0; in hasFP()
87 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF); in needsSP()
96 return MFI.getStackSize() > RedZoneSize || MFI.hasCalls() || in needsSPWriteback()
137 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
204 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp100 int ScalarAlloc = MF.getFrameInfo().getStackSize(); in adjustStackToMatchRecords()
173 MFI.setStackSize(MFI.getStackSize() + AFI->MaxCallStackReq); in emitPrologue()
176 << (MFI.getStackSize() - AlreadyAdjusted) << "\n"); in emitPrologue()
178 -(MFI.getStackSize() - AlreadyAdjusted), ARC::SP); in emitPrologue()
183 TII->get(isUInt<6>(MFI.getStackSize()) ? ARC::ADD_rru6 in emitPrologue()
187 .addImm(MFI.getStackSize()); in emitPrologue()
195 MCCFIInstruction::createDefCfaOffset(nullptr, -MFI.getStackSize())); in emitPrologue()
242 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue()
419 LLVM_DEBUG(dbgs() << "Current stack size: " << MFI.getStackSize() << "\n"); in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp40 uint64_t FrameSize = MFI.getStackSize(); in determineFrameLayout()
114 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
154 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
194 Offset += MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
200 Offset += MF.getFrameInfo().getStackSize(); in getFrameIndexReference()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp67 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF); in needsSP()
76 return MFI.getStackSize() > RedZoneSize || MFI.hasCalls() || in needsSPWriteback()
130 uint64_t StackSize = MFI->getStackSize(); in emitPrologue()
183 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp49 return MFI->getStackSize() && in hasFP()
60 unsigned FrameSize = MFI->getStackSize(); in determineFrameLayout()
108 int FrameSize = MFI->getStackSize(); in emitPrologue()
193 int FrameSize = MFI->getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinFrameLowering.cpp54 int FrameSize = MFI->getStackSize(); in emitPrologue()
102 int FrameSize = MFI->getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp54 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
99 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaRegisterInfo.cpp156 Offset += MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex()
159 << " for stack size: " << MF.getFrameInfo()->getStackSize() << "\n"); in eliminateFrameIndex()
DAlphaFrameLowering.cpp65 long NumBytes = MFI->getStackSize(); in emitPrologue()
118 long NumBytes = MFI->getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp33 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout()
110 unsigned StackSize = MFI.getStackSize(); in emitPrologue()
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp46 uint64_t StackSize = MFI->getStackSize(); in emitPrologue()
93 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue()
/external/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp33 unsigned FrameSize = MFI->getStackSize(); in determineFrameLayout()
110 unsigned StackSize = MFI->getStackSize(); in emitPrologue()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp112 int NumBytes = (int) MFI->getStackSize(); in emitPrologue()
218 int NumBytes = (int) MFI->getStackSize(); in emitEpilogue()
284 return FrameOffset + MF.getFrameInfo()->getStackSize(); in getFrameIndexReference()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetFrameLowering.cpp32 return MFI->getObjectOffset(FI) + MFI->getStackSize() - in getFrameIndexOffset()
/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZFrameLowering.cpp107 uint64_t StackSize = MFI->getStackSize(); in emitPrologue()
161 MFI->getStackSize() - SystemZMFI->getCalleeSavedFrameSize(); in emitEpilogue()
209 uint64_t StackSize = MFI->getStackSize(); in getFrameIndexOffset()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430FrameLowering.cpp52 uint64_t StackSize = MFI->getStackSize(); in emitPrologue()
125 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue()
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp51 unsigned StackSize = MF.getFrameInfo()->getStackSize(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp51 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallLowering.cpp175 uint64_t getStackSize() { return StackSize; } in getStackSize() function
465 CallSeqStart.addImm(Handler.getStackSize()) in lowerCall()
471 .addImm(Handler.getStackSize()) in lowerCall()
/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h27 << ", stack size: " << F.getStackSize(); in prettyPrintStackMap()
/external/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp51 return MFI->getObjectOffset(FI) + MFI->getStackSize() - in getFrameIndexReference()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp160 AlignOffset(MFI->getStackSize(), StackAlign); in emitPrologue()
277 unsigned StackSize = MFI->getStackSize(); in emitEpilogue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue()
126 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp53 uint64_t StackSize = MFI->getStackSize(); in emitPrologue()
126 uint64_t StackSize = MFI->getStackSize(); in emitEpilogue()

12345