Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h61 uint64_t RVVStackSize = 0;
113 uint64_t getRVVStackSize() const { return RVVStackSize; }
114 void setRVVStackSize(uint64_t Size) { RVVStackSize = Size; }
H A DRISCVFrameLowering.cpp455 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitPrologue() local
458 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
557 if (RVVStackSize) { in emitPrologue()
558 adjustStackForRVV(MF, MBB, MBBI, DL, -RVVStackSize, in emitPrologue()
563 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue()
652 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitEpilogue() local
671 if (RVVStackSize) in emitEpilogue()
672 adjustStackForRVV(MF, MBB, LastFrameDestroy, DL, RVVStackSize, in emitEpilogue()
1083 int64_t RVVStackSize; in processFunctionBeforeFrameFinalized() local
1085 std::tie(RVVStackSize, RVVStackAlign) = assignRVVStackObjectOffsets(MF); in processFunctionBeforeFrameFinalized()
[all …]