Home
last modified time | relevance | path

Searched refs:Domain (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DInstrumentation.h31 class Domain {
35 explicit Domain(const char *name) : _domain(__itt_domain_createA(name)) {} in Domain() function
72 ScopedTask(const Domain &d, const StringHandle &s) : _domain(d) { in ScopedTask()
99 Marker(const Domain &d, const StringHandle &s) { in Marker()
104 class Domain {
106 Domain(const char *name) {}
116 ScopedTask(const Domain &d, const StringHandle &s) {}
122 Marker(const Domain &d, const StringHandle &s) {}
126 inline const Domain &getDefaultDomain() { in getDefaultDomain()
127 static Domain domain("org.llvm.lld"); in getDefaultDomain()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp130 static void collectMDInDomain(const MDNode *List, const MDNode *Domain, in collectMDInDomain() argument
134 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
147 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes() local
148 Domains.insert(Domain); in mayAliasInScopes()
152 for (const MDNode *Domain : Domains) { in mayAliasInScopes() local
154 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
159 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp68 RegDomain Domain) { in getDstRC() argument
69 assert(Domain == MaskDomain && "add domain"); in getDstRC()
450 if (Domain == NoDomain) in visitRegister()
451 Domain = RD; in visitRegister()
453 if (Domain != RD) in visitRegister()
497 return calculateCost(C, Domain) < 0.0; in isReassignmentProfitable()
507 if (Converters.lookup({Domain, MI->getOpcode()}) in reassign()
552 RegDomain Domain = NoDomain; in buildClosure() local
553 visitRegister(C, Reg, Domain, Worklist); in buildClosure()
581 visitRegister(C, Op.getReg(), Domain, Worklist); in buildClosure()
[all …]
H A DX86InstrFormats.td102 class Domain<bits<2> val> {
105 def GenericDomain : Domain<0>;
106 def SSEPackedSingle : Domain<1>;
107 def SSEPackedDouble : Domain<2>;
108 def SSEPackedInt : Domain<3>;
295 Domain ExeDomain = d;
521 Domain d>
536 Domain d>
780 Domain ExeDomain = SSEPackedInt;
799 Domain ExeDomain = SSEPackedInt;
[all …]
H A DX86InstrInfo.h473 void setExecutionDomain(MachineInstr &MI, unsigned Domain) const override;
475 bool setExecutionDomainCustom(MachineInstr &MI, unsigned Domain) const;
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
H A DMLxExpansionPass.cpp188 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
194 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
349 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in ExpandFPMLxInstructions() local
350 if (Domain == ARMII::DomainGeneral) { in ExpandFPMLxInstructions()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DMDBuilder.h126 MDNode *createAnonymousAliasScope(MDNode *Domain,
128 return createAnonymousAARoot(Name, Domain);
144 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc3491.txt15 Internationalized Domain Names (IDN)
36 internationalizing the Domain Name System (DNS).
143 7. Unassigned Code Points in Internationalized Domain Names
161 "Internationalizing Domain Names in Applications
177 [STD13] Mockapetris, P., "Domain names - concepts and
178 facilities", STD 13, RFC 1034, and "Domain names -
196 Domain names are used by users to connect to Internet servers. The
H A Drfc3490.txt16 Internationalizing Domain Names in Applications (IDNA)
35 Internationalizing Domain Names in Applications (IDNA) for handling
757 Domain names are often stored and transported in many places. For
823 Domain names passed to resolvers or put into the question section of
828 Domain names stored in zones follow the rules for "stored strings"
971 Profile for Internationalized Domain Names (IDN)", RFC
975 Unicode for use with Internationalized Domain Names in
983 [STD13] Mockapetris, P., "Domain names - concepts and
984 facilities", STD 13, RFC 1034 and "Domain names -
1031 Domain names are used by users to identify and connect to Internet
[all …]
/freebsd-12.1/share/i18n/csmapper/BIG5/
H A DUCS@SIP%ETen.src20 ## License: Public Domain.
H A DETen%[email protected]20 ## License: Public Domain.
H A DUCS%[email protected]20 ## License: Public Domain.
H A DBig5EXT@2003%UCS.src20 ## License: Public Domain.
H A DETen%[email protected]20 ## License: Public Domain.
/freebsd-12.1/gnu/usr.bin/grep/
H A Dxmalloc.c37 # define textdomain(Domain) argument
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp190 unsigned Domain = LiveRegs[rx]->getFirstDomain(); in enterBasicBlock() local
191 if (!pdv->isCollapsed() && pdv->hasDomain(Domain)) in enterBasicBlock()
192 collapse(pdv, Domain); in enterBasicBlock()
/freebsd-12.1/contrib/sendmail/cf/feature/
H A Ddomaintable.m422 # Domain table (adding domains)
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp185 MDNode *Domain = MDB.createAnonymousAliasScopeDomain("LVerDomain"); in prepareNoAliasMetadata() local
188 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain); in prepareNoAliasMetadata()
/freebsd-12.1/sys/gnu/dts/arm64/ti/
H A Dk3-am65-wakeup.dtsi3 * Device Tree Source for AM6 SoC Family Wakeup Domain peripherals
H A Dk3-am65-mcu.dtsi3 * Device Tree Source for AM6 SoC Family MCU Domain peripherals
/freebsd-12.1/contrib/byacc/package/
H A Dbyacc.spec9 License: Public Domain, MIT
H A Dmingw-byacc.spec9 License: Public Domain, MIT
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMDBuilder.cpp152 MDNode *MDBuilder::createAliasScope(StringRef Name, MDNode *Domain) { in createAliasScope() argument
153 return MDNode::get(Context, {createString(Name), Domain}); in createAliasScope()
/freebsd-12.1/lib/libc/net/
H A Dprotocols45 idpr 35 IDPR # Inter-Domain Policy Routing Protocol
55 idrp 45 IDRP # Inter-Domain Routing Protocol

1234