Searched defs:FMul (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 47 FMul, ///< Product of floats. global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2095 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); in replacePowWithExp() local 2157 Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul"); in replacePowWithExp() local 2198 Value *FMul = B.CreateFMul(Log, Expo, "mul"); in replacePowWithExp() local 2689 auto *FMul = in mergeSqrtToExp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1191 auto *FMul = IC.Builder.CreateFMulFMF(Op0, Op1, &II); in instCombineIntrinsic() local
|
H A D | AMDGPULegalizerInfo.cpp | 3337 auto FMul = B.buildFMul(Ty, X, Y, Flags); in getMad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2914 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); in visitFSub() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2309 auto FMul = MIRBuilder.buildFMul( in translateKnownIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3171 SDNode *FMul, in transformFixedFloatingPointConversion()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15960 SDValue FMul = TmpFMA->getOperand(2); in visitFADDForFMACombine() local 16581 auto isFMulNegTwo = [](SDValue FMul) { in visitFADD()
|