Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp110 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 DExecutionEngine.cpp334 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 DGraphWriter.h86 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 DMakefile21 EE= init.ee macro
/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.cpp49 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h48 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp119 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.cpp351 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 Dsha512.c132 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
H A Dsha256.c124 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp460 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 DShadowStackGCLowering.cpp396 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, DTU); in runOnFunction() local
H A DAnalysis.cpp95 EE = STy->element_end(); in ComputeValueVTs() local
H A DMachineCSE.cpp359 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp376 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 DThreadSanitizer.cpp486 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 DDbgEntityHistoryCalculator.cpp182 for (auto EI = HistoryMapEntries.begin(), EE = HistoryMapEntries.end(); in trimLocationRanges() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILDataScalarization.cpp208 Value *EE = Builder.CreateExtractElement(Vec, I, Name + ".extract"); in createArrayFromVector() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp77 E->IgnoreParens(), [&](const Expr *EE) { return EE == Target; }); in canExprResolveTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h199 for (const auto &EE : ElfSymbolTypes) { in getELFTypeName() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp489 if (Expr *EE = IR.End) in computeDependence() local

12