| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 100 int ScalarAlloc = MF.getFrameInfo().getStackSize(); in adjustStackToMatchRecords() 177 MFI.setStackSize(MFI.getStackSize() + AFI->MaxCallStackReq); in emitPrologue() 180 << (MFI.getStackSize() - AlreadyAdjusted) << "\n"); in emitPrologue() 182 -(MFI.getStackSize() - AlreadyAdjusted), ARC::SP); in emitPrologue() 187 TII->get(isUInt<6>(MFI.getStackSize()) ? ARC::ADD_rru6 in emitPrologue() 191 .addImm(MFI.getStackSize()); in emitPrologue() 199 MCCFIInstruction::cfiDefCfaOffset(nullptr, MFI.getStackSize())); in emitPrologue() 246 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue() 439 LLVM_DEBUG(dbgs() << "Current stack size: " << MFI.getStackSize() << "\n"); in processFunctionBeforeFrameFinalized()
|
| H A D | ARCRegisterInfo.cpp | 173 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 244 uint64_t FrameSize = MFI.getStackSize(); in determineFrameLayout() 393 uint64_t StackSize = MFI.getStackSize() + RVFI->getRVVPadding(); in emitPrologue() 474 uint64_t SecondSPAdjustAmount = MFI.getStackSize() - FirstSPAdjustAmount; in emitPrologue() 485 MCCFIInstruction::cfiDefCfaOffset(nullptr, MFI.getStackSize())); in emitPrologue() 579 uint64_t StackSize = MFI.getStackSize() + RVFI->getRVVPadding(); in emitEpilogue() 658 StackOffset::getFixed(MFI.getStackSize() + RVFI->getRVVPadding()); in getFrameIndexReference() 716 Offset += StackOffset::getFixed(MFI.getStackSize()); in getFrameIndexReference() 721 alignTo(MFI.getStackSize() - RVFI->getCalleeSavedStackSize(), 8), in getFrameIndexReference() 743 Offset -= StackOffset::getFixed(MFI.getStackSize()); in getFrameIndexReference() 773 Offset += StackOffset::getFixed(MFI.getStackSize()); in getFrameIndexReference() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.cpp | 111 bool HasFixedSizedObjects = MFI.getStackSize() > 0; in hasFP() 134 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF); in needsSPForLocalFrame() 169 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback() 263 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() 326 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue()
|
| H A D | WebAssemblyRegisterInfo.cpp | 64 int64_t FrameOffset = MFI.getStackSize() + MFI.getObjectOffset(FrameIndex); in eliminateFrameIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 330 uint64_t NumBytes = MFI.getStackSize(); in emitPrologue() 400 uint64_t NumBytes = MFI.getStackSize(); in emitEpilogue() 457 MF.getFrameInfo().getStackSize()); in getFrameIndexReference() 467 MF.getFrameInfo().getStackSize()); in getFrameIndexReference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 32 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout() 109 unsigned StackSize = MFI.getStackSize(); in emitPrologue()
|
| H A D | LanaiRegisterInfo.cpp | 151 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16FrameLowering.cpp | 53 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() 98 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
|
| H A D | MipsRegisterInfo.cpp | 261 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
| H A D | MipsSEFrameLowering.cpp | 425 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() 738 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() 788 return StackOffset::getFixed(MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 108 int NumBytes = (int) MFI.getStackSize(); in emitPrologue() 230 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue() 295 return StackOffset::getFixed(FrameOffset + MF.getFrameInfo().getStackSize()); in getFrameIndexReference()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameToArgsOffsetElim.cpp | 50 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction()
|
| H A 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallLowering.cpp | 61 uint64_t getStackSize() { return StackSize; } in getStackSize() function 385 CallSeqStart.addImm(Assigner.getStackSize()) in lowerCall() 391 .addImm(Assigner.getStackSize()) in lowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 27 << ", stack size: " << F.getStackSize() in prettyPrintStackMap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 52 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() 125 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
|
| H A D | MSP430RegisterInfo.cpp | 122 Offset += MF.getFrameInfo().getStackSize(); in eliminateFrameIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetFrameLoweringImpl.cpp | 55 return StackOffset::getFixed(MFI.getObjectOffset(FI) + MFI.getStackSize() - in getFrameIndexReference()
|
| H A D | GCRootLowering.cpp | 322 FI->setFrameSize(DynamicFrameSize ? UINT64_MAX : MFI.getStackSize()); in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 432 if (MFFrame.getStackSize() > 2048 * sizeof(long)) { in emitPrologue() 440 MFFrame.setStackSize(MFFrame.getStackSize() + SystemZMC::ELFCallFrameSize); in emitPrologue() 472 uint64_t StackSize = MFFrame.getStackSize(); in emitPrologue() 591 uint64_t StackSize = MFFrame.getStackSize(); in emitEpilogue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 96 uint64_t StackSize = MFI.getStackSize(); in getFrameIndexReference() 485 uint64_t StackSize = MFI.getStackSize(); // Number of bytes to allocate. in emitPrologue() 690 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.cpp | 99 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitPrologue() 175 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitEpilogue()
|
| H A D | AVRRegisterInfo.cpp | 149 Offset += MFI.getStackSize() - TFI->getOffsetOfLocalArea() + 1; in eliminateFrameIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterInfo.cpp | 686 MFI.getObjectOffset(FrameIndex) + (int64_t)MFI.getStackSize()); in eliminateFrameIndex() 708 (int64_t)MFI.getStackSize()); in eliminateFrameIndex()
|