Home
last modified time | relevance | path

Searched refs:Interpreter (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp25 RegisterInterp() { Interpreter::Register(); } in RegisterInterp()
34 ExecutionEngine *Interpreter::create(std::unique_ptr<Module> M, in create()
48 return new Interpreter(std::move(M)); in create()
54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
66 Interpreter::~Interpreter() { in ~Interpreter()
70 void Interpreter::runAtExitHandlers () { in runAtExitHandlers()
80 GenericValue Interpreter::runFunction(Function *F, in runFunction()
DExecution.cpp62 void Interpreter::visitUnaryOperator(UnaryOperator &I) { in visitUnaryOperator()
331 void Interpreter::visitICmpInst(ICmpInst &I) { in visitICmpInst()
663 void Interpreter::visitFCmpInst(FCmpInst &I) { in visitFCmpInst()
734 void Interpreter::visitBinaryOperator(BinaryOperator &I) { in visitBinaryOperator()
859 void Interpreter::visitSelectInst(SelectInst &I) { in visitSelectInst()
873 void Interpreter::exitCalled(GenericValue GV) { in exitCalled()
890 void Interpreter::popStackAndReturnValueToCaller(Type *RetTy, in popStackAndReturnValueToCaller()
916 void Interpreter::visitReturnInst(ReturnInst &I) { in visitReturnInst()
930 void Interpreter::visitUnreachableInst(UnreachableInst &I) { in visitUnreachableInst()
934 void Interpreter::visitBranchInst(BranchInst &I) { in visitBranchInst()
[all …]
DLLVMBuild.txt1 ;===- ./lib/ExecutionEngine/Interpreter/LLVMBuild.txt ----------*- Conf -*--===;
19 name = Interpreter
DInterpreter.h75 class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> {
88 explicit Interpreter(std::unique_ptr<Module> M);
89 ~Interpreter() override;
DCMakeLists.txt12 Interpreter.cpp
DExternalFunctions.cpp71 static Interpreter *TheInterpreter;
257 GenericValue Interpreter::callExternalFunction(Function *F, in callExternalFunction()
496 void Interpreter::initializeExternalFunctions() { in initializeExternalFunctions()
/third_party/python/Lib/test/support/
Dinterpreters.py25 return Interpreter(id, isolated=isolated)
30 return [Interpreter(id) for id in _interpreters.list_all()]
36 return Interpreter(id)
42 return Interpreter(id)
45 class Interpreter: class
63 if not isinstance(other, Interpreter):
/third_party/python/Lib/test/
Dtest_interpreters.py71 self.assertIsInstance(interp, interpreters.Interpreter)
96 interp2 = interpreters.Interpreter(int(out))
142 current = interpreters.Interpreter(int(out))
191 interp = interpreters.Interpreter(1)
195 interpreters.Interpreter('1')
198 interp = interpreters.Interpreter(1)
220 interp = interpreters.Interpreter(1)
224 interp1 = interpreters.Interpreter(1, isolated=True)
225 interp2 = interpreters.Interpreter(1, isolated=False)
230 interp = interpreters.Interpreter(1)
[all …]
Dtest__xxsubinterpreters.py103 class Interpreter(namedtuple('Interpreter', 'name id')): class
1906 interp = Interpreter.from_raw(interp)
1907 other = Interpreter.from_raw(other)
1908 extra = Interpreter.from_raw(extra)
1987 interp = self._known[name] = Interpreter(name)
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp23 namespace Interpreter { namespace
358 static const Interpreter::I32 gLanes = { in innerRun()
1062 ip = Interpreter::disassemble_instruction(ip); in disassemble()
1074 Interpreter::VValue stack[128]; in run()
1084 Interpreter::VValue globals[32]; in run()
1095 int w = std::min(N, Interpreter::VecWidth); in run()
1104 dst += Interpreter::VecWidth; in run()
1124 src += Interpreter::VecWidth; in run()
1128 src += p.fSlotCount * Interpreter::VecWidth; in run()
1155 Interpreter::VValue stack[128]; in runStriped()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DCMakeLists.txt21 add_subdirectory(Interpreter)
DLLVMBuild.txt18 subdirectories = Interpreter MCJIT JITLink RuntimeDyld IntelJITEvents
DTargetSelect.cpp31 if (WhichEngine != EngineKind::Interpreter && M) in selectTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSpeculation.h184 ResultEval Interpreter) in IRSpeculationLayer() argument
186 S(Spec), Mangle(Mangle), QueryAnalysis(Interpreter) {} in IRSpeculationLayer()
/third_party/python/Misc/NEWS.d/
D3.5.0rc2.rst7 Interpreter now starts properly when dynamic loading is disabled. Patch by
/third_party/python/Doc/tutorial/
Dinterpreter.rst4 Using the Python Interpreter
10 Invoking the Interpreter
123 The Interpreter and Its Environment
Dinteractive.rst35 Alternatives to the Interactive Interpreter
/third_party/jsoncpp/src/jsontestrunner/
DCMakeLists.txt3 find_package(Python3 COMPONENTS Interpreter)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h517 Interpreter = 0x2 enumerator
519 const static Kind Either = (Kind)(JIT | Interpreter);
/third_party/mindspore/cmake/
Dcheck_requirements.cmake22 find_package(Python3 COMPONENTS Interpreter Development)
Dpackage_script.cmake2 find_package(Python3 COMPONENTS Interpreter)
/third_party/mindspore/
DCMakeLists.txt61 find_package(Python3 COMPONENTS Interpreter Development)
/third_party/python/Doc/extending/
Dindex.rst4 Extending and Embedding the Python Interpreter
/third_party/python/Doc/library/
Dcode.rst1 :mod:`code` --- Interpreter base classes
71 Interactive Interpreter Objects
/third_party/skia/third_party/externals/swiftshader/third_party/angle/
DCMakeLists.txt18 find_package(Python2 COMPONENTS Interpreter REQUIRED)

123