Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DInstrumentation.h30 class Domain {
34 explicit Domain(const char *name) : _domain(__itt_domain_createA(name)) {} in Domain() function
71 ScopedTask(const Domain &d, const StringHandle &s) : _domain(d) { in ScopedTask()
98 Marker(const Domain &d, const StringHandle &s) { in Marker()
103 class Domain {
105 Domain(const char *name) {}
115 ScopedTask(const Domain &d, const StringHandle &s) {}
121 Marker(const Domain &d, const StringHandle &s) {}
125 inline const Domain &getDefaultDomain() { in getDefaultDomain()
126 static Domain domain("org.llvm.lld"); in getDefaultDomain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp110 static void collectMDInDomain(const MDNode *List, const MDNode *Domain, in collectMDInDomain() argument
114 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
127 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes() local
128 Domains.insert(Domain); in mayAliasInScopes()
132 for (const MDNode *Domain : Domains) { in mayAliasInScopes() local
134 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
139 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp67 RegDomain Domain) { in getDstRC() argument
68 assert(Domain == MaskDomain && "add domain"); in getDstRC()
443 if (Domain == NoDomain) in visitRegister()
444 Domain = RD; in visitRegister()
446 if (Domain != RD) in visitRegister()
490 return calculateCost(C, Domain) < 0.0; in isReassignmentProfitable()
500 if (Converters.find({Domain, MI->getOpcode()}) in reassign()
545 RegDomain Domain = NoDomain; in buildClosure() local
546 visitRegister(C, Reg, Domain, Worklist); in buildClosure()
575 visitRegister(C, Op.getReg(), Domain, Worklist); in buildClosure()
[all …]
H A DX86InstrFormats.td113 class Domain<bits<2> val> {
116 def GenericDomain : Domain<0>;
117 def SSEPackedSingle : Domain<1>;
118 def SSEPackedDouble : Domain<2>;
119 def SSEPackedInt : Domain<3>;
308 Domain ExeDomain = d;
540 Domain d>
555 Domain d>
799 Domain ExeDomain = SSEPackedInt;
818 Domain ExeDomain = SSEPackedInt;
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,r8a7778-cpg-clocks.txt5 The CPG also provides a Clock Domain for SoC devices, in combination with the
17 SoC devices that are part of the CPG/MSTP Clock Domain and can be power-managed
39 - CPG/MSTP Clock Domain member device node:
H A Drenesas,r8a7779-cpg-clocks.txt5 The CPG also provides a Clock Domain for SoC devices, in combination with the
19 SoC devices that are part of the CPG/MSTP Clock Domain and can be power-managed
41 - CPG/MSTP Clock Domain member device node:
H A Drenesas,rz-cpg-clocks.txt5 The CPG also provides a Clock Domain for SoC devices, in combination with the
21 SoC devices that are part of the CPG/MSTP Clock Domain and can be power-managed
43 - CPG/MSTP Clock Domain member device node:
H A Drenesas,cpg-mssr.yaml20 1. Module Standby, providing a Clock Domain to control the clock supply
78 SoC devices that are part of the CPG/MSSR Clock Domain and can be
80 in their "power-domains" property, as documented by the generic PM Domain
H A Dfujitsu,mb86s70-crg11.txt24 clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h140 MDNode *createAnonymousAliasScope(MDNode *Domain,
142 return createAnonymousAARoot(Name, Domain);
158 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/ti/
H A Dsci-pm-domain.txt1 Texas Instruments TI-SCI Generic Power Domain
11 PM Domain Node
44 PM Domain Consumers
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp185 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
191 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
346 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in ExpandFPMLxInstructions() local
347 if (Domain == ARMII::DomainGeneral) { in ExpandFPMLxInstructions()
H A DARMHazardRecognizer.cpp30 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
36 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp660 enum class Domain { NonNegative, NonPositive, Unknown }; enum
664 return Domain::NonNegative; in getDomain()
666 return Domain::NonPositive; in getDomain()
667 return Domain::Unknown; in getDomain()
775 Domain D; in processSRem()
783 if (Op.D == Domain::Unknown) in processSRem()
792 if (Op.D == Domain::NonNegative) in processSRem()
807 if (Ops[0].D == Domain::NonPositive) in processSRem()
831 Domain D; in processSDiv()
839 if (Op.D == Domain::Unknown) in processSDiv()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/power/
H A Drenesas,sysc-rmobile.txt24 match the Power Area Hierarchy in the Power Domain Specifications section of
28 == PM Domain Nodes ==
87 == PM Domain Consumers ==
H A Dxlnx,zynqmp-genpd.txt9 == Zynq MPSoC Generic PM Domain Node ==
/freebsd-13.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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h156 void setNSErrorDomain(const llvm::Optional<std::string> &Domain) { in setNSErrorDomain() argument
157 NSErrorDomain = Domain; in setNSErrorDomain()
160 void setNSErrorDomain(const llvm::Optional<llvm::StringRef> &Domain) { in setNSErrorDomain() argument
162 Domain ? llvm::Optional<std::string>(std::string(*Domain)) : llvm::None; in setNSErrorDomain()
/freebsd-13.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.
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra30-mc.yaml19 Domain, but an implementation may divide the client space into multiple
27 Memory Crossbar is just a pass through between a single Arbitration Domain
/freebsd-13.1/contrib/sendmail/cf/feature/
H A Ddomaintable.m422 # Domain table (adding domains)
/freebsd-13.1/contrib/llvm-project/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-13.1/sys/contrib/device-tree/Bindings/reset/
H A Dqcom,pdc-global.yaml13 The bindings describes the reset-controller found on PDC-Global (Power Domain

12345