Searched refs:NumOfVReg (Results 1 – 1 of 1) sorted by relevance
1367 int64_t NumOfVReg = Amount / 8; in getVLENFactoredAmount() local1371 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()