Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp76 return Builder.CreateFSub(Loaded, Inc, "new"); in buildAtomicRMWValue()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp125 I.replaceAllUsesWith(Builder.CreateFSub(Zero, In)); in runOnModule()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprComplex.cpp611 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()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMatrixBuilder.h201 ? B.CreateFSub(LHS, RHS) in CreateSub()
H A DIRBuilder.h1433 Value *CreateFSub(Value *L, Value *R, const Twine &Name = "",
1441 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), FPMD, FMF);
1456 Instruction *I = setFPAttrs(BinaryOperator::CreateFSub(L, R), nullptr, FMF);
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp434 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp463 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp590 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp694 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp795 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp800 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp778 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp801 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp795 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp795 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1196 V = IC.Builder.CreateFSub(Arg0, Arg1); in instCombineIntrinsic()
1241 V = IC.Builder.CreateFSub(LHS, RHS); in instCombineIntrinsic()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp921 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp965 return Builder->CreateFSub(L, R, "subtmp"); in codegen()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1137 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1248 Value *V1 = IRB.CreateFSub(NZ, One); in TEST_F()
1249 Value *V2 = IRB.CreateFSub(Z, One); in TEST_F()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst249 return Builder.CreateFSub(L, R, "subtmp");

12