Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h46 FMul, ///< Product of floats. global() enumerator
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2066 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); replacePowWithExp() local
2128 Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul"); replacePowWithExp() local
2169 Value *FMul = B.CreateFMul(Log, Expo, "mul"); replacePowWithExp() local
2660 auto *FMul = mergeSqrtToExp() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1119 auto *FMul = IC.Builder.CreateFMulFMF(Op0, Op1, &II); instCombineIntrinsic() local
H A DAMDGPULegalizerInfo.cpp3337 auto FMul = B.buildFMul(Ty, X, Y, Flags); getMad() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml195 | FMul Constructor
H A Dllvm.mli221 | FMul Constructor
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp556 Instruction *FDiv, *FAdd, *FCmp, *FCall, *FNeg, *FSub, *FMul, *FRem; in TEST_F() local
/llvm-project/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1582 TEST_F(ComputeKnownFPClassTest, FMul) { in TEST_F() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2909 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); visitFSub() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2307 auto FMul = MIRBuilder.buildFMul( translateKnownIntrinsic() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3171 transformFixedFloatingPointConversion(SDNode * N,SDNode * FMul,bool IsUnsigned,bool FixedToFloat) transformFixedFloatingPointConversion() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15913 SDValue FMul = TmpFMA->getOperand(2); visitFADDForFMACombine() local
16534 __anon791abb433f02(SDValue FMul) visitFADD() argument
[all...]