Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
229 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAnalysis.cpp93 EE = STy->element_end(); local
94 EI != EE; ++EI) local
H A DMachineCSE.cpp355 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine() argument
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() argument
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() argument
230 LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, unsigned ArgC, const char * const *ArgV, const char * const *EnvP) LLVMRunFunctionAsMain() argument
239 LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, unsigned NumArgs, LLVMGenericValueRef *Args) LLVMRunFunction() argument
254 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) LLVMFreeMachineCodeForFunction() argument
257 LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M) LLVMAddModule() argument
261 LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, LLVMModuleRef *OutMod, char **OutError) LLVMRemoveModule() argument
269 LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, LLVMValueRef *OutFn) LLVMFindFunction() argument
278 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn) LLVMRecompileAndRelinkFunction() argument
283 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetData() argument
288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetMachine() argument
292 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, void* Addr) LLVMAddGlobalMapping() argument
297 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) LLVMGetPointerToGlobal() argument
303 LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE, const char *Name) LLVMGetGlobalValueAddress() argument
307 LLVMGetFunctionAddress(LLVMExecutionEngineRef EE, const char *Name) LLVMGetFunctionAddress() argument
[all...]
H A DExecutionEngine.cpp338 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset() argument
417 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr() argument
540 ExecutionEngine *EE = nullptr; in create() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp434 Value *EE = Builder.CreateExtractElement(CI->getOperand(0), Index); in visitExtractElementInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp943 auto *EE = cast<ExtractElementInst>(I); in findBasePointer() local
[all...]
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h303 uint32_t EE:1; /*!< \brief bit: 25 Exception Endianness */ member

Completed in 18 milliseconds