Searched refs:isU24 (Results 1 – 2 of 2) sorted by relevance
149 bool isU24(Value *V, unsigned ScalarSize) const;433 bool AMDGPUCodeGenPrepare::isU24(Value *V, unsigned ScalarSize) const { in isU24() function in AMDGPUCodeGenPrepare483 if (ST->hasMulU24() && isU24(LHS, Size) && isU24(RHS, Size)) { in replaceMulWithMul24()
2782 static bool isU24(SDValue Op, SelectionDAG &DAG) { in isU24() function3336 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()3390 if (!isU24(N0, DAG) || !isU24(N1, DAG)) in performMulhuCombine()