Home
last modified time | relevance | path

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

123

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp116 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
238 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
242 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
246 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
250 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
262 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
277 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
281 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
285 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP){ in LLVMAddModuleProvider()
290 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
[all …]
DExecutionEngine.cpp276 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset()
353 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr()
522 ExecutionEngine *EE = nullptr; in create() local
1346 ExecutionEngineState::ExecutionEngineState(ExecutionEngine &EE) in ExecutionEngineState()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c204 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
210 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
217 LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
226 CAMLprim value llvm_ee_find_function(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_find_function()
239 LLVMExecutionEngineRef EE) { in llvm_ee_run_function()
256 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
262 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
271 LLVMExecutionEngineRef EE) { in llvm_ee_run_function_as_main()
322 LLVMExecutionEngineRef EE) { in llvm_ee_free_machine_code()
330 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h105 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp117 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp244 struct EE { int EE; }; argument
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp116 ExecutionEngine* EE; member
252 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp51 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/external/llvm/include/llvm/Support/
DGraphWriter.h72 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
230 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp72 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end(); in FinalizeTable() local
234 EE = Entries.end(); in print() local
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp146 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local
163 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) { in ScanForSpillSlotRefs() local
323 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ColorSlots() local
DShadowStackGC.cpp134 EE = BB->end(); II != EE; ++II) in Next() local
433 EscapeEnumerator EE(F, "gc_cleanup"); in performCustomLowering() local
DAnalysis.cpp46 EE = STy->element_end(); in ComputeLinearIndex() local
84 EE = STy->element_end(); in ComputeValueVTs() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp106 ExecutionEngine *EE = in main() local
/external/speex/libspeex/
Dcb_search_sse.h57 __m128 resj, EE; in compute_weighted_codebook() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp82 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE) in lp_register_oprofile_jit_event_listener()
/external/clang/examples/clang-interpreter/
Dmain.cpp49 std::unique_ptr<llvm::ExecutionEngine> EE( in Execute() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp82 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE) in lp_register_oprofile_jit_event_listener()
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp69 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/llvm/tools/lli/
Dlli.cpp323 static ExecutionEngine *EE = nullptr; variable
341 static void addCygMingExtraModule(ExecutionEngine *EE, in addCygMingExtraModule()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp335 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
346 EE = InEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
357 EE = ExitingEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp79 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTestCommon.h62 llvm::ExecutionEngine* EE; variable
DJITEventListenerTest.cpp71 const std::unique_ptr<ExecutionEngine> EE; member in __anonbdd631030111::JITEventListenerTest
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 }; enum

123