Home
last modified time | relevance | path

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

123

/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()
DWebAssemblyRegisterInfo.cpp65 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
/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/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/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/swiftshader/third_party/LLVM/lib/Target/
DTargetFrameLowering.cpp32 return MFI->getObjectOffset(FI) + MFI->getStackSize() - in getFrameIndexOffset()
/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/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/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp51 unsigned StackSize = MF.getFrameInfo()->getStackSize(); in runOnMachineFunction()
DXCoreFrameLowering.cpp246 assert(MFI->getStackSize()%4 == 0 && "Misaligned frame size"); in emitPrologue()
247 const int FrameSize = MFI->getStackSize() / 4; in emitPrologue()
353 int RemainingAdj = MFI->getStackSize(); in emitEpilogue()
/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/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/Sparc/
DSparcFrameLowering.cpp38 int NumBytes = (int) MFI->getStackSize(); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp160 AlignOffset(MFI->getStackSize(), StackAlign); in emitPrologue()
277 unsigned 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()
DMSP430RegisterInfo.cpp123 Offset += MF.getFrameInfo()->getStackSize(); in eliminateFrameIndex()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp311 unsigned FrameSize = MFI->getStackSize(); in determineFrameLayout()
358 unsigned StackSize = MFI->getStackSize(); in emitPrologue()
421 int StackSize = (int) MFI->getStackSize(); in emitEpilogue()
DMBlazeRegisterInfo.cpp147 int stackSize = MFI->getStackSize(); in eliminateFrameIndex()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1FrameLowering.cpp58 unsigned NumBytes = MFI->getStackSize(); in emitPrologue()
216 int NumBytes = (int)MFI->getStackSize(); in emitEpilogue()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp429 int NumBytes = (int)MFI->getStackSize(); in emitPrologue()
632 MCCFIInstruction::createDefCfaOffset(nullptr, -MFI->getStackSize())); in emitPrologue()
658 int NumBytes = MFI->getStackSize(); in emitEpilogue()
798 int Offset = MFI->getObjectOffset(FI) + MFI->getStackSize(); in resolveFrameIndexReference()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp111 int FrameSize = MFI->getStackSize(); in emitPrologue()
231 int FrameSize = MFI->getStackSize(); in emitEpilogue()

123