Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1367 int64_t NumOfVReg = Amount / 8; in getVLENFactoredAmount() local
1371 assert(isInt<12>(NumOfVReg) && in getVLENFactoredAmount()
1373 if (isPowerOf2_32(NumOfVReg)) { in getVLENFactoredAmount()
1374 uint32_t ShiftAmount = Log2_32(NumOfVReg); in getVLENFactoredAmount()
1384 .addImm(NumOfVReg); in getVLENFactoredAmount()