Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance
285 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering451 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()
33 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;