Searched refs:hasMulU24 (Results 1 – 3 of 3) sorted by relevance
161 bool hasMulU24() const { in hasMulU24() function
513 if (ST->hasMulU24() && isU24(LHS, Size) && isU24(RHS, Size)) { in replaceMulWithMul24()
3440 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()3494 if (!Subtarget->hasMulU24() || VT.isVector() || VT.getSizeInBits() > 32) in performMulhuCombine()