/external/llvm-project/llvm/include/llvm/IR/ |
D | NoFolder.h | 66 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function 67 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
|
D | IRBuilderFolder.h | 37 virtual Value *CreateFSub(Constant *LHS, Constant *RHS) const = 0;
|
D | MatrixBuilder.h | 205 ? B.CreateFSub(LHS, RHS) in CreateSub()
|
D | ConstantFolder.h | 52 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
|
/external/llvm/include/llvm/IR/ |
D | NoFolder.h | 69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function 70 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
|
D | ConstantFolder.h | 45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | NoFolder.h | 77 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function 78 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
|
D | ConstantFolder.h | 49 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 94 Res = Builder.CreateFSub(Orig, Val); in LowerAtomicRMWInst()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 94 Res = Builder.CreateFSub(Orig, Val); in LowerAtomicRMWInst()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 610 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r"); in EmitBinSub() 612 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i"); in EmitBinSub() 720 ResR = Builder.CreateFSub(AC, BD, "mul_r"); in EmitBinMul() 840 llvm::Value *BCmAD = Builder.CreateFSub(BC, AD); // bc-ad in EmitBinDiv()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 59 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 557 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-project/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 434 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 423 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 450 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 463 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 567 Instruction *RI = BinaryOperator::CreateFSub(NegZero, Op0); in visitFMul() 609 : BinaryOperator::CreateFSub(M0, M1); in visitFMul() 656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul()
|
D | InstCombineAddSub.cpp | 737 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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 337 return mixin_builder()->CreateFSub(std::forward<Args>(args)...); in FSub()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 642 b_->CreateFSub(b_->CreateFMul(real(lhs_element), real(rhs_element)), in EmitNaiveLlvmIrGemm() 714 llvm::Value* real = b_->CreateFSub( in EmitScalarDot()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstCombineIntrinsic.cpp | 1202 V = IC.Builder.CreateFSub(Arg0, Arg1); in instCombineIntrinsic() 1247 V = IC.Builder.CreateFSub(LHS, RHS); in instCombineIntrinsic() 1921 return IC.Builder.CreateFSub(II.getArgOperand(0), II.getArgOperand(1)); in simplifyDemandedVectorEltsIntrinsic()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 541 llvm::Value* real_result = b->CreateFSub(real_result1, real_result2); in MultiplyComplex()
|