/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 25 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()
|
D | Execution.cpp | 62 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 …]
|
D | LLVMBuild.txt | 1 ;===- ./lib/ExecutionEngine/Interpreter/LLVMBuild.txt ----------*- Conf -*--===; 19 name = Interpreter
|
D | Interpreter.h | 75 class Interpreter : public ExecutionEngine, public InstVisitor<Interpreter> { 88 explicit Interpreter(std::unique_ptr<Module> M); 89 ~Interpreter() override;
|
D | CMakeLists.txt | 12 Interpreter.cpp
|
D | ExternalFunctions.cpp | 71 static Interpreter *TheInterpreter; 257 GenericValue Interpreter::callExternalFunction(Function *F, in callExternalFunction() 496 void Interpreter::initializeExternalFunctions() { in initializeExternalFunctions()
|
/third_party/python/Lib/test/support/ |
D | interpreters.py | 25 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/ |
D | test_interpreters.py | 71 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 …]
|
D | test__xxsubinterpreters.py | 103 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/ |
D | SkSLByteCode.cpp | 23 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/ |
D | CMakeLists.txt | 21 add_subdirectory(Interpreter)
|
D | LLVMBuild.txt | 18 subdirectories = Interpreter MCJIT JITLink RuntimeDyld IntelJITEvents
|
D | TargetSelect.cpp | 31 if (WhichEngine != EngineKind::Interpreter && M) in selectTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Speculation.h | 184 ResultEval Interpreter) in IRSpeculationLayer() argument 186 S(Spec), Mangle(Mangle), QueryAnalysis(Interpreter) {} in IRSpeculationLayer()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc2.rst | 7 Interpreter now starts properly when dynamic loading is disabled. Patch by
|
/third_party/python/Doc/tutorial/ |
D | interpreter.rst | 4 Using the Python Interpreter 10 Invoking the Interpreter 123 The Interpreter and Its Environment
|
D | interactive.rst | 35 Alternatives to the Interactive Interpreter
|
/third_party/jsoncpp/src/jsontestrunner/ |
D | CMakeLists.txt | 3 find_package(Python3 COMPONENTS Interpreter)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 517 Interpreter = 0x2 enumerator 519 const static Kind Either = (Kind)(JIT | Interpreter);
|
/third_party/mindspore/cmake/ |
D | check_requirements.cmake | 22 find_package(Python3 COMPONENTS Interpreter Development)
|
D | package_script.cmake | 2 find_package(Python3 COMPONENTS Interpreter)
|
/third_party/mindspore/ |
D | CMakeLists.txt | 61 find_package(Python3 COMPONENTS Interpreter Development)
|
/third_party/python/Doc/extending/ |
D | index.rst | 4 Extending and Embedding the Python Interpreter
|
/third_party/python/Doc/library/ |
D | code.rst | 1 :mod:`code` --- Interpreter base classes 71 Interactive Interpreter Objects
|
/third_party/skia/third_party/externals/swiftshader/third_party/angle/ |
D | CMakeLists.txt | 18 find_package(Python2 COMPONENTS Interpreter REQUIRED)
|