/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 112 class BinaryExprAST : public ExprAST { class 117 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon102806430111::BinaryExprAST 303 LHS = llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), in ParseBinOpRHS()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 124 class BinaryExprAST : public ExprAST { class 129 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon3a9ec1ac0111::BinaryExprAST 319 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 413 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 130 class BinaryExprAST : public ExprAST { class 135 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon84a477440111::BinaryExprAST 330 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 424 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 120 class BinaryExprAST : public ExprAST { class 125 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anonc62250ab0111::BinaryExprAST 308 LHS = helper::make_unique<BinaryExprAST>(BinOp, std::move(LHS), in ParseBinOpRHS()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 133 class BinaryExprAST : public ExprAST { class 138 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anonaf1b32ad0111::BinaryExprAST 328 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 440 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 140 class BinaryExprAST : public ExprAST { class 145 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anonf920e8450111::BinaryExprAST 340 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 452 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 151 class BinaryExprAST : public ExprAST { class 156 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon2397a3ae0111::BinaryExprAST 453 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 565 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 158 class BinaryExprAST : public ExprAST { class 163 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon6d9d59460111::BinaryExprAST 467 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 579 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 170 class BinaryExprAST : public ExprAST { class 175 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon981414af0111::BinaryExprAST 502 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 668 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 178 class BinaryExprAST : public ExprAST { class 183 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anone219ca470111::BinaryExprAST 517 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 683 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 146 class BinaryExprAST : public ExprAST { class 150 BinaryExprAST(char op, ExprAST *lhs, ExprAST *rhs) in BinaryExprAST() function in BinaryExprAST 499 LHS = new BinaryExprAST(BinOp, LHS, RHS); in ParseBinOpRHS() 653 Value *BinaryExprAST::Codegen() { in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 146 class BinaryExprAST : public ExprAST { class 150 BinaryExprAST(char op, ExprAST *lhs, ExprAST *rhs) in BinaryExprAST() function in BinaryExprAST 499 LHS = new BinaryExprAST(BinOp, LHS, RHS); in ParseBinOpRHS() 653 Value *BinaryExprAST::Codegen() { in Codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 161 class BinaryExprAST : public ExprAST { class 165 BinaryExprAST(char op, ExprAST *lhs, ExprAST *rhs) in BinaryExprAST() function in BinaryExprAST 514 LHS = new BinaryExprAST(BinOp, LHS, RHS); in ParseBinOpRHS() 668 Value *BinaryExprAST::Codegen() { in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 161 class BinaryExprAST : public ExprAST { class 165 BinaryExprAST(char op, ExprAST *lhs, ExprAST *rhs) in BinaryExprAST() function in BinaryExprAST 514 LHS = new BinaryExprAST(BinOp, LHS, RHS); in ParseBinOpRHS() 668 Value *BinaryExprAST::Codegen() { in Codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 177 class BinaryExprAST : public ExprAST { class 182 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon8465a24f0111::BinaryExprAST 573 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 749 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 178 class BinaryExprAST : public ExprAST { class 183 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in BinaryExprAST 561 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 738 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | toy.cpp | 181 class BinaryExprAST : public ExprAST { class 186 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anonc56baee70111::BinaryExprAST 585 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 761 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 177 class BinaryExprAST : public ExprAST { class 182 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon6d5e84510111::BinaryExprAST 573 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 749 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | toy.cpp | 181 class BinaryExprAST : public ExprAST { class 186 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in BinaryExprAST 570 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 747 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 177 class BinaryExprAST : public ExprAST { class 182 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anonf8e213500111::BinaryExprAST 573 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 749 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | toy.cpp | 181 class BinaryExprAST : public ExprAST { class 186 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon39e81fe80111::BinaryExprAST 585 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 761 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | toy.cpp | 181 class BinaryExprAST : public ExprAST { class 186 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anonae6490e90111::BinaryExprAST 585 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 761 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 187 class BinaryExprAST : public ExprAST { class 192 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anoncb12ac490111::BinaryExprAST 591 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 766 Value *BinaryExprAST::codegen() { in codegen()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 186 class BinaryExprAST : public ExprAST { class 191 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in __anon56963b480111::BinaryExprAST 590 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 767 Value *BinaryExprAST::codegen() { in codegen()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 193 class BinaryExprAST : public ExprAST { class 198 BinaryExprAST(char Op, std::unique_ptr<ExprAST> LHS, in BinaryExprAST() function in BinaryExprAST 576 llvm::make_unique<BinaryExprAST>(BinOp, std::move(LHS), std::move(RHS)); in ParseBinOpRHS() 760 Value *BinaryExprAST::codegen() { in codegen()
|