Home
last modified time | relevance | path

Searched refs:CreateFSub (Results 1 – 25 of 83) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DNoFolder.h69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
70 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
DConstantFolder.h45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
DIRBuilder.h534 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "") {
537 return Insert(Folder.CreateFSub(LC, RC), Name);
538 return Insert(BinaryOperator::CreateFSub(LHS, RHS), Name);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DNoFolder.h78 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
79 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
DConstantFolder.h50 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/external/llvm/include/llvm/IR/
DNoFolder.h69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
70 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
DConstantFolder.h45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp344 return BinaryOperator::CreateFSub(RHS, LHSV); in visitFAdd()
349 return BinaryOperator::CreateFSub(LHS, V); in visitFAdd()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp371 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetFolder.h60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/external/llvm/include/llvm/Analysis/
DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp379 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp557 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r"); in EmitBinSub()
559 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i"); in EmitBinSub()
666 ResR = Builder.CreateFSub(AC, BD, "mul_r"); in EmitBinMul()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp423 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp434 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp450 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc499 b_->CreateFSub(b_->CreateFMul(real(lhs_element), real(rhs_element)), in EmitNaiveLlvmIrGemm()
565 llvm::Value* real = b_->CreateFSub( in EmitScalarDot()
Dvector_support_library.cc80 return b()->CreateFSub(lhs, rhs); in Sub()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp567 Instruction *RI = BinaryOperator::CreateFSub(NegZero, Op0); in visitFMul()
609 : BinaryOperator::CreateFSub(M0, M1); in visitFMul()
656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul()
DInstCombineAddSub.cpp737 Value *V = Builder->CreateFSub(Opnd0, Opnd1); in createFSub()
1319 Instruction *RI = BinaryOperator::CreateFSub(RHS, LHSV); in visitFAdd()
1327 Instruction *RI = BinaryOperator::CreateFSub(LHS, V); in visitFAdd()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp462 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h314 return mixin_builder()->CreateFSub(std::forward<Args>(args)...); in FSub()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp480 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp576 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()

1234