Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h192 bool hasMulU24() const { in hasMulU24() function
DAMDGPUISelLowering.cpp2450 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h169 bool hasMulU24() const { in hasMulU24() function
DAMDGPUISelLowering.cpp3166 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) { in performMulCombine()
3211 if (!Subtarget->hasMulU24() || VT.isVector() || VT.getSizeInBits() > 32) in performMulhuCombine()