Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance
287 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering453 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitPrologue()538 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitPrologue()550 nullptr, getStackSizeWithRVVPadding(MF))); in emitPrologue()563 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()649 uint64_t StackSize = getStackSizeWithRVVPadding(MF); in emitEpilogue()679 getStackSizeWithRVVPadding(MF) - FirstSPAdjustAmount; in emitEpilogue()739 Offset += StackOffset::getFixed(getStackSizeWithRVVPadding(MF)); in getFrameIndexReference()812 assert(MFI.getStackSize() == getStackSizeWithRVVPadding(MF) && in getFrameIndexReference()857 Offset += StackOffset::get(getStackSizeWithRVVPadding(MF) + in getFrameIndexReference()[all …]
34 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;