Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp235 bool replaceMulWithMul24(BinaryOperator &I) const;
627 bool AMDGPUCodeGenPrepareImpl::replaceMulWithMul24(BinaryOperator &I) const { in replaceMulWithMul24() function in AMDGPUCodeGenPrepareImpl
1547 if (UseMul24Intrin && replaceMulWithMul24(I)) in visitBinaryOperator()