Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp109 static void collectMDInDomain(const MDNode *List, const MDNode *Domain,
113 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
126 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes()
127 Domains.insert(Domain); in mayAliasInScopes() local
131 for (const MDNode *Domain : Domains) { in mayAliasInScopes()
133 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
138 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes()
110 collectMDInDomain(const MDNode * List,const MDNode * Domain,SmallPtrSetImpl<const MDNode * > & Nodes) collectMDInDomain() argument
132 for (const MDNode *Domain : Domains) { mayAliasInScopes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp67 RegDomain Domain) { in getDstRC() argument
68 assert(Domain == MaskDomain && "add domain"); in getDstRC()
409 void visitRegister(Closure &, Register Reg, RegDomain &Domain,
413 void reassign(const Closure &C, RegDomain Domain) const;
419 bool isReassignmentProfitable(const Closure &C, RegDomain Domain) const;
422 double calculateCost(const Closure &C, RegDomain Domain) const;
430 RegDomain &Domain, in visitRegister() argument
443 if (Domain == NoDomain) in visitRegister()
444 Domain = RD; in visitRegister()
446 if (Domain != RD) in visitRegister()
[all …]
H A DX86InstrFormats.td116 class Domain<bits<2> val> {
119 def GenericDomain : Domain<0>;
120 def SSEPackedSingle : Domain<1>;
121 def SSEPackedDouble : Domain<2>;
122 def SSEPackedInt : Domain<3>;
207 string AsmStr, Domain d = GenericDomain>
248 Domain ExeDomain = d;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h66 llvm::SmallString<32> Domain; member
100 AvailabilityInfo(StringRef Domain, VersionTuple I, VersionTuple D, in AvailabilityInfo()
102 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo()
/freebsd/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 Dfujitsu,mb86s70-crg11.txt24 clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h174 MDNode *createAnonymousAliasScope(MDNode *Domain,
176 return createAnonymousAARoot(Name, Domain);
192 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp734 enum class Domain { NonNegative, NonPositive, Unknown }; enum
736 static Domain getDomain(const ConstantRange &CR) { in getDomain()
738 return Domain::NonNegative; in getDomain()
740 return Domain::NonPositive; in getDomain()
741 return Domain::Unknown; in getDomain()
938 Domain D; in processSRem()
942 if (Ops[0].D == Domain::Unknown || Ops[1].D == Domain::Unknown) in processSRem()
950 if (Op.D == Domain::NonNegative) in processSRem()
965 if (Ops[0].D == Domain::NonPositive) { in processSRem()
999 Domain D; in processSDiv()
[all …]
/freebsd/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/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/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/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h159 void setNSErrorDomain(const std::optional<std::string> &Domain) { in setNSErrorDomain() argument
160 NSErrorDomain = Domain; in setNSErrorDomain()
163 void setNSErrorDomain(const std::optional<llvm::StringRef> &Domain) { in setNSErrorDomain() argument
164 NSErrorDomain = Domain ? std::optional<std::string>(std::string(*Domain)) in setNSErrorDomain()
/freebsd/share/i18n/csmapper/BIG5/
H A DETen%UCS@SIP.src19 ## License: Public Domain.
H A DUCS@SIP%ETen.src19 ## License: Public Domain.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DHLSLRuntime.h42 ENUM_COMPARE_ASSERT(Domain)
/freebsd/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/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62.dtsi83 /* MCU Domain Range */
86 /* Wakeup Domain Range */
/freebsd/contrib/sendmail/cf/feature/
H A Ddomaintable.m422 # Domain table (adding domains)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp192 MDNode *Domain = MDB.createAnonymousAliasScopeDomain("LVerDomain"); in prepareNoAliasMetadata() local
195 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain); in prepareNoAliasMetadata()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp169 if (Stage == Triple::EnvironmentType::Domain) in mapping()
304 case Triple::EnvironmentType::Domain: in mapInfoForVersion()
338 case Triple::EnvironmentType::Domain: in mapInfoForVersion()

123456