| /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/ |
| D | executionengine_ocaml.c | 64 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/ |
| D | executionengine_ocaml.c | 64 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/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 110 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-7.0/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 111 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/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/ |
| D | HowToUseJIT.cpp | 122 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
| /external/llvm/examples/HowToUseJIT/ |
| D | HowToUseJIT.cpp | 125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | GraphWriter.h | 86 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-7.0/llvm/examples/ParallelJIT/ |
| D | ParallelJIT.cpp | 131 ExecutionEngine* EE; member 269 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
| /external/llvm/examples/ParallelJIT/ |
| D | ParallelJIT.cpp | 133 ExecutionEngine* EE; member 270 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
| D | RTDyldMemoryManager.h | 48 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreFrameToArgsOffsetElim.cpp | 55 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
| D | XCoreFrameToArgsOffsetElim.cpp | 55 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
| /external/llvm/include/llvm/ExecutionEngine/ |
| D | RTDyldMemoryManager.h | 46 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
| /external/llvm/include/llvm/Support/ |
| D | GraphWriter.h | 71 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/ |
| D | fibonacci.cpp | 119 ExecutionEngine *EE = in main() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Fibonacci/ |
| D | fibonacci.cpp | 118 ExecutionEngine *EE = in main() local
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfAccelTable.cpp | 74 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end(); in FinalizeTable() local 269 EE = Entries.end(); in print() local
|
| /external/clang/test/SemaCXX/ |
| D | using-decl-1.cpp | 242 struct EE { int EE; }; struct
|
| /external/clang/examples/clang-interpreter/ |
| D | main.cpp | 59 std::unique_ptr<llvm::ExecutionEngine> EE( in Execute() local
|
| /external/llvm/tools/lli/ |
| D | lli.cpp | 317 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() 462 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
| D | MSP430BranchSelector.cpp | 120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
|
| /external/llvm/lib/CodeGen/ |
| D | ShadowStackGCLowering.cpp | 136 for (BasicBlock::iterator II = BB->begin(), EE = BB->end(); II != EE; in Next() local 447 EscapeEnumerator EE(F, "gc_cleanup"); in runOnFunction() local
|
| D | StackSlotColoring.cpp | 146 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local 163 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | StackSlotColoring.cpp | 163 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local 180 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
|
| /external/clang/test/CXX/expr/expr.const/ |
| D | p3-0x.cpp | 44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 }; enum
|