Searched refs:EE (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DExecutionEngine.h94 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
96 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
98 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
100 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
104 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
108 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
110 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
113 void LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP);
115 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
119 LLVMBool LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE,
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp95 if (ExecutionEngine *EE = builder.create()){
96 *OutEE = wrap(EE);
164 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { argument
165 delete unwrap(EE);
168 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { argument
169 unwrap(EE)->runStaticConstructorsDestructors(false);
172 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { argument
173 unwrap(EE)->runStaticConstructorsDestructors(true);
176 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, argument
183 return unwrap(EE)
186 LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, unsigned NumArgs, LLVMGenericValueRef *Args) argument
199 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) argument
203 LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M) argument
207 LLVMAddModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP) argument
212 LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, LLVMModuleRef *OutMod, char **OutError) argument
220 LLVMRemoveModuleProvider(LLVMExecutionEngineRef EE, LLVMModuleProviderRef MP, LLVMModuleRef *OutMod, char **OutError) argument
228 LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, LLVMValueRef *OutFn) argument
237 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn) argument
241 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) argument
245 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, void* Addr) argument
250 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) argument
[all...]
H A DExecutionEngine.cpp263 void *reset(LLVMContext &C, ExecutionEngine *EE,
267 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, argument
270 unsigned PtrSize = EE->getTargetData()->getPointerSize();
286 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
291 EE->StoreValueToMemory(PTOGV(0),
344 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { argument
345 unsigned PtrSize = EE->getTargetData()->getPointerSize();
482 ExecutionEngine *EE = local
485 if (EE) return EE;
487 ExecutionEngine *EE = local
1135 ExecutionEngineState(ExecutionEngine &EE) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp69 EE(EngineBuilder(M)
75 const OwningPtr<ExecutionEngine> EE; member in class:__anon10552::JITEventListenerTest
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
[all...]
H A DJITEventListenerTestCommon.h64 llvm::ExecutionEngine* EE; member in class:JITEventListenerTestBase
71 , EE(llvm::EngineBuilder(M)
128 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
131 EE->freeMachineCodeForFunction(f);
142 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
148 EE->freeMachineCodeForFunction(f);
164 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
178 EE->freeMachineCodeForFunction(f);
193 EXPECT_TRUE(0 != EE->getPointerToFunction(f));
204 EE
[all...]
H A DIntelJITEventListenerTest.cpp88 EE->RegisterJITEventListener(Listener.get());
H A DOProfileJITEventListenerTest.cpp145 EE->RegisterJITEventListener(Listener.get());
/macosx-10.10.1/llvmCore-3425.0.34/examples/HowToUseJIT/
H A DHowToUseJIT.cpp117 ExecutionEngine* EE = EngineBuilder(M).create(); local
125 GenericValue gv = EE->runFunction(FooF, noargs);
129 EE->freeMachineCodeForFunction(FooF);
130 delete EE;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ripemd/
H A Dripemd160.tcl232 set E $state(E) ; set EE $state(E)
319 JJJ AA BB CC DD EE $X5 8
320 JJJ EE AA BB CC DD $X14 9
321 JJJ DD EE AA BB CC $X7 9
322 JJJ CC DD EE AA BB $X0 11
323 JJJ BB CC DD EE AA $X9 13
324 JJJ AA BB CC DD EE $X2 15
325 JJJ EE AA BB CC DD $X11 15
326 JJJ DD EE AA BB CC $X4 5
327 JJJ CC DD EE A
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c204 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { argument
205 LLVMDisposeExecutionEngine(EE);
210 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { argument
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) { argument
230 if (LLVMFindFunction(EE, String_val(Name), &Found))
239 LLVMExecutionEngineRef EE) {
249 Result = LLVMRunFunction(EE,
216 llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) argument
238 llvm_ee_run_function(LLVMValueRef F, value Args, LLVMExecutionEngineRef EE) argument
256 llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) argument
262 llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) argument
269 llvm_ee_run_function_as_main(LLVMValueRef F, value Args, value Env, LLVMExecutionEngineRef EE) argument
321 llvm_ee_free_machine_code(LLVMValueRef F, LLVMExecutionEngineRef EE) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dsha256.c95 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; local
103 EE = E;
117 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i];
122 FF = EE;
123 EE = DD + T1;
134 E += EE;
H A Dsha512.c119 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; local
127 EE = E;
141 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_512[i] + data[i];
146 FF = EE;
147 EE = DD + T1;
158 E += EE;
H A Dsha.c73 temp = cshift(AA, 5) + f(BB,CC,DD) + EE + data[t] + k; \
74 EE = DD; \
84 uint32_t AA, BB, CC, DD, EE; local
92 EE = E;
195 E += EE;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Fibonacci/
H A Dfibonacci.cpp106 ExecutionEngine *EE = local
112 if (!EE) {
131 GenericValue GV = EE->runFunction(FibF, Args);
/macosx-10.10.1/llvmCore-3425.0.34/examples/ParallelJIT/
H A DParallelJIT.cpp116 ExecutionEngine* EE; member in struct:threadParams
233 GenericValue gv = p->EE->runFunction(p->F, Args);
249 ExecutionEngine* EE = EngineBuilder(M).create(); local
255 struct threadParams add1 = { EE, add1F, 1000 };
256 struct threadParams fib1 = { EE, fibF, 39 };
257 struct threadParams fib2 = { EE, fibF, 42 };
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGraphWriter.h67 child_iterator EE = GTraits::child_end(Node); local
70 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) {
84 if (EI != EE && hasEdgeSourceLabels)
217 child_iterator EE = GTraits::child_end(Node); local
218 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i)
221 for (; EI != EE; ++EI)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp68 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
69 MBBI != EE; ++MBBI)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DBranchProbabilityInfo.cpp255 EE = BackEdges.end(); EI != EE; ++EI) {
266 EE = InEdges.end(); EI != EE; ++EI) {
277 EE = ExitingEdges.end(); EI != EE; ++EI) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp69 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
70 MBBI != EE; ++MBBI)
/macosx-10.10.1/llvmCore-3425.0.34/tools/lli/
H A Dlli.cpp192 static ExecutionEngine *EE = 0; variable
197 delete EE;
435 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first), Addr);
555 EE = builder.create();
556 if (!EE) {
558 errs() << argv[0] << ": error creating EE: " << ErrorMsg << "\n";
560 errs() << argv[0] << ": unknown error creating EE!\n";
566 EE->RegisterJITEventListener(
568 EE->RegisterJITEventListener(
575 EE
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp82 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
243 EI = Entries.begin(), EE = Entries.end(); EI != EE; ++EI) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeEmitterGen.cpp304 std::map<std::string, std::vector<std::string> >::iterator IE, EE; local
305 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DAnalysis.cpp47 EE = STy->element_end();
48 EI != EE; ++EI) {
85 EE = STy->element_end();
86 EI != EE; ++EI)
H A DLiveIntervalAnalysis.cpp1211 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end();
1212 EI != EE; ++EI) {
1229 for (RangeSet::iterator EI = Exiting.begin(), EE = Exiting.end();
1230 EI != EE; ++EI) {
1328 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end();
1329 EI != EE; ++EI)
1332 for (RangeSet::iterator EI = Entering.begin(), EE = Entering.end();
1333 EI != EE; ++EI)
1369 for (RangeSet::iterator EI = Exiting.begin(), EE = Exiting.end();
1370 EI != EE;
[all...]
H A DShadowStackGC.cpp133 EE = BB->end(); II != EE; ++II)
432 EscapeEnumerator EE(F, "gc_cleanup");
433 while (IRBuilder<> *AtExit = EE.Next()) {

Completed in 362 milliseconds

1234