/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
H A D | executionengine_ocaml.c | 64 value llvm_ee_dispose(LLVMExecutionEngineRef EE) { in llvm_ee_dispose() 70 value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module() 76 value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module() 85 value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors() 91 value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors() 99 value llvm_ee_get_data_layout(LLVMExecutionEngineRef EE) { in llvm_ee_get_data_layout() 114 LLVMExecutionEngineRef EE) { in llvm_ee_add_global_mapping() 119 value llvm_ee_get_global_value_address(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_get_global_value_address() 124 value llvm_ee_get_function_address(value Name, LLVMExecutionEngineRef EE) { in llvm_ee_get_function_address()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 110 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() 414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr() 536 ExecutionEngine *EE = nullptr; in create() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SimpleConstraintManager.h | 24 ExprEngine *EE; variable
|
H A D | RangedConstraintManager.h | 315 RangedConstraintManager(ExprEngine *EE, SValBuilder &SB) in RangedConstraintManager()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SymbolRemappingReader.cpp | 59 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 125 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 86 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local 227 child_iterator EE = GTraits::child_end(Node); in writeNode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 132 ExecutionEngine* EE; member 271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreFrameToArgsOffsetElim.cpp | 54 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 118 ExecutionEngine *EE = in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86PartialReduction.cpp | 303 static Value *matchAddReduction(const ExtractElementInst &EE) { in matchAddReduction() 459 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 120 for (auto MI = MBB->begin(), EE = MBB->end(); MI != EE; ++MI) { in expandBranches() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/ |
H A D | handle_llvm.cpp | 179 std::unique_ptr<ExecutionEngine> EE(builder.create()); in CreateAndRunJITFunc() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | sha.c | 88 uint32_t AA, BB, CC, DD, EE; in calc() local
|
H A D | sha256.c | 99 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
|
H A D | sha512.c | 123 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 415 for (auto EE : Entry.Children) { in dumpExportEntry() local 420 for (auto EE : Entry.Children) in dumpExportEntry() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ShadowStackGCLowering.cpp | 363 EscapeEnumerator EE(F, "gc_cleanup", /*HandleExceptions=*/true, in runOnFunction() local
|
H A D | StackSlotColoring.cpp | 177 EE = MI.memoperands_end(); in ScanForSpillSlotRefs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 940 ExecutionEngine *EE = EngineBuilder(M) in compileModule() local 1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() local 1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 374 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() 524 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 519 EscapeEnumerator EE(F, "tsan_ignore_cleanup", ClHandleCxxExceptions); in InsertRuntimeIgnores() local 602 EscapeEnumerator EE(F, "tsan_cleanup", ClHandleCxxExceptions); in sanitizeFunction() local
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mips-opc.c | 318 #define EE INSN_5900 macro
|