Home
last modified time | relevance | path

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

12

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp95 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
164 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
168 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
172 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
176 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
186 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
199 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
203 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
207 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP){ in LLVMAddModuleProvider()
212 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
[all …]
DExecutionEngine.cpp267 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset()
344 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr()
482 ExecutionEngine *EE = in create() local
487 ExecutionEngine *EE = in create() local
1134 ExecutionEngineState::ExecutionEngineState(ExecutionEngine &EE) in ExecutionEngineState()
/external/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/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp117 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp47 EE = STy->element_end(); in ComputeLinearIndex() local
85 EE = STy->element_end(); in ComputeValueVTs() local
DLiveIntervalAnalysis.cpp1253 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end(); in createBundleRanges() local
1271 for (RangeSet::iterator EI = Exiting.begin(), EE = Exiting.end(); in createBundleRanges() local
1348 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end(); in moveAllEnteringFrom() local
1352 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end(); in moveAllEnteringFrom() local
1389 for (RangeSet::iterator EI = Exiting.begin(), EE = Exiting.end(); in moveAllExitingFrom() local
1455 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end(); in moveAllEnteringFromInto() local
1459 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end(); in moveAllEnteringFromInto() local
1518 for (RangeSet::iterator EI = Exiting.begin(), EE = Exiting.end(); in moveAllExitingFromInto() local
DShadowStackGC.cpp133 EE = BB->end(); II != EE; ++II) in Next() local
432 EscapeEnumerator EE(F, "gc_cleanup"); in performCustomLowering() local
DStackSlotColoring.cpp145 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp116 ExecutionEngine* EE; member
249 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp106 ExecutionEngine *EE = in main() local
/external/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/speex/libspeex/
Dcb_search_sse.h57 __m128 resj, EE; in compute_weighted_codebook() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp82 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) { in FinalizeTable() local
243 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) { in print() local
/external/clang/examples/clang-interpreter/
Dmain.cpp49 OwningPtr<llvm::ExecutionEngine> EE( in Execute() local
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp243 EE = BackEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
255 EE = InEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
267 EE = ExitingEdges.end(); EI != EE; ++EI) { in calcLoopBranchHeuristics() local
DMemoryDependenceAnalysis.cpp1540 EE = INLD.first.end(); II != EE; ++II) in verifyRemoved() local
1548 EE = I->second.end(); II != EE; ++II) in verifyRemoved() local
1557 EE = I->second.end(); II != EE; ++II) in verifyRemoved() local
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp68 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp69 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
/external/llvm/tools/lli/
Dlli.cpp168 static ExecutionEngine *EE = 0; variable
/external/llvm/unittests/ExecutionEngine/JIT/
DJITEventListenerTestCommon.h64 llvm::ExecutionEngine* EE; variable
DJITEventListenerTest.cpp75 const OwningPtr<ExecutionEngine> EE; member in __anoncd1015300111::JITEventListenerTest
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 }; enum
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp285 std::map<std::string, std::vector<std::string> >::iterator IE, EE; in run() local
/external/clang/test/CodeGen/
D2002-07-14-MiscTests3.c148 double EE, double FF, double GG, double HH, in MathFunc()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp197 Value *EE = Builder->CreateExtractElement(CI->getOperand(0), in visitExtractElementInst() local

12