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