Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp207 uint32_t NumOfVReg = ScalableValue / 8; in adjustReg() local
212 (NumOfVReg == 2 || NumOfVReg == 4 || NumOfVReg == 8)) { in adjustReg()
213 unsigned Opc = NumOfVReg == 2 ? RISCV::SH1ADD : in adjustReg()
214 (NumOfVReg == 4 ? RISCV::SH2ADD : RISCV::SH3ADD); in adjustReg()
219 TII->mulImm(MF, MBB, II, DL, ScratchReg, NumOfVReg, Flag); in adjustReg()
479 int64_t NumOfVReg = ScalableValue / 8; in eliminateFrameIndex() local
481 Offset = StackOffset::getFixed(FixedValue + NumOfVReg * VLENB); in eliminateFrameIndex()
H A DRISCVFrameLowering.cpp427 const int64_t NumOfVReg = Amount / 8; in adjustStackForRVV() local
428 const int64_t FixedOffset = NumOfVReg * VLENB; in adjustStackForRVV()