Home | History | Annotate | Download | only in TableGen

Lines Matching refs:bitAttrs

1436   // We maintain BIT_WIDTH copies of the bitAttrs automaton.
1453 std::vector<bitAttr_t> bitAttrs;
1460 bitAttrs.push_back(ATTR_FILTERED);
1462 bitAttrs.push_back(ATTR_NONE);
1470 switch (bitAttrs[BitIndex]) {
1473 bitAttrs[BitIndex] = ATTR_ALL_UNSET;
1475 bitAttrs[BitIndex] = ATTR_ALL_SET;
1479 bitAttrs[BitIndex] = ATTR_MIXED;
1483 bitAttrs[BitIndex] = ATTR_MIXED;
1492 // The regionAttr automaton consumes the bitAttrs automatons' state,
1516 bitAttr_t bitAttr = bitAttrs[BitIndex];