HomeSort by relevance Sort by last modified time
    Searched refs:EE (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 65 EE(EngineBuilder(M)
71 const std::unique_ptr<ExecutionEngine> EE;
89 EE->RegisterJITEventListener(&Listener);
93 void *F1_addr = EE->getPointerToFunction(F1);
94 void *F2_addr = EE->getPointerToFunction(F2);
95 EE->getPointerToFunction(F1); // Should do nothing.
96 EE->freeMachineCodeForFunction(F1);
97 EE->freeMachineCodeForFunction(F2);
134 EE->RegisterJITEventListener(&Listener1);
135 EE->RegisterJITEventListener(&Listener2)
    [all...]
JITEventListenerTestCommon.h 62 llvm::ExecutionEngine* EE;
69 , EE(llvm::EngineBuilder(M)
126 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
129 EE->freeMachineCodeForFunction(f);
140 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
146 EE->freeMachineCodeForFunction(f);
162 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
176 EE->freeMachineCodeForFunction(f);
191 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
202 EE->freeMachineCodeForFunction(f)
    [all...]
IntelJITEventListenerTest.cpp 88 EE->RegisterJITEventListener(Listener.get());
  /external/llvm/include/llvm-c/
ExecutionEngine.h 130 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
132 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
134 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
136 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
140 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
144 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
146 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
149 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP);
151 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
155 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 };
50 case EE::EE32: // expected-error {{not implicitly convertible}}
51 case (int)EE::EE32:
61 b = EE::EE32, // expected-error {{not implicitly convertible}}
62 c = (int)EE::EE32,
69 using Int = A<EE::EE32>; // expected-error {{not implicitly convertible}}
70 using Int = A<(int)EE::EE32>;
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 116 if (ExecutionEngine *EE = builder.create()){
117 *OutEE = wrap(EE);
238 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) {
239 delete unwrap(EE);
242 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) {
243 unwrap(EE)->runStaticConstructorsDestructors(false);
246 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) {
247 unwrap(EE)->runStaticConstructorsDestructors(true);
250 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
253 unwrap(EE)->finalizeObject()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.h 44 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE);
lp_bld_misc.cpp 82 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE)
85 llvm::unwrap(EE)->RegisterJITEventListener(llvm::JITEventListener::createOProfileJITEventListener());
87 llvm::unwrap(EE)->RegisterJITEventListener(llvm::createOProfileJITEventListener());
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 117 ExecutionEngine* EE = EngineBuilder(M).create();
125 GenericValue gv = EE->runFunction(FooF, noargs);
129 EE->freeMachineCodeForFunction(FooF);
130 delete EE;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.h 44 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE);
lp_bld_misc.cpp 82 lp_register_oprofile_jit_event_listener(LLVMExecutionEngineRef EE)
85 llvm::unwrap(EE)->RegisterJITEventListener(llvm::JITEventListener::createOProfileJITEventListener());
87 llvm::unwrap(EE)->RegisterJITEventListener(llvm::createOProfileJITEventListener());
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 204 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) {
205 LLVMDisposeExecutionEngine(EE);
210 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) {
211 LLVMAddModule(EE, M);
217 LLVMExecutionEngineRef EE) {
220 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error))
226 CAMLprim value llvm_ee_find_function(value Name, LLVMExecutionEngineRef EE) {
230 if (LLVMFindFunction(EE, String_val(Name), &Found))
239 LLVMExecutionEngineRef EE) {
249 Result = LLVMRunFunction(EE, F, NumArgs, GVArgs)
    [all...]
  /external/speex/libspeex/
cb_search_sse.h 57 __m128 resj, EE;
68 EE = _mm_setzero_ps();
80 EE = _mm_add_ps(EE, _mm_mul_ps(resj, resj));
82 E[i>>2] = EE;
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 204 #define EE(x,y) SDLK_##x, EventInjector::KEY_##y,
206 EE(LEFT,LEFT)
207 EE(RIGHT,RIGHT)
208 EE(DOWN,DOWN)
209 EE(UP,UP)
210 EE(RETURN,ENTER)
211 EE(F1,SOFT1)
212 EE(ESCAPE,BACK)
213 EE(HOME,HOME)
  /external/llvm/lib/Target/XCore/
XCoreFrameToArgsOffsetElim.cpp 51 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end();
52 MBBI != EE; ++MBBI) {
  /external/qemu/android/
sockets.c 74 EE(WSA_INVALID_HANDLE,EINVAL,"invalid handle") \
75 EE(WSA_NOT_ENOUGH_MEMORY,ENOMEM,"not enough memory") \
76 EE(WSA_INVALID_PARAMETER,EINVAL,"invalid parameter") \
77 EE(WSAEINTR,EINTR,"interrupted function call") \
78 EE(WSAEALREADY,EALREADY,"operation already in progress") \
79 EE(WSAEBADF,EBADF,"bad file descriptor") \
80 EE(WSAEACCES,EACCES,"permission denied") \
81 EE(WSAEFAULT,EFAULT,"bad address") \
82 EE(WSAEINVAL,EINVAL,"invalid argument") \
83 EE(WSAEMFILE,EMFILE,"too many opened files")
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 76 EE(WSA_INVALID_HANDLE,EINVAL,"invalid handle") \
77 EE(WSA_NOT_ENOUGH_MEMORY,ENOMEM,"not enough memory") \
78 EE(WSA_INVALID_PARAMETER,EINVAL,"invalid parameter") \
79 EE(WSAEINTR,EINTR,"interrupted function call") \
80 EE(WSAEALREADY,EALREADY,"operation already in progress") \
81 EE(WSAEBADF,EBADF,"bad file descriptor") \
82 EE(WSAEACCES,EACCES,"permission denied") \
83 EE(WSAEFAULT,EFAULT,"bad address") \
84 EE(WSAEINVAL,EINVAL,"invalid argument") \
85 EE(WSAEMFILE,EMFILE,"too many opened files")
    [all...]
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 106 ExecutionEngine *EE =
112 if (!EE) {
131 GenericValue GV = EE->runFunction(FibF, Args);
  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 105 virtual void notifyObjectLoaded(ExecutionEngine *EE,
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 116 ExecutionEngine* EE;
236 GenericValue gv = p->EE->runFunction(p->F, Args);
252 ExecutionEngine* EE = EngineBuilder(M).create();
258 struct threadParams add1 = { EE, add1F, 1000 };
259 struct threadParams fib1 = { EE, fibF, 39 };
260 struct threadParams fib2 = { EE, fibF, 42 };
  /external/llvm/tools/lli/
lli.cpp 323 static ExecutionEngine *EE = nullptr;
329 delete EE;
341 static void addCygMingExtraModule(ExecutionEngine *EE,
372 EE->addModule(M);
498 EE = builder.create();
499 if (!EE) {
501 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n";
503 errs() << argv[0] << ": unknown error creating EE!\n";
509 EE->setObjectCache(CacheManager);
527 EE->addModule(XMod)
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 49 std::unique_ptr<llvm::ExecutionEngine> EE(
51 if (!EE) {
66 return EE->runFunctionAsMain(EntryFn, Args, envp);
  /external/clang/test/SemaCXX/
using-decl-1.cpp 244 struct EE { int EE; };
246 using E::EE; // expected-error-re {{no member named 'EE' in 'PR19171::E'{{$}}}}
  /external/llvm/include/llvm/Support/
GraphWriter.h 72 child_iterator EE = GTraits::child_end(Node);
75 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
89 if (EI != EE && hasEdgeSourceLabels)
230 child_iterator EE = GTraits::child_end(Node);
231 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
234 for (; EI != EE; ++EI)
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 146 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end();
147 MII != EE; ++MII) {
163 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) {
323 for (MachineBasicBlock::iterator MII = MBB->begin(), EE = MBB->end();
324 MII != EE; ++MII)
345 for (unsigned i = 0, ee = MI->getNumOperands(); i != ee; ++i) {

Completed in 750 milliseconds

1 2 3 4 5 6