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

1 2 3

  /external/llvm/include/llvm-c/
ExecutionEngine.h 87 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
89 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
91 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
93 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
97 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
101 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
103 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
106 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP);
108 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
112 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 97 if (ExecutionEngine *EE = builder.create()){
98 *OutEE = wrap(EE);
166 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) {
167 delete unwrap(EE);
170 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) {
171 unwrap(EE)->runStaticConstructorsDestructors(false);
174 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) {
175 unwrap(EE)->runStaticConstructorsDestructors(true);
178 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
185 return unwrap(EE)->runFunctionAsMain(unwrap<Function>(F), ArgVec, EnvP)
    [all...]
ExecutionEngine.cpp 264 void *reset(LLVMContext &C, ExecutionEngine *EE,
268 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE,
271 unsigned PtrSize = EE->getTargetData()->getPointerSize();
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
292 EE->StoreValueToMemory(PTOGV(0),
346 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) {
347 unsigned PtrSize = EE->getTargetData()->getPointerSize();
474 ExecutionEngine *EE =
477 if (EE) return EE;
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 69 EE(EngineBuilder(M)
75 const OwningPtr<ExecutionEngine> EE;
91 EE->RegisterJITEventListener(&Listener);
95 void *F1_addr = EE->getPointerToFunction(F1);
96 void *F2_addr = EE->getPointerToFunction(F2);
97 EE->getPointerToFunction(F1); // Should do nothing.
98 EE->freeMachineCodeForFunction(F1);
99 EE->freeMachineCodeForFunction(F2);
136 EE->RegisterJITEventListener(&Listener1);
137 EE->RegisterJITEventListener(&Listener2)
    [all...]
  /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/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;
  /development/tools/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/bindings/ocaml/executionengine/
executionengine_ocaml.c 201 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) {
202 LLVMDisposeExecutionEngine(EE);
207 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) {
208 LLVMAddModule(EE, M);
214 LLVMExecutionEngineRef EE) {
217 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error))
223 CAMLprim value llvm_ee_find_function(value Name, LLVMExecutionEngineRef EE) {
227 if (LLVMFindFunction(EE, String_val(Name), &Found))
236 LLVMExecutionEngineRef EE) {
246 Result = LLVMRunFunction(EE, F, NumArgs, GVArgs)
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaBranchSelector.cpp 49 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
50 MBBI != EE; ++MBBI) {
  /external/llvm/tools/lli/
lli.cpp 128 static ExecutionEngine *EE = 0;
133 delete EE;
209 EE = builder.create();
210 if (!EE) {
212 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n";
214 errs() << argv[0] << ": unknown error creating EE!\n";
218 EE->RegisterJITEventListener(createOProfileJITEventListener());
220 EE->DisableLazyCompilation(NoLazyCompilation);
257 EE->runStaticConstructorsDestructors(false);
263 EE->getPointerToFunction(Fn)
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp 47 EE = SU->Succs.end(); II != EE; ++II) {
Analysis.cpp 46 EE = STy->element_end();
47 EI != EE; ++EI) {
84 EE = STy->element_end();
85 EI != EE; ++EI)
133 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) {
ShadowStackGC.cpp 132 EE = BB->end(); II != EE; ++II)
421 EscapeEnumerator EE(F, "gc_cleanup");
422 while (IRBuilder<> *AtExit = EE.Next()) {
  /development/tools/emulator/opengl/tests/event_injector/
sockets.c 80 EE(WSA_INVALID_HANDLE,EINVAL,"invalid handle") \
81 EE(WSA_NOT_ENOUGH_MEMORY,ENOMEM,"not enough memory") \
82 EE(WSA_INVALID_PARAMETER,EINVAL,"invalid parameter") \
83 EE(WSAEINTR,EINTR,"interrupted function call") \
84 EE(WSAEALREADY,EALREADY,"operation already in progress") \
85 EE(WSAEBADF,EBADF,"bad file descriptor") \
86 EE(WSAEACCES,EACCES,"permission denied") \
87 EE(WSAEFAULT,EFAULT,"bad address") \
88 EE(WSAEINVAL,EINVAL,"invalid argument") \
89 EE(WSAEMFILE,EMFILE,"too many opened files")
    [all...]
  /external/qemu/
sockets.c 73 EE(WSA_INVALID_HANDLE,EINVAL,"invalid handle") \
74 EE(WSA_NOT_ENOUGH_MEMORY,ENOMEM,"not enough memory") \
75 EE(WSA_INVALID_PARAMETER,EINVAL,"invalid parameter") \
76 EE(WSAEINTR,EINTR,"interrupted function call") \
77 EE(WSAEALREADY,EALREADY,"operation already in progress") \
78 EE(WSAEBADF,EBADF,"bad file descriptor") \
79 EE(WSAEACCES,EACCES,"permission denied") \
80 EE(WSAEFAULT,EFAULT,"bad address") \
81 EE(WSAEINVAL,EINVAL,"invalid argument") \
82 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/examples/ParallelJIT/
ParallelJIT.cpp 116 ExecutionEngine* EE;
232 GenericValue gv = p->EE->runFunction(p->F, Args);
248 ExecutionEngine* EE = EngineBuilder(M).create();
254 struct threadParams add1 = { EE, add1F, 1000 };
255 struct threadParams fib1 = { EE, fibF, 39 };
256 struct threadParams fib2 = { EE, fibF, 42 };
  /external/clang/examples/clang-interpreter/
main.cpp 50 llvm::OwningPtr<llvm::ExecutionEngine> EE(
52 if (!EE) {
67 return EE->runFunctionAsMain(EntryFn, Args, envp);
  /external/llvm/include/llvm/Support/
GraphWriter.h 67 child_iterator EE = GTraits::child_end(Node);
70 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
84 if (EI != EE && hasEdgeSourceLabels)
217 child_iterator EE = GTraits::child_end(Node);
218 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
221 for (; EI != EE; ++EI)
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 68 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
69 MBBI != EE; ++MBBI)
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 69 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
70 MBBI != EE; ++MBBI)
  /external/llvm/test/FrontendC/
2002-07-14-MiscTests3.c 152 double EE, double FF, double GG, double HH,
155 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
  /external/clang/test/Sema/
block-return.c 120 int (^EE) (void) = ^{ return i+1; }; // OK
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 224 EE = BackEdges.end(); EI != EE; ++EI) {
237 EE = ExitingEdges.end(); EI != EE; ++EI) {
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 281 std::map<std::string, std::vector<std::string> >::iterator IE, EE;
282 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {

Completed in 1390 milliseconds

1 2 3