Home
last modified time | relevance | path

Searched refs:ForExprAST (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp186 class ForExprAST : public ExprAST { class
191 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon2397a3ae0111::ForExprAST
393 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
674 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp196 class ForExprAST : public ExprAST { class
201 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon6d9d59460111::ForExprAST
407 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
688 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp205 class ForExprAST : public ExprAST { class
210 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon981414af0111::ForExprAST
426 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
785 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp216 class ForExprAST : public ExprAST { class
221 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anone219ca470111::ForExprAST
441 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
800 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp175 class ForExprAST : public ExprAST { class
179 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
387 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
768 Value *ForExprAST::Codegen() { in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp175 class ForExprAST : public ExprAST { class
179 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
387 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
768 Value *ForExprAST::Codegen() { in Codegen()
Dtoy.cpp176 class ForExprAST : public ExprAST { class
180 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
388 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
1048 Value *ForExprAST::Codegen() { in Codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp190 class ForExprAST : public ExprAST { class
194 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
402 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
786 Value *ForExprAST::Codegen() { in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp190 class ForExprAST : public ExprAST { class
194 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
402 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
786 Value *ForExprAST::Codegen() { in Codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp212 class ForExprAST : public ExprAST { class
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon8465a24f0111::ForExprAST
446 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
893 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp213 class ForExprAST : public ExprAST { class
218 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in ForExprAST
434 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
882 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp219 class ForExprAST : public ExprAST { class
224 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anonc56baee70111::ForExprAST
458 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
905 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp212 class ForExprAST : public ExprAST { class
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon6d5e84510111::ForExprAST
446 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
893 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp219 class ForExprAST : public ExprAST { class
224 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in ForExprAST
443 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
891 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp212 class ForExprAST : public ExprAST { class
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anonf8e213500111::ForExprAST
446 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
893 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp219 class ForExprAST : public ExprAST { class
224 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon39e81fe80111::ForExprAST
458 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
905 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp219 class ForExprAST : public ExprAST { class
224 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anonae6490e90111::ForExprAST
458 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
905 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp225 class ForExprAST : public ExprAST { class
230 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anoncb12ac490111::ForExprAST
464 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
910 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp224 class ForExprAST : public ExprAST { class
229 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon56963b480111::ForExprAST
463 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
911 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp228 class ForExprAST : public ExprAST { class
233 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in ForExprAST
449 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
904 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp212 class ForExprAST : public ExprAST { class
217 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon0c9085b00111::ForExprAST
446 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
894 Value *ForExprAST::codegen() { in codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp209 class ForExprAST : public ExprAST { class
214 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in __anon810cf6b10111::ForExprAST
443 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
889 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp236 class ForExprAST : public ExprAST { class
241 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, in ForExprAST() function in ForExprAST
460 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), in ParseForExpr()
915 Value *ForExprAST::codegen() { in codegen()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp174 class ForExprAST : public ExprAST { class
178 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
386 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
1008 Value *ForExprAST::Codegen() { in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp174 class ForExprAST : public ExprAST { class
178 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, in ForExprAST() function in ForExprAST
386 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr()
1008 Value *ForExprAST::Codegen() { in Codegen()

12