Home
last modified time | relevance | path

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

1234

/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()
DWebAssemblyRegisterInfo.cpp65 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
/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()
DWebAssemblyRegisterInfo.cpp65 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
/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/Lanai/
DLanaiFrameLowering.cpp33 unsigned FrameSize = MFI->getStackSize(); in determineFrameLayout()
110 unsigned StackSize = MFI->getStackSize(); in emitPrologue()
/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/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/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-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/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-7.0/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp51 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction()
DXCoreFrameLowering.cpp248 assert(MFI.getStackSize()%4 == 0 && "Misaligned frame size"); in emitPrologue()
249 const int FrameSize = MFI.getStackSize() / 4; in emitPrologue()
355 int RemainingAdj = 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-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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DStackMapPrinter.h28 << ", stack size: " << F.getStackSize() in prettyPrintStackMap()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp53 uint64_t StackSize = MFI->getStackSize(); in emitPrologue()
126 uint64_t 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()
DMSP430RegisterInfo.cpp123 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp60 return MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
/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()

1234