Home
last modified time | relevance | path

Searched refs:KaleidoscopeJIT (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
63 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
68 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
82 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
59 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
46 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES,
59 ~KaleidoscopeJIT() {
64 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() {
78 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
62 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
67 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
80 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
62 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
67 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
80 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
62 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
67 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
81 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
62 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
67 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
81 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
62 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
67 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
81 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h33 class KaleidoscopeJIT {
47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
62 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
67 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
81 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
53 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() function
69 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
74 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
87 return std::make_unique<KaleidoscopeJIT>(std::move(*TPC), std::move(ES), in Create()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
66 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
85 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
66 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
85 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
66 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
85 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
66 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
85 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
66 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
85 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h38 class KaleidoscopeJIT {
52 KaleidoscopeJIT(std::unique_ptr<ExecutionSession> ES, in KaleidoscopeJIT() function
66 ~KaleidoscopeJIT() { in ~KaleidoscopeJIT()
71 static Expected<std::unique_ptr<KaleidoscopeJIT>> Create() { in Create()
85 return std::make_unique<KaleidoscopeJIT>(std::move(ES), std::move(JTMB), in Create()

12345678910>>...14