Home
last modified time | relevance | path

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

123

/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c63 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose()
69 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module()
75 CAMLprim value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module()
84 CAMLprim value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors()
90 CAMLprim value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors()
98 CAMLprim value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout()
113 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping()
119 LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address()
124 LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp109 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
213 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
217 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
221 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
225 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
234 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
249 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
252 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
256 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
264 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp117 ExecutionEngine* EE; member
254 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() 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
331 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ColorSlots() local
DShadowStackGCLowering.cpp132 for (BasicBlock::iterator II = BB->begin(), EE = BB->end(); II != EE; in Next() local
443 EscapeEnumerator EE(F, "gc_cleanup"); in runOnFunction() local
DAnalysis.cpp50 EE = STy->element_end(); in ComputeLinearIndex() local
95 EE = STy->element_end(); in ComputeValueVTs() local
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp244 struct EE { int EE; }; member
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp117 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h43 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/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/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp74 for (StringMap<DataArray>::iterator EI = Entries.begin(), EE = Entries.end(); in FinalizeTable() local
269 EE = Entries.end(); in print() local
/external/llvm/lib/Target/XCore/
DXCoreFrameToArgsOffsetElim.cpp52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() 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/llvm/tools/lli/
Dlli.cpp315 static ExecutionEngine *EE = nullptr; variable
333 static void addCygMingExtraModule(ExecutionEngine *EE, in addCygMingExtraModule()
DRemoteMemoryManager.cpp80 void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/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/Analysis/
DBranchProbabilityInfo.cpp360 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
371 EE = InEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
382 EE = ExitingEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
/external/clang/examples/clang-interpreter/
Dmain.cpp59 std::unique_ptr<llvm::ExecutionEngine> EE( in Execute() local
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp70 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp105 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 }; enum
/external/clang/test/Analysis/
Dpr22954.c217 struct EE { struct
223 struct EE E0 = {{{1, 2}, {3, 4}}, 0}; in f13() argument
/external/llvm/lib/Target/ARM/
DA15SDOptimizer.cpp230 II = MRI->use_instr_begin(Reg), EE = MRI->use_instr_end(); in eraseInstrWithNoUses() local
638 EE = DefSrcs.end(); II != EE; ++II) { in runOnInstruction() local
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string> >::iterator IE, EE; in run() local

123