Home
last modified time | relevance | path

Searched defs:FMul (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h47 FMul, ///< Product of floats. global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2095 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 DAMDGPUInstCombineIntrinsic.cpp1191 auto *FMul = IC.Builder.CreateFMulFMF(Op0, Op1, &II); in instCombineIntrinsic() local
H A DAMDGPULegalizerInfo.cpp3337 auto FMul = B.buildFMul(Ty, X, Y, Flags); in getMad() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2914 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); in visitFSub() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2309 auto FMul = MIRBuilder.buildFMul( in translateKnownIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3171 SDNode *FMul, in transformFixedFloatingPointConversion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15960 SDValue FMul = TmpFMA->getOperand(2); in visitFADDForFMACombine() local
16581 auto isFMulNegTwo = [](SDValue FMul) { in visitFADD()