Searched refs:Bit0 (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/unittests/TableGen/ |
| H A D | EnumsGenTest.cpp | 70 EXPECT_EQ(1u, static_cast<uint32_t>(BitEnumWithNone::Bit0)); in TEST() 79 EXPECT_EQ(stringifyBitEnumWithNone(BitEnumWithNone::Bit0), "Bit0"); in TEST() 93 EXPECT_EQ(symbolizeBitEnumWithNone("Bit0"), BitEnumWithNone::Bit0); in TEST() 96 BitEnumWithNone::Bit3 | BitEnumWithNone::Bit0); in TEST() 105 EXPECT_EQ(stringifyBitEnumWithGroup(BitEnumWithGroup::Bit0), "Bit0"); in TEST() 111 BitEnumWithGroup::Bit0 | BitEnumWithGroup::Bit1 | in TEST() 121 BitEnumWithGroup::Bit3 | BitEnumWithGroup::Bit0); in TEST() 129 EXPECT_EQ(stringifyBitEnumPrimaryGroup(BitEnumPrimaryGroup::Bit0 | in TEST() 133 EXPECT_EQ(stringifyBitEnumPrimaryGroup(BitEnumPrimaryGroup::Bit0 | in TEST() 146 BitEnumWithNone::Bit0)); in TEST() [all …]
|
| H A D | enums.td | 28 def Bit0 : I32BitEnumAttrCaseBit<"Bit0", 0>; 36 [NoBits, Bit0, Bit3]> { 41 [Bit0, Bit3]>; 44 [Bit0, Bit1, Bit2, Bit3]>; 51 [Bit0, Bit1, Bit2, Bit3, Bit4, Bits0To3]> { 56 [Bit0, Bit1, Bit2, Bit3, Bit4, Bit5,
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | OpDefinitions.md | 1396 def Bit0: BitEnumAttrCaseBit<"Bit0", 0>; 1402 [None, Bit0, Bit1, Bit2, Bit3]>; 1411 Bit0 = 1, 1459 if (1u == (1u & val)) { strs.push_back("Bit0"); } 1477 .Case("Bit0", 1)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | type-traits.cpp | 266 struct Bit0 { int : 0; }; struct 284 { int arr[T(__is_empty(Bit0))]; } in is_empty()
|