Home
last modified time | relevance | path

Searched defs:EE (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp111 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine()
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors()
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors()
230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain()
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction()
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction()
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
269 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction()
[all …]
H A DExecutionEngine.cpp335 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset() argument
414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr() argument
536 ExecutionEngine *EE = nullptr; in create() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h85 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
191 child_iterator EE = GTraits::child_end(Node); in writeNode() local
279 child_iterator EE = GTraits::child_end(Node); in writeNode() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h24 ExprEngine *EE; variable
H A DRangedConstraintManager.h409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp354 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction() argument
516 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp462 for (const auto &EE : Entry.Children) { in dumpExportEntry() local
467 for (auto EE : Entry.Children) in dumpExportEntry() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp398 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, DTU); in runOnFunction() local
H A DStackSlotColoring.cpp218 EE = MI.memoperands_end(); ScanForSpillSlotRefs() local
H A DMachineCSE.cpp366 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
H A DAnalysis.cpp92 EE = STy->element_end(); ComputeValueVTs() local
H A DScheduleDAGInstrs.cpp708 for (Value2SUsMap::iterator I = map.begin(), EE = map.end(); I != EE;) { insertBarrierChain() local
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp376 addCygMingExtraModule(ExecutionEngine & EE,LLVMContext & Context,StringRef TargetTripleStr) addCygMingExtraModule() argument
525 std::unique_ptr<ExecutionEngine> EE(builder.create()); main() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp483 while (IRBuilder<> *AtExit = EE.Next()) { in InsertRuntimeIgnores() local
577 while (IRBuilder<> *AtExit = EE.Next()) { in sanitizeFunction() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp401 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; emitCaseMap() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp182 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp89 E->IgnoreParens(), [&](const Expr *EE) { return EE == Target; }); in canExprResolveTo() argument
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp466 auto EE = getExecutionEngine(); LoadDynamicLibrary() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h190 for (const auto &EE : ElfSymbolTypes) { getELFTypeName() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp450 if (Expr *EE = IR.End) computeDependence() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp102 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) lowerAlignmentHint() local

12