Searched refs:getRVVStackSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h123 uint64_t getRVVStackSize() const { return RVVStackSize; } function in class:llvm::RISCVMachineFunctionInfo
H A DRISCVFrameLowering.cpp344 if (RVFI->getRVVStackSize() && (!hasFP(MF) || TRI->hasStackRealignment(MF))) {
527 uint64_t RVVStackSize = RVFI->getRVVStackSize();
742 uint64_t RVVStackSize = RVFI->getRVVStackSize();
862 // | RVFI.getRVVStackSize()) | | |
871 // | RVFI.getRVVStackSize()) | | |
936 // | RVFI.getRVVStackSize()) | | |
960 RVFI->getRVVStackSize());
971 Offset += StackOffset::get(ScalarLocalVarSize, RVFI->getRVVStackSize());

Completed in 162 milliseconds