Home
last modified time | relevance | path

Searched refs:EE (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp111 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
112 *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) in LLVMRunStaticDestructors()
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 DExecutionEngine.cpp331 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h112 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 …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp60 using EE = ItaniumManglingCanonicalizer::EquivalenceError; in read() typedef
62 case EE::Success: in read()
65 case EE::ManglingAlreadyUsed: in read()
70 case EE::InvalidFirstMangling: in read()
74 case EE::InvalidSecondMangling: in read()
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt6 ; In SSL/TLS order, the EE comes first. The root may or may not be included
124 ; EE certificate as trust anchor (direct trust only).
129 type = EE
175 ; Direct trust of EE.
382 ; Hash function support: signature on EE uses SHA-1.
393 ; Hash function support: signature on EE uses SHA-224.
404 ; Hash function support: signature on EE uses SHA-384.
415 ; Hash function support: signature on EE uses SHA-512.
426 ; Hash function support: signature on EE uses MD5. This is rejected by
437 ; EE certificate has trailing garbage (an extra byte), which should be
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h85 child_iterator EE = GTraits::child_end(Node); in getEdgeSourceLabels() local
91 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) { in getEdgeSourceLabels()
109 if (EI != EE && hasEdgeSourceLabels) { in getEdgeSourceLabels()
191 child_iterator EE = GTraits::child_end(Node); in writeNode() local
192 for (; EI != EE && ColSpan != 64; ++EI, ++ColSpan) in writeNode()
197 if (EI != EE) in writeNode()
279 child_iterator EE = GTraits::child_end(Node); in writeNode() local
280 for (unsigned i = 0; EI != EE && i != 64; ++EI, ++i) in writeNode()
283 for (; EI != EE; ++EI) in writeNode()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp374 static void addCygMingExtraModule(ExecutionEngine &EE, LLVMContext &Context, in addCygMingExtraModule() argument
399 EE.addModule(std::move(M)); in addCygMingExtraModule()
523 std::unique_ptr<ExecutionEngine> EE(builder.create()); in main() local
524 if (!EE) { in main()
536 EE->setObjectCache(CacheManager.get()); in main()
549 EE->addModule(std::move(XMod)); in main()
561 EE->addObjectFile(std::move(O)); in main()
585 EE->addArchive(std::move(OB)); in main()
591 addCygMingExtraModule(*EE, Context, Mod->getTargetTriple()); in main()
596 EE->RegisterJITEventListener( in main()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp354 static Value *matchAddReduction(const ExtractElementInst &EE, in matchAddReduction() argument
358 auto *Index = dyn_cast<ConstantInt>(EE.getIndexOperand()); in matchAddReduction()
362 const auto *BO = dyn_cast<BinaryOperator>(EE.getVectorOperand()); in matchAddReduction()
365 if (EE.getParent() != BO->getParent()) in matchAddReduction()
379 if (EE.getParent() != BO->getParent()) in matchAddReduction()
516 auto *EE = dyn_cast<ExtractElementInst>(&I); in runOnFunction() local
517 if (!EE) in runOnFunction()
523 Value *Root = matchAddReduction(*EE, ReduceInOneBB); in runOnFunction()
/freebsd/secure/caroot/untrusted/
H A DEE_Certification_Centre_Root_CA.pem2 ## EE Certification Centre Root CA
19 …Issuer: C = EE, O = AS Sertifitseerimiskeskus, CN = EE Certification Centre Root CA, emailAddress …
23 …Subject: C = EE, O = AS Sertifitseerimiskeskus, CN = EE Certification Centre Root CA, emailAddress…
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp52 for (MachineBasicBlock::iterator MBBI = MBB.begin(), EE = MBB.end(); in runOnMachineFunction() local
53 MBBI != EE; ++MBBI) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSimpleConstraintManager.h24 ExprEngine *EE; variable
29 : EE(exprengine), SVB(SB) {} in SimpleConstraintManager()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp120 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()
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t074 * -- For the EE certificate only: the Common Name, if any, is matched
80 * -- If this is the EE certificate, then the hash is ignored
96 * -- If this is the EE certificate, then the key type is compared
108 * -- Basic Constraints: for all certificates except EE, must be
112 * -- Key Usage: for the EE, if present, must allow signatures
114 * For non-EE, if present, must have the "certificate sign" bit.
116 * -- Subject Alt Name: for the EE, dNSName names are matched
117 * against the server name. Ignored for non-EE.
474 \ Push true (-1) if no server name is expected in the EE certificate.
634 \ Read a DN for the EE. The normalized DN hash is computed and stored in the
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod97 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
H A DSSL_check_chain.pod29 B<CERT_PKEY_SIGN>: the EE key can be used for signing.
31 B<CERT_PKEY_EE_SIGNATURE>: the signature algorithm of the EE certificate is
/freebsd/crypto/openssl/test/certs/
H A DembeddedSCTs3.sct3 Log ID : 68:F6:98:F8:1F:64:82:BE:3A:8C:EE:B9:28:1D:4C:FC:
34 0F:3B:6A:74:02:21:00:86:EE:10:F9:10:E6:7B:17:65:
/freebsd/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod14 operations on behalf of the owner of the EE (End Entity) certificate.
22 They are issued by an End Entity, either a normal EE certificate, or
150 right time. You also need to fill in the defaults when the EE
216 * possible chain of intermediate CAs, followed by the EE
283 /* We have an EE certificate, let's use it to set default! */
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dqcom,prng.txt6 : should be "qcom,prng-ee" for 8996 and later using EE
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c283 GMUX(0x088, EE, 0, qspi_sck_pee0, qspi, rsvd1, rsvd2, rsvd3, 0xa90, 0, 0, 0, 0),
284 GMUX(0x08c, EE, 1, qspi_cs_n_pee1, qspi, rsvd1, rsvd2, rsvd3, -1, 0, 0, 0, 0),
285 GMUX(0x090, EE, 2, qspi_io0_pee2, qspi, rsvd1, rsvd2, rsvd3, -1, 0, 0, 0, 0),
286 GMUX(0x094, EE, 3, qspi_io1_pee3, qspi, rsvd1, rsvd2, rsvd3, -1, 0, 0, 0, 0),
287 GMUX(0x098, EE, 4, qspi_io2_pee4, qspi, rsvd1, rsvd2, rsvd3, -1, 0, 0, 0, 0),
288 GMUX(0x09c, EE, 5, qspi_io3_pee5, qspi, rsvd1, rsvd2, rsvd3, -1, 0, 0, 0, 0),
/freebsd/secure/caroot/trusted/
H A DSSL_com_TLS_RSA_Root_CA_2022.pem69 FB:2E:37:EE:E3:84:7A:27:2E:CD:19:35:B1:33:7C:FF:D4:44:42:B9
71 FB:2E:37:EE:E3:84:7A:27:2E:CD:19:35:B1:33:7C:FF:D4:44:42:B9
105 SHA1 Fingerprint=EC:2C:83:40:72:AF:26:95:10:FF:0E:F2:03:EE:31:70:F6:78:9D:CA
H A DAtos_TrustedRoot_2011.pem49 A7:A5:06:B1:2C:A6:09:60:EE:D1:97:E9:70:AE:BC:3B:19:6C:DB:21
53 A7:A5:06:B1:2C:A6:09:60:EE:D1:97:E9:70:AE:BC:3B:19:6C:DB:21
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp462 for (const auto &EE : Entry.Children) { in dumpExportEntry()
463 OS << EE.Name; in dumpExportEntry()
465 encodeULEB128(EE.NodeOffset, OS); in dumpExportEntry()
467 for (auto EE : Entry.Children) in dumpExportEntry()
468 dumpExportEntry(OS, EE); in dumpExportEntry()
461 for (auto EE : Entry.Children) { dumpExportEntry() local
466 for (auto EE : Entry.Children) dumpExportEntry() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp366 MachineBasicBlock::const_iterator EE = CSMBB->end(); in PhysRegDefsReach() local
370 while (I != E && I != EE && I->isDebugInstr()) in PhysRegDefsReach()
373 if (I == EE) { in PhysRegDefsReach()
379 EE = MBB->end(); in PhysRegDefsReach()
/freebsd/share/examples/pf/
H A Dqueue47 # departments. CS department gets the half of the bandwidth, EE and IE
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() argument

12345678