Home
last modified time | relevance | path

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

12

/freebsd/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()
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()
278 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, in LLVMRecompileAndRelinkFunction()
288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) { in LLVMGetExecutionEngineTargetMachine()
[all …]
H A DExecutionEngine.cpp335 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset()
414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr()
536 ExecutionEngine *EE = nullptr; in create() local
/freebsd/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/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/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp354 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction()
516 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
/freebsd/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/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(); in ScanForSpillSlotRefs() local
H A DMachineCSE.cpp366 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
H A DAnalysis.cpp92 EE = STy->element_end(); in ComputeValueVTs() local
H A DScheduleDAGInstrs.cpp708 for (Value2SUsMap::iterator I = map.begin(), EE = map.end(); I != EE;) { in insertBarrierChain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp483 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local
577 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp376 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule()
525 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp401 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; in emitCaseMap() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp182 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp89 E->IgnoreParens(), [&](const Expr *EE) { return EE == Target; }); in canExprResolveTo()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp466 auto EE = getExecutionEngine(); in LoadDynamicLibrary() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h190 for (const auto &EE : ElfSymbolTypes) { in getELFTypeName() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp450 if (Expr *EE = IR.End) in computeDependence() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp102 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) in lowerAlignmentHint() local

12