Home
last modified time | relevance | path

Searched refs:EU (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPULDSUtils.cpp59 for (Value::user_iterator EU = E->user_begin(); EU != E->user_end(); in userRequiresLowering() local
60 ++EU) { in userRequiresLowering()
61 if (Visited.insert(*EU).second) { in userRequiresLowering()
62 Stack.push_back(*EU); in userRequiresLowering()
/netbsd-src/external/public-domain/tz/dist/
H A Dzonenow.tab118 # -02/-01 (EU DST)
124 # -01/+00 (EU DST)
130 # +00/+01 - GMT/BST (EU DST)
133 # +00/+01 - WET/WEST (EU DST)
145 # +01/+00 - IST/GMT (EU DST in reverse)
151 # +01/+02 - CET/CEST (EU DST)
163 # +02/+03 - EET/EEST (EU DST)
H A Deurope79 # From Peter Ilieve (1994-12-04), re EEC/EC/EU members:
91 # Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT.
94 # There shouldn't be any [current members who are not using EU rules].
497 # See EU for rules starting in 1996.
505 0:00 EU GMT/BST
513 0:00 EU GMT/BST
522 0:00 EU GMT/BST
529 0:00 EU GMT/BST
545 # The following is like GB-Eire and EU, except with standard time in
574 # 0:00 EU GM
[all...]
H A Dbackzone1027 0:00 EU GMT/BST
1037 # The EU [actually, EEC and Euratom] treaty with effect from 1973:
1048 # the EU rule in that DST runs to 02:00, not 03:00. We don't know
1049 # when Denmark began using the EU rule correctly, but we have only
1062 # wall-clock time, and so the EU rules were in effect in 1980.
1213 2:00 EU EE%sT
1245 2:00 EU EE%sT
1375 Zone WET 0:00 EU WE%sT
1378 Zone EET 2:00 EU EE%sT
/netbsd-src/external/mpl/bind/dist/bin/tests/system/glue/ns1/
H A Droot.db37 fi. 172800 IN NS NS.EU.NET.
44 NS.EU.NET. 172800 IN A 192.16.202.11
H A Dnet.db27 NS.EU.NET. 172800 IN A 192.16.202.11
/netbsd-src/sys/arch/hpc/conf/
H A Dplatid.def335 680EU -" 680 (European)"
339 690EU -" 690 (European)"
357 720EU -" 720 (European)"
/netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
H A Dnamed4.conf.in55 match-clients { geoip db country continent EU; };
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2533 if (llvm::any_of(R->ExternalUses, [&](const BoUpSLP::ExternalUser &EU) { in getNodeLabel() argument
2534 return EU.Scalar == V; in getNodeLabel()
4389 for (ExternalUser &EU : ExternalUses) { in getTreeCost()
4391 if (!ExtractCostCalculated.insert(EU.Scalar).second) in getTreeCost()
4397 if (EphValues.count(EU.User)) in getTreeCost()
4401 if (isa<FixedVectorType>(EU.Scalar->getType())) in getTreeCost()
4406 if (EU.User && isa<InsertElementInst>(EU.User)) { in getTreeCost()
4407 if (auto *FTy = dyn_cast<FixedVectorType>(EU.User->getType())) { in getTreeCost()
4408 Optional<int> InsertIdx = getInsertIndex(EU.User, 0); in getTreeCost()
4411 Value *VU = EU.User; in getTreeCost()
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/
H A Ddig.batch79 NS.RELCOM.EU.net. IN A
313 NS.AUSTRIA.EU.net. IN A
361 NS.USSR.EU.net. IN A
565 NS.EU.net. IN A
H A Dknowngood.dig.out80 NS.RELCOM.EU.net. 604800 IN A 193.124.23.3
325 NS.AUSTRIA.EU.net. 604800 IN A 192.92.138.35
374 NS.USSR.EU.net. 604800 IN A 193.124.22.65
584 NS.EU.net. 604800 IN A 192.16.202.11
/netbsd-src/sys/dev/pci/
H A Dpcidevs6063 product INTEL EHL_GPU_8EU_S 0x4540 Elkhart Lake GPU (8EU Super)
6064 product INTEL EHL_GPU_8EU 0x4541 Elkhart Lake GPU (8EU Super)
6065 product INTEL EHL_GPU_16EU_S 0x4550 Elkhart Lake GPU (16EU Super)
6066 product INTEL EHL_GPU_16EU_OLD 0x4551 Elkhart Lake GPU (16EU)
6067 product INTEL EHL_GPU_16EU 0x4555 Elkhart Lake GPU (16EU)
6068 product INTEL EHL_GPU_32_S 0x4570 Elkhart Lake GPU (32EU Super)
6069 product INTEL EHL_GPU_32 0x4571 Elkhart Lake GPU (32EU)
6117 product INTEL ADL_IGD_1 0x4680 Alder Lake Graphics (32EU)
6118 product INTEL ADL_IGD_2 0x4682 Alder Lake Graphics (24EU)
6119 product INTEL ADL_IGD_8 0x4688 Alder Lake Graphics (32EU)
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp103 if (ExtractElementInst *EU = dyn_cast<ExtractElementInst>(U)) { in scalarizePHI() local
104 if (EI.getIndexOperand() == EU->getIndexOperand()) in scalarizePHI()
105 Extracts.push_back(EU); in scalarizePHI()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconv.d1266 enum EU : uint { a = 0, b = 1, c = 2 } // base type is unsigned
1272 foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))
1280 auto o = cast(EU) 5;
2603 enum EU { a, b, c }
2609 foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))
H A Dtraits.d5605 enum EU : uint { a = 0, b = 1, c = 2 } // base type is unsigned
5607 static assert(isIntegral!EU && isUnsigned!EU && !isSigned!EU);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconv.d1395 enum EU : uint { a = 0, b = 1, c = 2 } // base type is unsigned
1402 static foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))
1410 auto o = cast(EU) 5;
3055 enum EU { a, b, c }
3061 static foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/
H A Dexample.db1760 $ORIGIN EU.net.
1762 $ORIGIN USSR.EU.net.
1764 $ORIGIN RELCOM.EU.net.
1766 $ORIGIN AUSTRIA.EU.net.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dglm.md25 ;; EU: Execution Unit
H A Dslm.md25 ;; EU: Execution Unit
H A Datom.md34 ;; EU: Execution Unit
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dslm.md25 ;; EU: Execution Unit
H A Dglm.md25 ;; EU: Execution Unit
H A Datom.md34 ;; EU: Execution Unit
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td2266 It is composed of one or more execution units (EU), which are responsible for
2267 executing the wavefronts. An EU can have enough resources to maintain the state
2268 of more than one executing wavefront. This allows an EU to hide latency by
2270 CPU. In order to allow the state for multiple wavefronts to fit on an EU, the
2279 ``<min>`` parameter specifies the requested minimum number of waves per EU, and
2281 per EU (must be greater than ``<min>`` if specified). If ``<max>`` is omitted,
2282 then there is no restriction on the maximum number of waves per EU other than
2287 wavefronts that are capable of fitting within the resources of an EU. The AMDGPU
2291 ``<max>`` wavefronts are able to fit within the resources of an EU. Requesting
2299 for example, there may be wavefronts from other kernels executing on the EU.
/netbsd-src/share/terminfo/
H A Dterminfo840 kf20=\Ey, kf3=\ER, kf4=\ES, kf5=\ET, kf6=\EU, kf7=\EV, kf8=\EW,
887 kf6=\EU, kf7=\EV, kf8=\EW, kf9=\EX, khlp=\EH, khome=\EE,
906 kf6=\EU, kf7=\EV, kf8=\EW, kf9=\EX, khlp=\EH, khome=\EE,
7052 khts=\E1, kich1=\EQ, kil1=\EL, knp=\EU, kpp=\EV, krmir=\ER,
7104 kel=\EK, khts=\E1, kich1=\EQ, kil1=\EL, knp=\EU, kpp=\EV,
7133 bel=^G, blink=\EW, bold=\EU, civis=\EZ, clear=\EP\EE0;0;,
7151 %t\EU%;,
8453 kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV,
8957 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr,
9850 kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV, kri=\ET,
[all …]

12