Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h47 FMul, ///< Product of floats. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1014 auto *FMul = IC.Builder.CreateFMulFMF(Op0, Op1, &II); in instCombineIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1916 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); in replacePowWithExp() local
1965 Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul"); in replacePowWithExp() local
2000 Value *FMul = B.CreateFMul(Log, Expo, "mul"); in replacePowWithExp() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml194 | FMul Constructor
H A Dllvm.mli218 | FMul Constructor
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2614 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); in visitFSub() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2074 auto FMul = MIRBuilder.buildFMul( in translateKnownIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3175 SDNode *FMul, in transformFixedFloatingPointConversion()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14677 SDValue FMul = TmpFMA->getOperand(2); in visitFADDForFMACombine() local
15270 auto isFMulNegTwo = [](SDValue FMul) { in visitFADD()