Lines Matching refs:ShiftAmount
1853 uint32_t ShiftAmount = Log2_32(NumOfVReg); in getVLENFactoredAmount() local
1854 if (ShiftAmount == 0) in getVLENFactoredAmount()
1858 .addImm(ShiftAmount) in getVLENFactoredAmount()
1866 uint32_t ShiftAmount; in getVLENFactoredAmount() local
1869 ShiftAmount = Log2_64(NumOfVReg / 9); in getVLENFactoredAmount()
1872 ShiftAmount = Log2_64(NumOfVReg / 5); in getVLENFactoredAmount()
1875 ShiftAmount = Log2_64(NumOfVReg / 3); in getVLENFactoredAmount()
1879 if (ShiftAmount) in getVLENFactoredAmount()
1882 .addImm(ShiftAmount) in getVLENFactoredAmount()
1890 uint32_t ShiftAmount = Log2_32(NumOfVReg - 1); in getVLENFactoredAmount() local
1893 .addImm(ShiftAmount) in getVLENFactoredAmount()
1901 uint32_t ShiftAmount = Log2_32(NumOfVReg + 1); in getVLENFactoredAmount() local
1904 .addImm(ShiftAmount) in getVLENFactoredAmount()