Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h44 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h45 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h47 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h119 CompileLayerT CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h72 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h274 CompileLayerT CompileLayer; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
DOrcMCJITReplacement.h356 CompileLayerT CompileLayer; variable
/external/llvm/tools/lli/
DOrcLazyJIT.h151 CompileLayerT CompileLayer; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h78 IRCompileLayer<decltype(ObjectLayer)> CompileLayer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h463 createCODLayer(orc::ExecutionSession &ES, CompileLayerT &CompileLayer, in createCODLayer()
520 CompileLayerT CompileLayer; variable
DOrcMCJITReplacement.h481 CompileLayerT CompileLayer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h147 std::unique_ptr<IRCompileLayer> CompileLayer; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h213 std::unique_ptr<IRCompileLayer> CompileLayer; variable
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp320 IRCompileLayer<decltype(TransformLayer)> CompileLayer(TransformLayer, in TEST() local