/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16FrameLowering.cpp | 52 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 96 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
|
H A D | Mips16RegisterInfo.cpp | 75 uint64_t StackSize, in eliminateFI()
|
H A D | MipsSERegisterInfo.cpp | 147 uint64_t StackSize, in eliminateFI()
|
H A D | MipsSEFrameLowering.cpp | 425 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 739 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.cpp | 40 unsigned FrameReg, int Offset, int StackSize, in replaceFrameIndex() 176 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
|
H A D | ARCFrameLowering.cpp | 246 uint64_t StackSize = MF.getFrameInfo().getStackSize(); emitEpilogue() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameToArgsOffsetElim.cpp | 50 unsigned StackSize = MF.getFrameInfo().getStackSize(); in runOnMachineFunction() local
|
H A D | XCoreRegisterInfo.cpp | 271 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchFrameLowering.cpp | 202 uint64_t StackSize = MFI.getStackSize(); emitPrologue() local 339 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local 479 uint64_t StackSize = MFI.getStackSize(); getFrameIndexReference() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 454 uint64_t MaxReach = StackSize + MaxArgOffset; in processFunctionBeforeFrameFinalized() local 598 uint64_t StackSize = MFFrame.getStackSize(); emitPrologue() local 717 uint64_t StackSize = MFFrame.getStackSize(); emitEpilogue() local 763 uint64_t StackSize = StackAllocMI->getOperand(0).getImm(); inlineStackProbe() local 1218 const uint64_t StackSize = MFFrame.getStackSize(); emitPrologue() local 1326 uint64_t StackSize = MFFrame.getStackSize(); emitEpilogue() local 1464 uint64_t StackSize = MFFrame.estimateStackSize(MF); processFunctionBeforeFrameFinalized() local 1484 uint64_t StackSize = MFFrame.getStackSize(); determineFrameLayout() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 96 uint64_t StackSize = MFI.getStackSize(); emitPrologue() local 213 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFrameLowering.cpp | 270 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 333 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in emitEpilogue() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 147 size_t StackSize = 0; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiFrameLowering.cpp | 106 unsigned StackSize = MFI.getStackSize(); in emitPrologue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 253 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 96 uint64_t StackSize = MFI.getStackSize(); in getFrameIndexReference() local 485 uint64_t StackSize = MFI.getStackSize(); // Number of bytes to allocate. emitPrologue() local 686 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 525 uint64_t StackSize = getStackSizeWithRVVPadding(MF); emitPrologue() local 739 uint64_t StackSize = getStackSizeWithRVVPadding(MF); emitEpilogue() local 1077 uint64_t StackSize = Offset; assignRVVStackObjectOffsets() local 1311 uint64_t StackSize = getStackSizeWithRVVPadding(MF); getFirstSPAdjustAmount() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkSizeDiff.cpp | 56 int64_t StackSize = 0; member 69 int64_t StackSize[2] = {0, 0}; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 104 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local 248 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 312 uint64_t StackSize = 0; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 83 void MipsTargetStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame() argument 521 void MipsTargetAsmStreamer::emitFrame(unsigned StackReg, unsigned StackSize, in emitFrame() argument 1117 emitFrame(unsigned StackReg,unsigned StackSize,unsigned ReturnReg_) emitFrame() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 1503 createVarArgAreaAndStoreRegisters(SDValue & Chain,unsigned StackSize) createVarArgAreaAndStoreRegisters() argument 1656 lowerVarArgsParameters(SDValue & Chain,unsigned StackSize) lowerVarArgsParameters() argument 1850 unsigned StackSize = CCInfo.getStackSize(); LowerFormalArguments() local 2597 GetAlignedArgumentStackSize(const unsigned StackSize,SelectionDAG & DAG) const GetAlignedArgumentStackSize() argument [all...] |
H A D | X86FrameLowering.cpp | 1516 uint64_t StackSize = MFI.getStackSize(); // Number of bytes to allocate. emitPrologue() local 2308 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local 2567 uint64_t StackSize = MFI.getStackSize(); getFrameIndexReference() local 2659 const uint64_t StackSize = MFI.getStackSize(); getFrameIndexReferencePreferSP() local 3152 uint64_t StackSize; adjustForSegmentedStacks() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86CallLowering.cpp | 58 uint64_t StackSize = 0; global() member
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_basic_logging.cpp | 62 size_t StackSize = 0; member
|