Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp287 uint64_t RISCVFrameLowering::getStackSizeWithRVVPadding( in getStackSizeWithRVVPadding() function in RISCVFrameLowering
453 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 …]
H A DRISCVFrameLowering.h34 uint64_t getStackSizeWithRVVPadding(const MachineFunction &MF) const;