Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp285 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering
451 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitPrologue()
533 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitPrologue()
544 nullptr, getStackSizeWithRVVPadding(MF))); in emitPrologue()
634 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue()
663 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitEpilogue()
721 Offset += StackOffset::getFixed(getStackSizeWithRVVPadding(MF)); in getFrameIndexReference()
794 assert(MFI.getStackSize() == getStackSizeWithRVVPadding(MF) && in getFrameIndexReference()
839 Offset += StackOffset::get(getStackSizeWithRVVPadding(MF) + in getFrameIndexReference()
1126 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in getFirstSPAdjustAmount()
H A DRISCVFrameLowering.h33 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;