Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp721 inline static unsigned getTruncatedShiftCount(const MachineInstr &MI, in getTruncatedShiftCount() function
956 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
976 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
1005 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
3468 return getTruncatedShiftCount(MI, 2) != 0; in isDefConvertible()
3473 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible()
3480 return getTruncatedShiftCount(MI, 3) != 0; in isDefConvertible()