/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 63 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/ |
D | ExecutionEngineBindings.cpp | 109 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/ |
D | ParallelJIT.cpp | 117 ExecutionEngine* EE; member 254 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 146 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
|
D | ShadowStackGCLowering.cpp | 132 for (BasicBlock::iterator II = BB->begin(), EE = BB->end(); II != EE; in Next() local 443 EscapeEnumerator EE(F, "gc_cleanup"); in runOnFunction() local
|
D | Analysis.cpp | 50 EE = STy->element_end(); in ComputeLinearIndex() local 95 EE = STy->element_end(); in ComputeValueVTs() local
|
/external/clang/test/SemaCXX/ |
D | using-decl-1.cpp | 244 struct EE { int EE; }; member
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 117 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 43 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/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/llvm/lib/Target/XCore/ |
D | XCoreFrameToArgsOffsetElim.cpp | 52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 106 ExecutionEngine *EE = in main() local
|
/external/speex/libspeex/ |
D | cb_search_sse.h | 57 __m128 resj, EE; in compute_weighted_codebook() local
|
/external/llvm/tools/lli/ |
D | lli.cpp | 315 static ExecutionEngine *EE = nullptr; variable 333 static void addCygMingExtraModule(ExecutionEngine *EE, in addCygMingExtraModule()
|
D | RemoteMemoryManager.cpp | 80 void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 82 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE) in lp_register_oprofile_jit_event_listener()
|
/external/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 360 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/ |
D | main.cpp | 59 std::unique_ptr<llvm::ExecutionEngine> EE( in Execute() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 70 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 105 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end(); in runOnMachineFunction() 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
|
/external/clang/test/Analysis/ |
D | pr22954.c | 217 struct EE { struct 223 struct EE E0 = {{{1, 2}, {3, 4}}, 0}; in f13() argument
|
/external/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 230 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/ |
D | CodeEmitterGen.cpp | 291 std::map<std::string, std::vector<std::string> >::iterator IE, EE; in run() local
|