Searched refs:RVVStackSize (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMachineFunctionInfo.h | 61 uint64_t RVVStackSize = 0; 133 uint64_t getRVVStackSize() const { return RVVStackSize; } 134 void setRVVStackSize(uint64_t Size) { RVVStackSize = Size; }
|
| H A D | RISCVFrameLowering.cpp | 977 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitPrologue() local 980 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue() 1089 if (RVVStackSize) { in emitPrologue() 1091 allocateAndProbeStackForRVV(MF, MBB, MBBI, DL, RVVStackSize, in emitPrologue() 1098 StackOffset::getScalable(-RVVStackSize), in emitPrologue() 1105 *RI, SPReg, getStackSizeWithRVVPadding(MF), RVVStackSize / 8)); in emitPrologue() 1137 if (NeedProbe && RVVStackSize == 0) { in emitPrologue() 1225 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitEpilogue() local 1229 if (RVVStackSize) { in emitEpilogue() 1234 StackOffset::getScalable(RVVStackSize), in emitEpilogue() [all …]
|