Searched refs:RVVStackSize (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVMachineFunctionInfo.h | 36 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 D | RISCVFrameLowering.cpp | 395 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitPrologue() local 398 if (RealStackSize == 0 && !MFI.adjustsStack() && RVVStackSize == 0) in emitPrologue() 492 if (RVVStackSize) in emitPrologue() 493 adjustStackForRVV(MF, MBB, MBBI, DL, -RVVStackSize, in emitPrologue() 582 uint64_t RVVStackSize = RVFI->getRVVStackSize(); in emitEpilogue() local 592 if (RVVStackSize) in emitEpilogue() 593 adjustStackForRVV(MF, MBB, LastFrameDestroy, DL, RVVStackSize, in emitEpilogue() 880 int64_t RVVStackSize = assignRVVStackObjectOffsets(MFI); in processFunctionBeforeFrameFinalized() local 881 RVFI->setRVVStackSize(RVVStackSize); in processFunctionBeforeFrameFinalized() 899 if (RVVStackSize != 0) { in processFunctionBeforeFrameFinalized() [all …]
|