Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3691 static bool isU24(SDValue Op, SelectionDAG &DAG) { in isU24() function
4326 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()
4377 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulLoHiCombine()
4448 if (!isU24(N0, DAG) || !isU24(N1, DAG)) in performMulhuCombine()