Home
last modified time | relevance | path

Searched refs:KaleidoscopeJIT (Results 176 – 200 of 326) sorted by relevance

12345678910>>...14

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
700 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/llvm90/llvm-9.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = llvm::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = llvm::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm80/llvm-8.0.1.src/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
692 TheJIT = llvm::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = std::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm90/llvm-9.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = llvm::make_unique<KaleidoscopeJIT>(); in main()
/dports/devel/llvm80/llvm-8.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = llvm::make_unique<KaleidoscopeJIT>();
/dports/devel/llvm70/llvm-7.0.1.src/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
966 TheJIT = llvm::make_unique<KaleidoscopeJIT>(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
974 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<KaleidoscopeJIT> TheJIT;
974 TheJIT = ExitOnErr(KaleidoscopeJIT::Create()); in main()

12345678910>>...14