| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 69 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function 70 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
|
| H A D | ConstantFolder.h | 45 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
|
| H A D | IRBuilder.h | 723 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 D | toy.cpp | 373 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
| H A D | toy.cpp | 417 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 554 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 D | CGExprScalar.cpp | 2469 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 D | InstCombineMulDivRem.cpp | 553 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 D | InstCombineAddSub.cpp | 755 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 D | InstCombineSimplifyDemanded.cpp | 1304 TmpV = InsertNewInstWith(BinaryOperator::CreateFSub(LHS, RHS, in SimplifyDemandedVectorElts()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
| H A D | toy.cpp | 536 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
| H A D | toy.cpp | 636 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy-jit.cpp | 678 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| H A D | toy.cpp | 961 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
| H A D | toy.cpp | 741 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy-jit.cpp | 696 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| H A D | toy.cpp | 1063 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| H A D | toy.cpp | 921 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
| H A D | toy.cpp | 936 return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 1137 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/tutorial/ |
| H A D | LangImpl6.rst | 237 case '-': return Builder.CreateFSub(L, R, "subtmp");
|
| H A D | LangImpl3.rst | 152 case '-': return Builder.CreateFSub(L, R, "subtmp");
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 2042 NI = BinaryOperator::CreateFSub(Op0, Op1); in canonicalizeNegConstExpr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2315 return wrap(unwrap(B)->CreateFSub(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFSub()
|