/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 111 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 D | ExecutionEngine.cpp | 335 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 D | GraphWriter.h | 85 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 D | SimpleConstraintManager.h | 24 ExprEngine *EE; variable
|
H A D | RangedConstraintManager.h | 409 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SymbolRemappingReader.cpp | 60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreFrameToArgsOffsetElim.cpp | 52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 120 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 D | X86PartialReduction.cpp | 354 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 D | MachOEmitter.cpp | 462 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 D | ShadowStackGCLowering.cpp | 398 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, DTU); in runOnFunction() local
|
H A D | StackSlotColoring.cpp | 218 EE = MI.memoperands_end(); ScanForSpillSlotRefs() local
|
H A D | MachineCSE.cpp | 366 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
|
H A D | Analysis.cpp | 92 EE = STy->element_end(); ComputeValueVTs() local
|
H A D | ScheduleDAGInstrs.cpp | 708 for (Value2SUsMap::iterator I = map.begin(), EE = map.end(); I != EE;) { insertBarrierChain() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 376 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 D | ThreadSanitizer.cpp | 483 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 D | CodeEmitterGen.cpp | 401 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 D | DbgEntityHistoryCalculator.cpp | 182 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 89 E->IgnoreParens(), [&](const Expr *EE) { return EE == Target; }); in canExprResolveTo() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 466 auto EE = getExecutionEngine(); LoadDynamicLibrary() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 190 for (const auto &EE : ElfSymbolTypes) { getELFTypeName() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 450 if (Expr *EE = IR.End) computeDependence() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 102 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) lowerAlignmentHint() local
|