Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp149 bool isU24(Value *V, unsigned ScalarSize) const;
433 bool AMDGPUCodeGenPrepare::isU24(Value *V, unsigned ScalarSize) const { in isU24() function in AMDGPUCodeGenPrepare
483 if (ST->hasMulU24() && isU24(LHS, Size) && isU24(RHS, Size)) { in replaceMulWithMul24()
DAMDGPUISelLowering.cpp2782 static bool isU24(SDValue Op, SelectionDAG &DAG) { in isU24() function
3336 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()
3390 if (!isU24(N0, DAG) || !isU24(N1, DAG)) in performMulhuCombine()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2118 static bool isU24(SDValue Op, SelectionDAG &DAG) { in isU24() function
2450 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()