Searched defs:FMul (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 47 FMul, ///< Product of floats. enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1014 auto *FMul = IC.Builder.CreateFMulFMF(Op0, Op1, &II); in instCombineIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1916 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 D | llvm.ml | 194 | FMul Constructor
|
H A D | llvm.mli | 218 | FMul Constructor
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 2614 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); in visitFSub() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2074 auto FMul = MIRBuilder.buildFMul( in translateKnownIntrinsic() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3175 SDNode *FMul, in transformFixedFloatingPointConversion()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 14677 SDValue FMul = TmpFMA->getOperand(2); in visitFADDForFMACombine() local 15270 auto isFMulNegTwo = [](SDValue FMul) { in visitFADD()
|