Lines Matching defs:ShAmt
1032 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) {
1038 return ShAmt < 4 && ShAmt > 0;
1283 unsigned ShAmt = MI.getOperand(2).getImm();
1285 .addImm(1LL << ShAmt)
1442 unsigned ShAmt = getTruncatedShiftCount(MI, 2);
1443 if (!isTruncatedShiftCountForLEA(ShAmt))
1454 .addImm(1LL << ShAmt)
1462 unsigned ShAmt = getTruncatedShiftCount(MI, 2);
1463 if (!isTruncatedShiftCountForLEA(ShAmt))
1478 .addImm(1LL << ShAmt)
1496 unsigned ShAmt = getTruncatedShiftCount(MI, 2);
1497 if (!isTruncatedShiftCountForLEA(ShAmt))
4954 unsigned ShAmt = getTruncatedShiftCount(MI, 2);
4955 if (isTruncatedShiftCountForLEA(ShAmt))
4957 return ShAmt != 0;