Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp153 bool replaceMulWithMul24(BinaryOperator &I) const;
462 bool AMDGPUCodeGenPrepare::replaceMulWithMul24(BinaryOperator &I) const { in replaceMulWithMul24() function in AMDGPUCodeGenPrepare
891 if (UseMul24Intrin && replaceMulWithMul24(I)) in visitBinaryOperator()