Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h36 uint64_t RVVStackSize = 0; variable
69 uint64_t getRVVStackSize() const { return RVVStackSize; } in getRVVStackSize()
70 void setRVVStackSize(uint64_t Size) { RVVStackSize = Size; } in setRVVStackSize()
H A DRISCVFrameLowering.cpp391 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitPrologue() local
394 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue()
484 if (RVVStackSize) in emitPrologue()
485 adjustStackForRVV(MF, MBB, MBBI, DL, -RVVStackSize); in emitPrologue()
567 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitEpilogue() local
577 if (RVVStackSize) in emitEpilogue()
578 adjustStackForRVV(MF, MBB, LastFrameDestroy, DL, RVVStackSize); in emitEpilogue()
853 int64_t RVVStackSize = assignRVVStackObjectOffsets(MFI); in processFunctionBeforeFrameFinalized() local
854 RVFI->setRVVStackSize(RVVStackSize); in processFunctionBeforeFrameFinalized()
862 if (!isInt<11>(MFI.estimateStackSize(MF)) || RVVStackSize != 0) { in processFunctionBeforeFrameFinalized()
[all …]