Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1170 inline static unsigned getTruncatedShiftCount(const MachineInstr &MI, in getTruncatedShiftCount() function
1409 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
1428 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
1460 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
3987 return getTruncatedShiftCount(MI, 2) != 0; in isDefConvertible()
3992 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible()
3999 return getTruncatedShiftCount(MI, 3) != 0; in isDefConvertible()