/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVFrameLowering.cpp | 48 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/ |
D | WebAssemblyFrameLowering.cpp | 62 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()
|
D | WebAssemblyRegisterInfo.cpp | 64 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/ |
D | ARCFrameLowering.cpp | 101 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()
|
D | ARCRegisterInfo.cpp | 178 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.cpp | 201 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/ |
D | LanaiFrameLowering.cpp | 32 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout() 109 unsigned StackSize = MFI.getStackSize(); in emitPrologue()
|
D | LanaiRegisterInfo.cpp | 156 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.cpp | 53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() 98 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
|
D | MipsRegisterInfo.cpp | 267 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
D | MipsSEFrameLowering.cpp | 425 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/ |
D | SparcFrameLowering.cpp | 113 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/ |
D | XCoreFrameToArgsOffsetElim.cpp | 50 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction()
|
D | XCoreFrameLowering.cpp | 247 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/ |
D | SystemZFrameLowering.cpp | 437 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/ |
D | MSP430FrameLowering.cpp | 52 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() 125 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
|
D | MSP430RegisterInfo.cpp | 122 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 174 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/ |
D | TargetFrameLoweringImpl.cpp | 54 return MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
|
D | GCRootLowering.cpp | 323 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/ |
D | AArch64RegisterInfo.cpp | 496 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/ |
D | AVRFrameLowering.cpp | 104 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitPrologue() 163 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitEpilogue()
|
D | AVRRegisterInfo.cpp | 145 Offset += MFI.getStackSize() - TFI->getOffsetOfLocalArea() + 1; in eliminateFrameIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 518 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/ |
D | StackMapParser.h | 62 uint64_t getStackSize() const { in getStackSize() function
|