Home
last modified time | relevance | path

Searched defs:EE (Results 1 – 25 of 108) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c64 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
70 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
76 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
85 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
91 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
99 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
120 LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
125 LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c64 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
70 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
76 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
85 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
91 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
99 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
120 LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
125 LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp97 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
166 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
170 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
174 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
178 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
188 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
201 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
205 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
209 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP){ in LLVMAddModuleProvider()
214 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp111 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
217 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
221 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
226 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
231 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
240 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
255 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
258 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
262 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
270 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
214 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
218 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
223 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
228 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
237 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
252 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
255 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
259 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
267 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c201 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
207 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
214 LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
223 CAMLprim value llvm_ee_find_function(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_find_function()
236 LLVMExecutionEngineRef EE) { in llvm_ee_run_function()
253 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
259 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
268 LLVMExecutionEngineRef EE) { in llvm_ee_run_function_as_main()
319 LLVMExecutionEngineRef EE) { in llvm_ee_free_machine_code()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGEmit.cpp47 EE = SU->Succs.end(); II != EE; ++II) { in EmitPhysRegCopy() local
DAnalysis.cpp46 EE = STy->element_end(); in ComputeLinearIndex() local
84 EE = STy->element_end(); in ComputeValueVTs() local
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
DHowToUseJIT.cpp117 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp122 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaBranchSelector.cpp49 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ParallelJIT/
DParallelJIT.cpp131 ExecutionEngine* EE; member
269 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp133 ExecutionEngine* EE; member
270 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
229 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/
DParallelJIT.cpp116 ExecutionEngine* EE; member
248 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h48 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp55 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp55 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h46 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h67 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
217 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
Dfibonacci.cpp106 ExecutionEngine *EE = in main() local
/external/llvm/include/llvm/Support/
DGraphWriter.h71 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
231 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp119 ExecutionEngine *EE = in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/
Dfibonacci.cpp118 ExecutionEngine *EE = in main() local

12345