Searched defs:FMul (Results 1 – 10 of 10) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | ir_builder_mixin.h | 114 llvm::Value* FMul(Args&&... args) { in FMul() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 1528 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); in replacePowWithExp() local 1574 Value *FMul = B.CreateFMul(Expo, ConstantFP::get(Ty, N), "mul"); in replacePowWithExp() local 1601 Value *FMul = B.CreateFMul(Log, Expo, "mul"); in replacePowWithExp() local 1778 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 1028 Value *FMul = B.CreateFMul(OpC->getArgOperand(0), Op2, "mul"); in optimizePow() local 1096 Value *FMul = getPow(InnerChain, V.convertToDouble(), B); in optimizePow() local
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 165 | FMul Constructor
|
| D | llvm.mli | 223 | FMul Constructor
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 676 Value *FMul = Builder->CreateFMul(N0, N1); in visitFMul() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAddSub.cpp | 2243 Value *FMul = Builder.CreateFMulFMF(X, Y, &I); in visitFSub() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | IRTranslator.cpp | 1430 auto FMul = MIRBuilder.buildInstr(TargetOpcode::G_FMUL, {Ty}, {Op0, Op1}, in translateKnownIntrinsic() local
|
| /external/llvm/bindings/go/llvm/ |
| D | ir.go | 185 FMul Opcode = C.LLVMFMul const
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 12171 auto isFMulNegTwo = [](SDValue FMul) { in visitFADD()
|