| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local 215 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine() 219 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() 224 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() 229 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain() 238 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction() 253 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() 256 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule() 260 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule() 268 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, in LLVMFindFunction() [all …]
|
| H A D | ExecutionEngine.cpp | 334 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset() 413 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr() 535 ExecutionEngine *EE = nullptr; in create() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local 192 child_iterator EE = GTraits::child_end(Node); in writeNode() local 281 child_iterator EE = GTraits::child_end(Node); in writeNode() local
|
| /freebsd/share/misc/ |
| H A D | Makefile | 21 EE= init.ee macro
|
| /freebsd/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/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SymbolRemappingReader.cpp | 60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameToArgsOffsetElim.cpp | 49 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RTDyldMemoryManager.h | 48 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430BranchSelector.cpp | 119 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 351 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction() 513 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/ |
| H A D | sha512.c | 132 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
|
| H A D | sha256.c | 124 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 460 for (const auto &EE : Entry.Children) { in dumpExportEntry() local 465 for (auto EE : Entry.Children) in dumpExportEntry() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShadowStackGCLowering.cpp | 396 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, DTU); in runOnFunction() local
|
| H A D | Analysis.cpp | 95 EE = STy->element_end(); in ComputeValueVTs() local
|
| H A D | MachineCSE.cpp | 359 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 376 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() 524 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 486 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local 579 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILDataScalarization.cpp | 208 Value *EE = Builder.CreateExtractElement(Vec, I, Name + ".extract"); in createArrayFromVector() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GICombinerEmitter.cpp | |
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 77 E->IgnoreParens(), [&](const Expr *EE) { return EE == Target; }); in canExprResolveTo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 199 for (const auto &EE : ElfSymbolTypes) { in getELFTypeName() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 489 if (Expr *EE = IR.End) in computeDependence() local
|