Home
last modified time | relevance | path

Searched defs:Interpreter (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h184 ResultEval Interpreter) in IRSpeculationLayer()
/third_party/python/Lib/test/support/
Dinterpreters.py45 class Interpreter: class
/third_party/python/Doc/whatsnew/
D3.11.rst1506 .. [#load-global] A similar optimization already existed since Python 3.8.
1509 .. [#load-attr] A similar optimization already existed since Python 3.10.
1514 .. _whatsnew311-faster-cpython-misc:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h517 Interpreter = 0x2 enumerator
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py103 class Interpreter(namedtuple('Interpreter', 'name id')): class
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py760 class Interpreter(parser.SimpleTraceDumper): class