| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 110 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local 111 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule() 216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine() argument 217 delete unwrap(EE); in LLVMDisposeExecutionEngine() 220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() argument 221 unwrap(EE)->finalizeObject(); in LLVMRunStaticConstructors() 222 unwrap(EE)->runStaticConstructorsDestructors(false); in LLVMRunStaticConstructors() 225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() argument 226 unwrap(EE)->finalizeObject(); in LLVMRunStaticDestructors() 227 unwrap(EE)->runStaticConstructorsDestructors(true); in LLVMRunStaticDestructors() [all …]
|
| H A D | ExecutionEngine.cpp | 331 void *reset(LLVMContext &C, ExecutionEngine *EE, 335 void *ArgvArray::reset(LLVMContext &C, ExecutionEngine *EE, in reset() argument 339 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in reset() 355 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset() 361 EE->StoreValueToMemory(PTOGV(nullptr), in reset() 414 static bool isTargetNullPtr(ExecutionEngine *EE, void *Loc) { in isTargetNullPtr() argument 415 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr() 536 ExecutionEngine *EE = nullptr; in create() local 538 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr), in create() 541 if (EE) { in create() [all …]
|
| /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() argument 65 LLVMDisposeExecutionEngine(EE); in llvm_ee_dispose() 70 value llvm_ee_add_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_add_module() argument 71 LLVMAddModule(EE, M); in llvm_ee_add_module() 76 value llvm_ee_remove_module(LLVMModuleRef M, LLVMExecutionEngineRef EE) { in llvm_ee_remove_module() argument 79 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error)) in llvm_ee_remove_module() 85 value llvm_ee_run_static_ctors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_ctors() argument 86 LLVMRunStaticConstructors(EE); in llvm_ee_run_static_ctors() 91 value llvm_ee_run_static_dtors(LLVMExecutionEngineRef EE) { in llvm_ee_run_static_dtors() argument 92 LLVMRunStaticDestructors(EE); in llvm_ee_run_static_dtors() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | ExecutionEngine.h | 112 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE); 114 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE); 116 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE); 118 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, 122 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, 126 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F); 128 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M); 130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, 133 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name, 136 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | SymbolRemappingReader.cpp | 59 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef 61 case EE::Success: in read() 64 case EE::ManglingAlreadyUsed: in read() 69 case EE::InvalidFirstMangling: in read() 73 case EE::InvalidSecondMangling: in read()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | mips-opc.c | 318 #define EE INSN_5900 macro 337 |EE \ 343 #define G3 EE 347 |EE \ 351 #define MMI EE 354 #define M32 EE 357 #define VU0 EE 686 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 }, 809 {"c.un.s", "S,T", 0x46000031, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, 826 {"c.ueq.s", "S,T", 0x46000033, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | mips-opc.c | 318 #define EE INSN_5900 macro 336 |EE \ 342 #define G3 EE 345 #define SF EE 348 #define MMI EE 351 #define M32 EE 354 #define VU0 EE 683 {"adda.s", "S,T", 0x46000018, 0xffe007ff, RD_1|RD_2|FP_S, 0, EE, 0, 0 }, 806 {"c.un.s", "S,T", 0x46000031, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, 823 {"c.ueq.s", "S,T", 0x46000033, 0xffe007ff, RD_1|RD_2|WR_CC|FP_S, 0, I1, 0, EE|I37 }, [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | sha256.c | 99 uint32_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local 107 EE = E; in calc() 121 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i]; in calc() 126 FF = EE; in calc() 127 EE = DD + T1; in calc() 138 E += EE; in calc()
|
| H A D | sha512.c | 123 uint64_t AA, BB, CC, DD, EE, FF, GG, HH; in calc() local 131 EE = E; in calc() 145 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_512[i] + data[i]; in calc() 150 FF = EE; in calc() 151 EE = DD + T1; in calc() 162 E += EE; in calc()
|
| H A D | sha.c | 77 temp = cshift(AA, 5) + f(BB,CC,DD) + EE + data[t] + k; \ 78 EE = DD; \ 88 uint32_t AA, BB, CC, DD, EE; in calc() local 96 EE = E; in calc() 199 E += EE; in calc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
| H A D | lli.cpp | 374 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() argument 399 EE.addModule(std::move(M)); in addCygMingExtraModule() 524 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local 525 if (!EE) { in main() 537 EE->setObjectCache(CacheManager.get()); in main() 550 EE->addModule(std::move(XMod)); in main() 562 EE->addObjectFile(std::move(O)); in main() 586 EE->addArchive(std::move(OB)); in main() 592 addCygMingExtraModule(*EE, Context, Mod->getTargetTriple()); in main() 597 EE->RegisterJITEventListener( in main() [all …]
|
| /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 180 if (!EE) in CreateAndRunJITFunc() 183 EE->finalizeObject(); in CreateAndRunJITFunc() 184 EE->runStaticConstructorsDestructors(false); in CreateAndRunJITFunc() 198 LLVMFunc f = reinterpret_cast<LLVMFunc>(EE->getPointerToFunction(EntryFunc)); in CreateAndRunJITFunc() 207 EE->runStaticConstructorsDestructors(true); in CreateAndRunJITFunc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 132 ExecutionEngine* EE; member 253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() 271 ExecutionEngine* EE = EngineBuilder(std::move(Owner)).create(); in main() local 277 struct threadParams add1 = { EE, add1F, 1000 }; in main() 278 struct threadParams fib1 = { EE, fibF, 39 }; in main() 279 struct threadParams fib2 = { EE, fibF, 42 }; in main()
|
| /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 133 GenericValue gv = EE->runFunction(FooF, noargs); in main() 137 delete EE; in main()
|
| /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 89 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) { in getEdgeSourceLabels() 103 if (EI != EE && hasEdgeSourceLabels) in getEdgeSourceLabels() 227 child_iterator EE = GTraits::child_end(Node); in writeNode() local 228 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) in writeNode() 231 for (; EI != EE; ++EI) in writeNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/ |
| H A D | fibonacci.cpp | 118 ExecutionEngine *EE = in main() local 123 if (!EE) { in main() 142 GenericValue GV = EE->runFunction(FibF, Args); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 303 static Value *matchAddReduction(const ExtractElementInst &EE) { in matchAddReduction() argument 305 auto *Index = dyn_cast<ConstantInt>(EE.getIndexOperand()); in matchAddReduction() 309 const auto *BO = dyn_cast<BinaryOperator>(EE.getVectorOperand()); in matchAddReduction() 459 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local 460 if (!EE) in runOnFunction() 465 Value *Root = matchAddReduction(*EE); in runOnFunction()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
| H A D | gnu.ver | 344 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[CD]*; 345 _ZNKSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9]*; 348 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[5-9][a-z][^t]*; 349 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9][0-9][a-z][^t]*; 355 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][a-r]*; 356 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]seek*; 357 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]set*; 362 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][t-z]*; 363 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[a-o]*; 364 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[q-z]*; [all …]
|
| /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 55 MBBI != EE; ++MBBI) { in runOnMachineFunction()
|
| /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 146 if (MI->getOpcode() == MSP430::JCC && std::next(MI) != EE) { in expandBranches()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SimpleConstraintManager.h | 24 ExprEngine *EE; variable 29 : EE(exprengine), SVB(SB) {} in SimpleConstraintManager()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
| H A D | gnu.ver | 356 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[CD]*; 357 _ZNKSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9]*; 360 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[5-9][a-z][^t]*; 361 _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9][0-9][a-z][^t]*; 367 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][a-r]*; 368 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]seek*; 369 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]set*; 374 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][t-z]*; 375 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[a-o]*; 376 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[q-z]*; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 940 ExecutionEngine *EE = EngineBuilder(M) in compileModule() local 944 if (!EE) { in compileModule() 950 EE->setObjectCache(&OurObjectCache); in compileModule() 963 FPM->add(new DataLayout(*EE->getDataLayout())); in compileModule() 990 EE->finalizeObject(); in compileModule() 993 EngineMap[M] = EE; in compileModule() 995 return EE; in compileModule() 1013 ExecutionEngine *EE = compileModule(*it); in getPointerToFunction() local 1014 void *P = EE->getPointerToFunction(F); in getPointerToFunction() 1045 ExecutionEngine *EE = compileModule(*it); in getPointerToNamedFunction() local [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_dane_enable.pod | 97 0 if an EE TLSA record directly matched the leaf certificate, or a positive 147 DANE-EE(3) TLSA records. 155 DANE-EE(3) TLSA records, and can be disabled in applications where it is safe 213 * For many applications it is safe to skip DANE-EE(3) namechecks. Do not 231 * Opportunistic DANE TLS clients support only DANE-TA(2) or DANE-EE(3). 233 * and PKIX-EE(1), as unusable. 238 case 1: /* PKIX-EE(1) */ 241 case 3: /* DANE-EE(3) */ 311 depth ? "matched TA certificate" : "matched EE certificate", 336 with usages PKIX-TA(0) and PKIX-EE(1) as "unusable", and should not include
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_dane_enable.pod | 97 0 if an EE TLSA record directly matched the leaf certificate, or a positive 147 DANE-EE(3) TLSA records. 155 DANE-EE(3) TLSA records, and can be disabled in applications where it is safe 213 * For many applications it is safe to skip DANE-EE(3) namechecks. Do not 231 * Opportunistic DANE TLS clients support only DANE-TA(2) or DANE-EE(3). 233 * and PKIX-EE(1), as unusable. 238 case 1: /* PKIX-EE(1) */ 241 case 3: /* DANE-EE(3) */ 311 depth ? "matched TA certificate" : "matched EE certificate", 336 with usages PKIX-TA(0) and PKIX-EE(1) as "unusable", and should not include
|