Home
last modified time | relevance | path

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

12

/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
DIRBuilder.h730 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "",
734 return Insert(Folder.CreateFSub(LC, RC), Name);
735 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp373 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/include/llvm/Analysis/
DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/external/clang/lib/CodeGen/
DCGExprComplex.cpp556 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r"); in EmitBinSub()
558 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i"); in EmitBinSub()
659 ResR = Builder.CreateFSub(AC, BD, "mul_r"); in EmitBinMul()
DCGExprScalar.cpp2518 Builder.CreateFSub( in buildFMulAdd()
2523 Builder.CreateFSub( in buildFMulAdd()
2636 return Builder.CreateFSub(op.LHS, op.RHS, "sub"); in EmitSub()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp553 Instruction *RI = BinaryOperator::CreateFSub(NegZero, Op0); in visitFMul()
595 : BinaryOperator::CreateFSub(M0, M1); in visitFMul()
631 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul()
DInstCombineAddSub.cpp755 Value *V = Builder->CreateFSub(Opnd0, Opnd1); in createFSub()
1351 Instruction *RI = BinaryOperator::CreateFSub(RHS, LHSV); in visitFAdd()
1359 Instruction *RI = BinaryOperator::CreateFSub(LHS, V); in visitFAdd()
DInstCombineSimplifyDemanded.cpp1300 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS, in SimplifyDemandedVectorElts()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp651 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp537 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp637 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp696 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
Dtoy.cpp1063 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp742 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp678 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
Dtoy.cpp961 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp921 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp937 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1137 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp804 case '-': return C.getBuilder().CreateFSub(L, R, "subtmp"); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp804 case '-': return C.getBuilder().CreateFSub(L, R, "subtmp"); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp804 case '-': return C.getBuilder().CreateFSub(L, R, "subtmp"); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp805 case '-': return C.getBuilder().CreateFSub(L, R, "subtmp"); in IRGen()

12