Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h49 FMul, ///< Product of floats. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1500 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); in replacePowWithExp() local
1546 Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul"); in replacePowWithExp() local
1578 Value *FMul = B.CreateFMul(Log, Expo, "mul"); in replacePowWithExp() local
1754 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp865 auto *FMul = IC.Builder.CreateFMulFMF(Op0, Op1, &II); in instCombineIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml194 | FMul Constructor
H A Dllvm.mli218 | FMul Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2291 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); in visitFSub() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2000 auto FMul = MIRBuilder.buildFMul( in translateKnownIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go146 FMul Opcode = C.LLVMFMul const
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13472 auto isFMulNegTwo = [](SDValue FMul) { in visitFADD()