Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance
524 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering975 uint64_t RealStackSize = getStackSizeWithRVVPadding(MF); in emitPrologue()1080 SecondSPAdjustAmount = getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitPrologue()1085 getStackSizeWithRVVPadding(MF), !hasFP(MF), NeedProbe, in emitPrologue()1105 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()1220 : getStackSizeWithRVVPadding(MF); in emitEpilogue()1222 : getStackSizeWithRVVPadding(MF) - in emitEpilogue()1245 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitEpilogue()1388 Offset += StackOffset::getFixed(getStackSizeWithRVVPadding(MF)); in getFrameIndexReference()1459 assert(MFI.getStackSize() == getStackSizeWithRVVPadding(MF) && in getFrameIndexReference()[all …]
29 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;