Home
last modified time | relevance | path

Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp355 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering
525 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitPrologue()
628 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitPrologue()
640 nullptr, getStackSizeWithRVVPadding(MF))); in emitPrologue()
653 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()
739 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue()
769 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitEpilogue()
840 Offset += StackOffset::getFixed(getStackSizeWithRVVPadding(MF)); in getFrameIndexReference()
913 assert(MFI.getStackSize() == getStackSizeWithRVVPadding(MF) && in getFrameIndexReference()
958 Offset += StackOffset::get(getStackSizeWithRVVPadding(MF) + in getFrameIndexReference()
[all …]
H A DRISCVFrameLowering.h29 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;