Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1022 inline static unsigned getTruncatedShiftCount(const MachineInstr &MI, in getTruncatedShiftCount() function
1442 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
1462 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
1496 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
4946 return getTruncatedShiftCount(MI, 2) != 0; in isDefConvertible()
4954 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible()
4966 return getTruncatedShiftCount(MI, 3) != 0; in isDefConvertible()