Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1180 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) { in isTruncatedShiftCountForLEA() function
1410 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr; in convertToThreeAddress()
1429 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr; in convertToThreeAddress()
1461 if (!isTruncatedShiftCountForLEA(ShAmt)) in convertToThreeAddress()
3993 if (isTruncatedShiftCountForLEA(ShAmt)) return false; in isDefConvertible()