Searched refs:hasMulU24 (Results 1 – 3 of 3) sorted by relevance
193 bool hasMulU24() const { in hasMulU24() function
650 if (ST->hasMulU24() && (LHSBits = numBitsUnsigned(LHS)) <= 24 && in replaceMulWithMul24()
4326 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()4377 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulLoHiCombine()4430 if (!Subtarget->hasMulU24() || VT.isVector() || VT.getSizeInBits() > 32) in performMulhuCombine()