Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp711 inline static unsigned getTruncatedShiftCount(MachineInstr &MI, in getTruncatedShiftCount() function
931 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
951 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
980 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
3495 return getTruncatedShiftCount(MI, 2) != 0; in isDefConvertible()
3500 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible()
3507 return getTruncatedShiftCount(MI, 3) != 0; in isDefConvertible()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2546 inline static unsigned getTruncatedShiftCount(MachineInstr &MI, in getTruncatedShiftCount() function
2777 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
2797 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
2826 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in convertToThreeAddress()
4946 return getTruncatedShiftCount(MI, 2) != 0; in isDefConvertible()
4951 unsigned ShAmt = getTruncatedShiftCount(MI, 2); in isDefConvertible()
4958 return getTruncatedShiftCount(MI, 3) != 0; in isDefConvertible()