Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
70 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
H A DConstantFolder.h45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
H A DIRBuilder.h723 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "",
727 return Insert(Folder.CreateFSub(LC, RC), Name);
728 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp373 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp554 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r"); in EmitBinSub()
556 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i"); in EmitBinSub()
657 ResR = Builder.CreateFSub(AC, BD, "mul_r"); in EmitBinMul()
H A DCGExprScalar.cpp2469 Builder.CreateFSub( in buildFMulAdd()
2474 Builder.CreateFSub( in buildFMulAdd()
2587 return Builder.CreateFSub(op.LHS, op.RHS, "sub"); in EmitSub()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A 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()
H A DInstCombineAddSub.cpp755 Value *V = Builder->CreateFSub(Opnd0, Opnd1); in createFSub()
1348 Instruction *RI = BinaryOperator::CreateFSub(RHS, LHSV); in visitFAdd()
1356 Instruction *RI = BinaryOperator::CreateFSub(LHS, V); in visitFAdd()
H A DInstCombineSimplifyDemanded.cpp1304 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS, in SimplifyDemandedVectorElts()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp536 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp636 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp678 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
H A Dtoy.cpp961 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp741 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp696 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
H A Dtoy.cpp1063 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp921 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp936 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1137 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/minix3/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DLangImpl6.rst237 case '-': return Builder.CreateFSub(L, R, "subtmp");
H A DLangImpl3.rst152 case '-': return Builder.CreateFSub(L, R, "subtmp");
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2042 NI = BinaryOperator::CreateFSub(Op0, Op1); in canonicalizeNegConstExpr()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2315 return wrap(unwrap(B)->CreateFSub(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFSub()

12