/freebsd/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() argument 220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() argument 225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() argument 230 LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE,LLVMValueRef F,unsigned ArgC,const char * const * ArgV,const char * const * EnvP) LLVMRunFunctionAsMain() argument 239 LLVMRunFunction(LLVMExecutionEngineRef EE,LLVMValueRef F,unsigned NumArgs,LLVMGenericValueRef * Args) LLVMRunFunction() argument 254 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE,LLVMValueRef F) LLVMFreeMachineCodeForFunction() argument 257 LLVMAddModule(LLVMExecutionEngineRef EE,LLVMModuleRef M) LLVMAddModule() argument 261 LLVMRemoveModule(LLVMExecutionEngineRef EE,LLVMModuleRef M,LLVMModuleRef * OutMod,char ** OutError) LLVMRemoveModule() argument 269 LLVMFindFunction(LLVMExecutionEngineRef EE,const char * Name,LLVMValueRef * OutFn) LLVMFindFunction() argument 278 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,LLVMValueRef Fn) LLVMRecompileAndRelinkFunction() argument 283 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetData() argument 288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetMachine() argument 292 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE,LLVMValueRef Global,void * Addr) LLVMAddGlobalMapping() argument 297 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE,LLVMValueRef Global) LLVMGetPointerToGlobal() argument 303 LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE,const char * Name) LLVMGetGlobalValueAddress() argument 307 LLVMGetFunctionAddress(LLVMExecutionEngineRef EE,const char * Name) LLVMGetFunctionAddress() argument 311 LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,char ** OutError) LLVMExecutionEngineGetErrMsg() argument [all...] |
H A D | ExecutionEngine.cpp | 335 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 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/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 | 52 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 | 47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() argument
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 354 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction() 516 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 363 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, runOnFunction() local
|
H A D | MachineCSE.cpp | 366 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
|
H A D | Analysis.cpp | 95 EE = STy->element_end(); in ComputeValueVTs() 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 | 461 for (auto EE : Entry.Children) { dumpExportEntry() local 466 for (auto EE : Entry.Children) dumpExportEntry() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 482 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local 576 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 374 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() 523 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 451 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; in emitCaseMap() local
|
H A D | GICombinerEmitter.cpp |
|
/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/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 89 E->IgnoreParens(), [&](const Expr *EE) { return EE == Target; }); in canExprResolveTo()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 538 auto EE = getExecutionEngine(); in LoadDynamicLibrary() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 103 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) in lowerAlignmentHint() local
|