Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance
368 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering588 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 …]
29 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;