Home
last modified time | relevance | path

Searched refs:getStackSizeWithRVVPadding (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp524 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering
975 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 …]
H A DRISCVFrameLowering.h29 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;