Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp368 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering
588 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitPrologue()
684 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitPrologue()
696 nullptr, getStackSizeWithRVVPadding(MF))); in emitPrologue()
709 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()
798 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue()
828 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitEpilogue()
901 Offset += StackOffset::getFixed(getStackSizeWithRVVPadding(MF)); in getFrameIndexReference()
972 assert(MFI.getStackSize() == getStackSizeWithRVVPadding(MF) && in getFrameIndexReference()
1017 Offset += StackOffset::get(getStackSizeWithRVVPadding(MF), in getFrameIndexReference()
[all …]
H A DRISCVFrameLowering.h29 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;