/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 66 Instruction *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function 67 return BinaryOperator::CreateFSub(LHS, RHS); in CreateFSub()
|
H A D | IRBuilderFolder.h | 37 virtual Value *CreateFSub(Constant *LHS, Constant *RHS) const = 0;
|
H A D | MatrixBuilder.h | 205 ? B.CreateFSub(LHS, RHS) in CreateSub()
|
H A D | ConstantFolder.h | 52 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
|
H A D | IRBuilder.h | 1430 Value *CreateFSub(Value *L, Value *R, const Twine &Name = "", 1437 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), FPMD, FMF); 1450 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), nullptr,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerAtomic.cpp | 94 Res = Builder.CreateFSub(Orig, Val); in lowerAtomicRMWInst()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 611 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r"); in EmitBinSub() 613 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i"); in EmitBinSub() 721 ResR = Builder.CreateFSub(AC, BD, "mul_r"); in EmitBinMul() 841 llvm::Value *BCmAD = Builder.CreateFSub(BC, AD); // bc-ad in EmitBinDiv()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 60 Constant *CreateFSub(Constant *LHS, Constant *RHS) const override { in CreateFSub() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 434 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 463 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 590 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/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()
|
/netbsd-src/external/apache2/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 694 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 800 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 795 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 801 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 795 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 795 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 778 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1200 V = IC.Builder.CreateFSub(Arg0, Arg1); in instCombineIntrinsic() 1245 V = IC.Builder.CreateFSub(LHS, RHS); in instCombineIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 921 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 965 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
|