Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance
355 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering525 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitPrologue()628 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitPrologue()640 nullptr, getStackSizeWithRVVPadding(MF))); in emitPrologue()653 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()739 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue()769 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitEpilogue()840 Offset += StackOffset::getFixed(getStackSizeWithRVVPadding(MF)); in getFrameIndexReference()913 assert(MFI.getStackSize() == getStackSizeWithRVVPadding(MF) && in getFrameIndexReference()958 Offset += StackOffset::get(getStackSizeWithRVVPadding(MF) + in getFrameIndexReference()[all …]
29 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;