Home
last modified time | relevance | path

Searched refs:JITs (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp231 SmallPtrSet<JIT*, 1> JITs; // Optimize for process containing just 1 JIT. member in __anon6ebc707d0511::JitPool
236 JITs.insert(jit); in Add()
240 JITs.erase(jit); in Remove()
244 assert(JITs.size() != 0 && "No Jit registered"); in getPointerToNamedFunction()
246 for (SmallPtrSet<JIT*, 1>::const_iterator Jit = JITs.begin(), in getPointerToNamedFunction()
247 end = JITs.end(); in getPointerToNamedFunction()
254 return (*JITs.begin())->getPointerToNamedFunction(Name); in getPointerToNamedFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DBuildingAJIT4.rst18 `Chapter 3 <BuildingAJIT3.html>`_ with a custom lazy-JITing scheme that JITs
33 Here is the complete code listing for our running example that JITs lazily from
DBuildingAJIT5.rst37 Here is the complete code listing for our running example that JITs lazily from
/external/llvm/docs/tutorial/
DBuildingAJIT4.rst18 `Chapter 3 <BuildingAJIT3.html>`_ with a custom lazy-JITing scheme that JITs
33 Here is the complete code listing for our running example that JITs lazily from
DBuildingAJIT5.rst37 Here is the complete code listing for our running example that JITs lazily from
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLLVMBuild.rst17 JITs, custom code generators, optimization passes, interpreters, and so
DLangRef.rst15064 mechanisms commonly desired in dynamic language JITs. These intrinsics
/external/llvm/docs/
DLLVMBuild.rst17 JITs, custom code generators, optimization passes, interpreters, and so
DLangRef.rst12542 mechanisms commonly desired in dynamic language JITs. These intrinsics
/external/python/cpython3/Doc/whatsnew/
D3.6.rst618 as debuggers and JITs to intercept frame evaluation before the