HomeSort by: relevance | last modified time | path
    Searched refs:EU (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPULDSUtils.cpp 59 for (Value::user_iterator EU = E->user_begin(); EU != E->user_end();
60 ++EU) {
61 if (Visited.insert(*EU).second) {
62 Stack.push_back(*EU);
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
named4.conf.j2 48 match-clients { geoip db country continent EU; };
  /src/sys/arch/hpc/conf/
platid.def 335 680EU -" 680 (European)"
339 690EU -" 690 (European)"
357 720EU -" 720 (European)"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
enum-type.exp 58 {DW_AT_name EU}
112 gdb_test "ptype enum EU" "type = enum EU {TWO = 2}" \
113 "ptype EU in enum C"
115 gdb_test "ptype enum EU" "type = enum EU : unsigned int {TWO = 2}" \
116 "ptype EU in C++"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
enum-type.exp 58 {DW_AT_name EU}
112 gdb_test "ptype enum EU" "type = enum EU {TWO = 2}" \
113 "ptype EU in enum C"
115 gdb_test "ptype enum EU" "type = enum EU : unsigned int {TWO = 2}" \
116 "ptype EU in C++"
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 2533 if (llvm::any_of(R->ExternalUses, [&](const BoUpSLP::ExternalUser &EU) {
2534 return EU.Scalar == V;
4389 for (ExternalUser &EU : ExternalUses) {
4391 if (!ExtractCostCalculated.insert(EU.Scalar).second)
4397 if (EphValues.count(EU.User))
4401 if (isa<FixedVectorType>(EU.Scalar->getType()))
4406 if (EU.User && isa<InsertElementInst>(EU.User)) {
4407 if (auto *FTy = dyn_cast<FixedVectorType>(EU.User->getType())) {
4408 Optional<int> InsertIdx = getInsertIndex(EU.User, 0)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 103 if (ExtractElementInst *EU = dyn_cast<ExtractElementInst>(U)) {
104 if (EI.getIndexOperand() == EU->getIndexOperand())
105 Extracts.push_back(EU);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 1395 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;
1411 assert(to! string(o) == "cast(EU)5"c);
1412 assert(to!wstring(o) == "cast(EU)5"w);
1413 assert(to!dstring(o) == "cast(EU)5"d);
3055 enum EU { a, b, c }
3061 static foreach (E; AliasSeq!(EB, EU, EI, EF, EC, ES))
traits.d 6248 enum EU : uint { a = 0, b = 1, c = 2 } // base type is unsigned
6251 static assert(isIntegral!EU && isUnsigned!EU && !isSigned!EU);
  /src/share/terminfo/
terminfo 839 kf15=\Et, kf16=\Eu, kf17=\Ev, kf18=\Ew, kf19=\Ex, kf2=\EQ,
840 kf20=\Ey, kf3=\ER, kf4=\ES, kf5=\ET, kf6=\EU, kf7=\EV, kf8=\EW,
858 kf15=\Et, kf16=\Eu, kf17=\Ev, kf18=\Ew, kf19=\Ex, kf2=\EOQ,
885 kf13=\Er, kf14=\Es, kf15=\Et, kf16=\Eu, kf17=\Ev, kf18=\Ew,
887 kf6=\EU, kf7=\EV, kf8=\EW, kf9=\EX, khlp=\EH, khome=\EE,
904 kf13=\Er, kf14=\Es, kf15=\Et, kf16=\Eu, kf17=\Ev, kf18=\Ew,
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;
    [all...]

Completed in 54 milliseconds