Searched refs:RVVStackSize (Results 1 – 2 of 2) sorted by relevance
36 uint64_t RVVStackSize = 0; variable69 uint64_t getRVVStackSize() const { return RVVStackSize; } in getRVVStackSize()70 void setRVVStackSize(uint64_t Size) { RVVStackSize = Size; } in setRVVStackSize()
391 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitPrologue() local394 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() local577 if (RVVStackSize) in emitEpilogue()578 adjustStackForRVV(MF, MBB, LastFrameDestroy, DL, RVVStackSize); in emitEpilogue()853 int64_t RVVStackSize = assignRVVStackObjectOffsets(MFI); in processFunctionBeforeFrameFinalized() local854 RVFI->setRVVStackSize(RVVStackSize); in processFunctionBeforeFrameFinalized()862 if (!isInt<11>(MFI.estimateStackSize(MF)) || RVVStackSize != 0) { in processFunctionBeforeFrameFinalized()[all …]