HomeSort by: relevance | last modified time | path
    Searched refs:isU24 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 154 bool isU24(Value *V, unsigned ScalarSize) const;
461 bool AMDGPUCodeGenPrepare::isU24(Value *V, unsigned ScalarSize) const {
511 if (ST->hasMulU24() && isU24(LHS, Size) && isU24(RHS, Size)) {
AMDGPUISelLowering.cpp 2774 static bool isU24(SDValue Op, SelectionDAG &DAG) {
3341 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) {
3395 if (!isU24(N0, DAG) || !isU24(N1, DAG))

Completed in 69 milliseconds