Searched refs:JITs (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 231 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/ |
D | BuildingAJIT4.rst | 18 `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
|
D | BuildingAJIT5.rst | 37 Here is the complete code listing for our running example that JITs lazily from
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT4.rst | 18 `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
|
D | BuildingAJIT5.rst | 37 Here is the complete code listing for our running example that JITs lazily from
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LLVMBuild.rst | 17 JITs, custom code generators, optimization passes, interpreters, and so
|
D | LangRef.rst | 15064 mechanisms commonly desired in dynamic language JITs. These intrinsics
|
/external/llvm/docs/ |
D | LLVMBuild.rst | 17 JITs, custom code generators, optimization passes, interpreters, and so
|
D | LangRef.rst | 12542 mechanisms commonly desired in dynamic language JITs. These intrinsics
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 618 as debuggers and JITs to intercept frame evaluation before the
|