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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); local
229 child_iterator EE = GTraits::child_end(Node); local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp310 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp500 std::map<std::string, std::vector<std::string>>::iterator IE, EE; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp355 MachineBasicBlock::const_iterator EE = CSMBB->end(); local
H A DAnalysis.cpp93 EE = STy->element_end(); local
94 EI != EE; ++EI) local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { argument
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { argument
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { argument
230 LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, unsigned ArgC, const char * const *ArgV, const char * const *EnvP) argument
239 LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, unsigned NumArgs, LLVMGenericValueRef *Args) argument
254 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) argument
257 LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M) argument
261 LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, LLVMModuleRef *OutMod, char **OutError) argument
269 LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, LLVMValueRef *OutFn) argument
278 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn) argument
283 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) argument
288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) argument
292 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, void* Addr) argument
297 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) argument
303 LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) argument
307 LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) argument
[all...]
H A DExecutionEngine.cpp338 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, argument
417 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { argument
540 ExecutionEngine *EE = nullptr; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp434 Value *EE = Builder.CreateExtractElement(CI->getOperand(0), Index); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp943 auto *EE = cast<ExtractElementInst>(I); local
[all...]

Completed in 203 milliseconds