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

/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, argument
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string> >::iterator IE, EE; local
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h71 child_iterator EE = GTraits::child_end(Node); local
231 child_iterator EE = GTraits::child_end(Node); local
/freebsd-11.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp315 static ExecutionEngine *EE = nullptr; variable
333 static void addCygMingExtraModule(ExecutionEngine *EE, argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp290 MachineBasicBlock::const_iterator EE = CSMBB->end(); local
H A DAnalysis.cpp95 EE = STy->element_end(); local
96 EI != EE; ++EI) local
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp213 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { argument
217 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { argument
221 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { argument
225 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, argument
234 LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, unsigned NumArgs, LLVMGenericValueRef *Args) argument
249 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) argument
252 LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M) argument
256 LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, LLVMModuleRef *OutMod, char **OutError) argument
264 LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, LLVMValueRef *OutFn) argument
273 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn) argument
278 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) argument
283 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) argument
287 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, void* Addr) argument
292 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) argument
298 LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) argument
302 LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) argument
[all...]
H A DExecutionEngine.cpp340 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, argument
418 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { argument
543 ExecutionEngine *EE = nullptr; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp236 Value *EE = Builder->CreateExtractElement(CI->getOperand(0), local
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp615 StructType::element_iterator EE = ST->element_end(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp860 auto *EE = cast<ExtractElementInst>(I); local
[all...]

Completed in 155 milliseconds