Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.yaml33 2 = PC Domain
34 3 = Modem Domain
35 4 = ADSP Domain
36 5 = Application processor Domain
37 6 = Modem2 Domain
48 2 = PC Domain
49 3 = Modem Domain
50 4 = ADSP Domain
52 6 = Modem2 Domain
55 1 = Modem Domain
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp109 static void collectMDInDomain(const MDNode *List, const MDNode *Domain, in collectMDInDomain() argument
113 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
126 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes() local
127 Domains.insert(Domain); in mayAliasInScopes()
131 for (const MDNode *Domain : Domains) { in mayAliasInScopes() local
133 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
138 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes()
/freebsd-14.2/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.td114 class Domain<bits<2> val> {
117 def GenericDomain : Domain<0>;
118 def SSEPackedSingle : Domain<1>;
119 def SSEPackedDouble : Domain<2>;
120 def SSEPackedInt : Domain<3>;
205 string AsmStr, Domain d = GenericDomain>
246 Domain ExeDomain = d;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAvailabilityInfo.h29 std::string Domain; member
51 AvailabilityInfo(StringRef Domain, VersionTuple I, VersionTuple D, in AvailabilityInfo()
53 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo()
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov2685.yaml28 description: Digital Domain Power Supply
31 description: Analog Domain Power Supply
34 description: I/O Domain Power Supply
H A Dovti,ov8865.yaml30 description: Digital Domain Power Supply
33 description: Analog Domain Power Supply
36 description: I/O Domain Power Supply
H A Dovti,ov5648.yaml30 description: Digital Domain Power Supply
33 description: Analog Domain Power Supply (internal AVDD is used if missing)
36 description: I/O Domain Power Supply
H A Dovti,ov8858.yaml33 description: Digital Domain Power Supply
36 description: Analog Domain Power Supply
39 description: I/O Domain Power Supply
/freebsd-14.2/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,rzg2l-cpg.yaml20 1. Module Standby, providing a Clock Domain to control the clock supply
55 SoC devices that are part of the CPG/Module Standby Mode Clock Domain and
58 Domain bindings in Documentation/devicetree/bindings/power/power-domain.yaml.
H A Drenesas,cpg-mssr.yaml20 1. Module Standby, providing a Clock Domain to control the clock supply
81 SoC devices that are part of the CPG/MSSR Clock Domain and can be
83 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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp671 static Domain getDomain(const ConstantRange &CR) { in getDomain()
673 return Domain::NonNegative; in getDomain()
675 return Domain::NonPositive; in getDomain()
676 return Domain::Unknown; in getDomain()
877 Domain D; in processSRem()
881 if (Ops[0].D == Domain::Unknown || Ops[1].D == Domain::Unknown) in processSRem()
889 if (Op.D == Domain::NonNegative) in processSRem()
904 if (Ops[0].D == Domain::NonPositive) { in processSRem()
938 Domain D; in processSDiv()
942 if (Ops[0].D == Domain::Unknown || Ops[1].D == Domain::Unknown) in processSDiv()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h159 MDNode *createAnonymousAliasScope(MDNode *Domain,
161 return createAnonymousAARoot(Name, Domain);
177 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
/freebsd-14.2/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-14.2/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.cpp32 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
38 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
/freebsd-14.2/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 ==
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h155 void setNSErrorDomain(const std::optional<std::string> &Domain) { in setNSErrorDomain() argument
156 NSErrorDomain = Domain; in setNSErrorDomain()
159 void setNSErrorDomain(const std::optional<llvm::StringRef> &Domain) { in setNSErrorDomain() argument
160 NSErrorDomain = Domain ? std::optional<std::string>(std::string(*Domain)) in setNSErrorDomain()
/freebsd-14.2/share/i18n/csmapper/BIG5/
H A DUCS@SIP%ETen.src19 ## License: Public Domain.
H A DETen%[email protected]19 ## License: Public Domain.

1234567