Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1479 static bool isSRA16(const SDValue &Op) { in isSRA16() function
1500 if (isSRA16(Op)) in isS16()
10034 } else if (isS16(Mul.getOperand(0), DAG) && isSRA16(Mul.getOperand(1))) { in AddCombineTo64BitSMLAL16()
10038 } else if (isSRA16(Mul.getOperand(0)) && isS16(Mul.getOperand(1), DAG)) { in AddCombineTo64BitSMLAL16()
10042 } else if (isSRA16(Mul.getOperand(0)) && isSRA16(Mul.getOperand(1))) { in AddCombineTo64BitSMLAL16()
10844 if (!isS16(OpS16, DAG) && !isSRA16(OpS16)) { in PerformORCombineToSMULWBT()
10853 else if (isSRA16(OpS16)) { in PerformORCombineToSMULWBT()