Searched defs:EE (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/HowToUseJIT/
H A DHowToUseJIT.cpp117 ExecutionEngine* EE = EngineBuilder(M).create(); local
/macosx-10.10.1/llvmCore-3425.0.34/examples/Fibonacci/
H A Dfibonacci.cpp106 ExecutionEngine *EE = local
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp75 const OwningPtr<ExecutionEngine> EE; member in class:__anon10552::JITEventListenerTest
[all...]
H A DJITEventListenerTestCommon.h64 llvm::ExecutionEngine* EE; member in class:JITEventListenerTestBase
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dsha.c84 uint32_t AA, BB, CC, DD, EE; local
H A Dsha256.c95 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; local
H A Dsha512.c119 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; local
/macosx-10.10.1/llvmCore-3425.0.34/examples/ParallelJIT/
H A DParallelJIT.cpp116 ExecutionEngine* EE; member in struct:threadParams
249 ExecutionEngine* EE = EngineBuilder(M).create(); local
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DGraphWriter.h67 child_iterator EE = GTraits::child_end(Node); local
217 child_iterator EE = GTraits::child_end(Node); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp164 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { argument
168 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { argument
172 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { argument
176 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, argument
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.cpp267 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, argument
344 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { argument
482 ExecutionEngine *EE = local
487 ExecutionEngine *EE = local
1135 ExecutionEngineState(ExecutionEngine &EE) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp197 Value *EE = Builder->CreateExtractElement(CI->getOperand(0), local
/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
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c204 CAMLprim value llvm_ee_dispose(LLVMExecutionEngineRef EE) { argument
210 CAMLprim value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { argument
226 CAMLprim value llvm_ee_find_function(value Name, LLVMExecutionEngineRef EE) { argument
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/llvmCore-3425.0.34/tools/lli/
H A Dlli.cpp192 static ExecutionEngine *EE = 0; variable
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ExecutionEngine/
H A DExecutionEngine.h65 ExecutionEngine &EE; member in class:llvm::ExecutionEngineState
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineCSE.cpp252 MachineBasicBlock::const_iterator EE = CSMBB->end(); local
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp589 StructType::element_iterator EE = ST->element_end(); local

Completed in 276 milliseconds