Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RA

353   void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
925 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit,
927 if (RA == ATTR_MIXED && AllowMixed)
929 else if (RA == ATTR_ALL_SET && !AllowMixed)
1048 bitAttr_t RA = ATTR_NONE;
1056 switch (RA) {
1063 RA = ATTR_ALL_SET;
1069 RA = ATTR_MIXED;
1078 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1079 RA = ATTR_NONE;
1084 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1085 RA = ATTR_NONE;
1088 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1090 RA = ATTR_MIXED;
1099 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1101 RA = ATTR_NONE;
1104 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1106 RA = ATTR_ALL_SET;
1109 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1110 RA = ATTR_NONE;
1126 switch (RA) {
1132 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1137 reportRegion(RA, StartBit, BitIndex, AllowMixed);