Home
last modified time | relevance | path

Searched defs:StackSize (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp40 unsigned FrameReg, int Offset, int StackSize, in replaceFrameIndex()
176 int StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
H A DARCFrameLowering.cpp246 uint64_t StackSize = MF.getFrameInfo().getStackSize(); emitEpilogue() local
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp52 uint64_t StackSize = MFI.getStackSize(); emitPrologue() local
96 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
H A DMips16RegisterInfo.cpp75 eliminateFI(MachineBasicBlock::iterator II,unsigned OpNo,int FrameIndex,uint64_t StackSize,int64_t SPOffset) const eliminateFI() argument
H A DMipsSERegisterInfo.cpp147 eliminateFI(MachineBasicBlock::iterator II,unsigned OpNo,int FrameIndex,uint64_t StackSize,int64_t SPOffset) const eliminateFI() argument
H A DMipsSEFrameLowering.cpp739 if (!StackSize) in emitEpilogue() local
425 uint64_t StackSize = MFI.getStackSize(); emitPrologue() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp50 unsigned StackSize = MF.getFrameInfo().getStackSize(); runOnMachineFunction() local
H A DXCoreRegisterInfo.cpp271 int StackSize = MF.getFrameInfo().getStackSize(); eliminateFrameIndex() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchFrameLowering.cpp203 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local
326 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local
459 uint64_t StackSize = MFI.getStackSize(); getFrameIndexReference() local
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp442 uint64_t StackSize = (MFFrame.estimateStackSize(MF) + processFunctionBeforeFrameFinalized() local
588 uint64_t StackSize = MFFrame.getStackSize(); emitPrologue() local
707 uint64_t StackSize = MFFrame.getStackSize(); emitEpilogue() local
753 uint64_t StackSize = StackAllocMI->getOperand(0).getImm(); inlineStackProbe() local
1225 const uint64_t StackSize = MFFrame.getStackSize(); emitPrologue() local
1333 uint64_t StackSize = MFFrame.getStackSize(); emitEpilogue() local
1468 uint64_t StackSize = MFFrame.estimateStackSize(MF); processFunctionBeforeFrameFinalized() local
1510 uint64_t StackSize = MFFrame.getStackSize(); determineFrameLayout() local
[all...]
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp48 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local
185 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
[all...]
H A DXtensaRegisterInfo.cpp67 uint64_t StackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp106 unsigned StackSize = MFI.getStackSize(); emitPrologue() local
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp96 uint64_t StackSize = MFI.getStackSize(); emitPrologue() local
213 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp270 uint64_t StackSize = MFI.getStackSize(); emitPrologue() local
333 uint64_t StackSize = MF.getFrameInfo().getStackSize(); emitEpilogue() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp253 int64_t StackSize = Offset - LocalAreaOffset; in calculateFrameObjectOffsets() local
/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp96 uint64_t StackSize = MFI.getStackSize(); getFrameIndexReference() local
485 uint64_t StackSize = MFI.getStackSize(); // Number of bytes to allocate. emitPrologue() local
686 uint64_t StackSize = MFI.getStackSize(); emitEpilogue() local
[all...]
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp56 int64_t StackSize = 0; member
69 int64_t StackSize[2] = {0, 0}; member
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp104 uint64_t StackSize = MFI.getStackSize(); in emitPrologue() local
248 uint64_t StackSize = MFI.getStackSize(); in emitEpilogue() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp589 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); emitPrologue() local
799 uint64_t StackSize = RealStackSize - RVFI->getReservedSpillsSize(); emitEpilogue() local
1107 uint64_t StackSize = Offset; assignRVVStackObjectOffsets() local
1335 uint64_t StackSize = getStackSizeWithRVVPadding(MF); getFirstSPAdjustAmount() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h312 uint64_t StackSize = 0; member
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp83 emitFrame(unsigned StackReg,unsigned StackSize,unsigned ReturnReg) emitFrame() argument
521 emitFrame(unsigned StackReg,unsigned StackSize,unsigned ReturnReg) emitFrame() argument
1113 emitFrame(unsigned StackReg,unsigned StackSize,unsigned ReturnReg_) emitFrame() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1504 createVarArgAreaAndStoreRegisters(SDValue & Chain,unsigned StackSize) createVarArgAreaAndStoreRegisters() argument
1657 lowerVarArgsParameters(SDValue & Chain,unsigned StackSize) lowerVarArgsParameters() argument
1854 unsigned StackSize = CCInfo.getStackSize(); LowerFormalArguments() local
2620 GetAlignedArgumentStackSize(const unsigned StackSize,SelectionDAG & DAG) const GetAlignedArgumentStackSize() argument
[all...]
/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp62 size_t StackSize = 0; member

12