/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 95 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 …]
|
D | ExecutionEngine.cpp | 267 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/ |
D | executionengine_ocaml.c | 201 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/ |
D | HowToUseJIT.cpp | 117 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 47 EE = STy->element_end(); in ComputeLinearIndex() local 85 EE = STy->element_end(); in ComputeValueVTs() local
|
D | LiveIntervalAnalysis.cpp | 1253 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
|
D | ShadowStackGC.cpp | 133 EE = BB->end(); II != EE; ++II) in Next() local 432 EscapeEnumerator EE(F, "gc_cleanup"); in performCustomLowering() local
|
D | StackSlotColoring.cpp | 145 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end(); in ScanForSpillSlotRefs() local
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 116 ExecutionEngine* EE; member 249 ExecutionEngine* EE = EngineBuilder(M).create(); in main() local
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 106 ExecutionEngine *EE = in main() local
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 67 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local 217 child_iterator EE = GTraits::child_end(Node); in writeNode() local
|
/external/speex/libspeex/ |
D | cb_search_sse.h | 57 __m128 resj, EE; in compute_weighted_codebook() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 82 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/ |
D | main.cpp | 49 OwningPtr<llvm::ExecutionEngine> EE( in Execute() local
|
/external/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 243 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
|
D | MemoryDependenceAnalysis.cpp | 1540 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/ |
D | MSP430BranchSelector.cpp | 68 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 69 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
|
/external/llvm/tools/lli/ |
D | lli.cpp | 168 static ExecutionEngine *EE = 0; variable
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITEventListenerTestCommon.h | 64 llvm::ExecutionEngine* EE; variable
|
D | JITEventListenerTest.cpp | 75 const OwningPtr<ExecutionEngine> EE; member in __anoncd1015300111::JITEventListenerTest
|
/external/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 }; enum
|
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 285 std::map<std::string, std::vector<std::string> >::iterator IE, EE; in run() local
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 148 double EE, double FF, double GG, double HH, in MathFunc()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 197 Value *EE = Builder->CreateExtractElement(CI->getOperand(0), in visitExtractElementInst() local
|