Home | History | Annotate | Download | only in TableGen

Lines Matching refs:mixed

271   bool Mixed; // a mixed region contains both set and unset bits
308 bool mixed);
511 unsigned numBit, bool mixed);
541 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
549 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits),
550 Mixed(mixed) {
1076 unsigned numBit, bool mixed) {
1138 // States: NONE, FILTERED, ALL_SET, ALL_UNSET, and MIXED.
1144 // (ALL_SET) ---- _ ----> (MIXED)
1145 // (ALL_UNSET) -- [01] -> (MIXED)
1147 // (MIXED) ------ . ----> (MIXED)
1193 // States: NONE, ALL_SET, MIXED
1199 // (NONE) ----- M --> (MIXED) ; and set region start
1203 // (ALL_SET) -- M --> (MIXED) ; and report an ALL_SET region
1204 // (MIXED) ---- F --> (NONE) ; and report a MIXED region
1205 // (MIXED) ---- S --> (ALL_SET) ; and report a MIXED region
1206 // (MIXED) ---- U --> (NONE) ; and report a MIXED region
1207 // (MIXED) ---- M --> (MIXED)
1286 // At the end, if we're still in ALL_SET or MIXED states, report a region
1343 // Then regions of mixed bits (both known and unitialized bit values allowed).