Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp684 inline static unsigned getTruncatedShiftCount(const MachineInstr &MI, in getTruncatedShiftCount() function
924 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
944 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
976 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
3404 return getTruncatedShiftCount(MI, 2) != 0; in isDefConvertible()
3409 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible()
3416 return getTruncatedShiftCount(MI, 3) != 0; in isDefConvertible()