Home
last modified time | relevance | path

Searched defs:TheJIT (Results 1 – 14 of 14) sorted by relevance

/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp153 std::unique_ptr<ExecutionEngine> TheJIT; member in __anone79d3d040111::JitEventListenerTest
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp212 OwningPtr<ExecutionEngine> TheJIT; member in __anon99615b6f0111::JITTest
690 ExecutionEngine *TheJIT = EngineBuilder(M) in getJITFromBitcode() local
719 OwningPtr<ExecutionEngine> TheJIT(getJITFromBitcode(Context, Bitcode, M)); in TEST() local
758 OwningPtr<ExecutionEngine> TheJIT(getJITFromBitcode(Context, Bitcode, M)); in TEST() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp113 JIT *TheJIT; member in __anonce5e020d0111::JITResolverState
191 JIT *TheJIT; member in __anonce5e020d0111::JITResolver
363 JIT *TheJIT; member in __anonce5e020d0111::JITEmitter
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h336 std::unique_ptr<ExecutionEngine> TheJIT; variable
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp405 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp530 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp621 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp691 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp679 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp692 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp691 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp691 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp701 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp861 static std::unique_ptr<KaleidoscopeJIT> TheJIT; variable