Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h106 llvm::Value* FMul(Args&&... args) { in FMul() function
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml153 | FMul Constructor
Dllvm.mli203 | FMul Constructor
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1028 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/
Dllvm.ml165 | FMul Constructor
Dllvm.mli223 | FMul Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1212 Value *FMul = B.CreateFMul(BaseFn->getArgOperand(0), Expo, "mul"); in optimizePow() local
1282 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow() local
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml190 | FMul Constructor
Dllvm.mli212 | FMul Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp676 Value *FMul = Builder->CreateFMul(N0, N1); in visitFMul() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp873 auto FMul = MIRBuilder.buildInstr(TargetOpcode::G_FMUL, Ty, Op0, Op1); in translateKnownIntrinsic() local
/external/llvm/bindings/go/llvm/
Dir.go185 FMul Opcode = C.LLVMFMul const
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go143 FMul Opcode = C.LLVMFMul const