Home
last modified time | relevance | path

Searched refs:ProtoAST (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp574 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
575 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
578 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp587 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
588 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
592 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp846 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
847 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
850 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp861 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
862 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
866 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp964 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
965 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
968 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp980 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
981 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
985 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp1112 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1113 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1116 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp1117 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1118 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1121 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp1125 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1126 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1130 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp1112 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1113 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1116 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp1126 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1127 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1131 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp1112 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1113 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1116 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp1125 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1126 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1130 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp1125 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1126 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1130 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1127 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1128 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1132 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1150 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1151 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1155 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp1139 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1140 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1143 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1130 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1131 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1134 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1105 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1106 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1109 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp1150 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1151 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
1155 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp523 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
524 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp535 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
536 if (auto *FnIR = ProtoAST->codegen()) { in HandleExtern()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1333 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1334 if (!ProtoAST->codegen()) in HandleExtern()
1337 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1333 if (auto ProtoAST = ParseExtern()) { in HandleExtern() local
1334 if (!ProtoAST->codegen()) in HandleExtern()
1337 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST); in HandleExtern()
/external/llvm/docs/tutorial/
DLangImpl04.rst472 if (auto ProtoAST = ParseExtern()) {
473 if (auto *FnIR = ProtoAST->codegen()) {
476 FunctionProtos[ProtoAST->getName()] = std::move(ProtoAST);

12