Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp158 bool replaceMulWithMul24(BinaryOperator &I) const;
490 bool AMDGPUCodeGenPrepare::replaceMulWithMul24(BinaryOperator &I) const { in replaceMulWithMul24() function in AMDGPUCodeGenPrepare
1193 if (UseMul24Intrin && replaceMulWithMul24(I)) in visitBinaryOperator()