Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h61 uint64_t RVVStackSize = 0;
123 uint64_t getRVVStackSize() const { return RVVStackSize; }
124 void setRVVStackSize(uint64_t Size) { RVVStackSize = Size; }
H A DRISCVFrameLowering.cpp527 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitPrologue() local
530 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
647 if (RVVStackSize) { in emitPrologue()
648 adjustStackForRVV(MF, MBB, MBBI, DL, -RVVStackSize, in emitPrologue()
653 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()
742 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitEpilogue() local
761 if (RVVStackSize) in emitEpilogue()
762 adjustStackForRVV(MF, MBB, LastFrameDestroy, DL, RVVStackSize, in emitEpilogue()
1197 int64_t RVVStackSize; in processFunctionBeforeFrameFinalized() local
1199 std::tie(RVVStackSize, RVVStackAlign) = assignRVVStackObjectOffsets(MF); in processFunctionBeforeFrameFinalized()
[all …]