Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
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
DTargetFolder.h61 Constant *CreateFSub(Constant *LHS, Constant *RHS) const { in CreateFSub() function
DIRBuilder.h534 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "") {
537 return Insert(Folder.CreateFSub(LC, RC), Name);
538 return Insert(BinaryOperator::CreateFSub(LHS, RHS), Name);
/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.h814 Value *CreateFSub(Value *LHS, Value *RHS, const Twine &Name = "",
818 return Insert(Folder.CreateFSub(LC, RC), Name);
819 return Insert(AddFPMathAttributes(BinaryOperator::CreateFSub(LHS, RHS),
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp344 return BinaryOperator::CreateFSub(RHS, LHSV); in visitFAdd()
349 return BinaryOperator::CreateFSub(LHS, V); in visitFAdd()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp371 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/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp379 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp557 ResR = Builder.CreateFSub(Op.LHS.first, Op.RHS.first, "sub.r"); in EmitBinSub()
559 ResI = Builder.CreateFSub(Op.LHS.second, Op.RHS.second, "sub.i"); in EmitBinSub()
666 ResR = Builder.CreateFSub(AC, BD, "mul_r"); in EmitBinMul()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp423 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp450 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp737 Value *V = Builder->CreateFSub(Opnd0, Opnd1); in createFSub()
1319 Instruction *RI = BinaryOperator::CreateFSub(RHS, LHSV); in visitFAdd()
1327 Instruction *RI = BinaryOperator::CreateFSub(LHS, V); in visitFAdd()
DInstCombineMulDivRem.cpp567 Instruction *RI = BinaryOperator::CreateFSub(NegZero, Op0); in visitFMul()
609 : BinaryOperator::CreateFSub(M0, M1); in visitFMul()
656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp480 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp576 case '-': return Builder.CreateFSub(L, R, "subtmp"); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp575 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()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp672 case '-': 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()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp678 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp782 return Builder.CreateFSub(L, R, "subtmp"); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp771 return Builder.CreateFSub(L, R, "subtmp"); in codegen()

12