reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeEmitterGen.cpp
   91   for (; bit >= 0; ) {
   92     if (getVariableBit(VarName, BI, bit) != -1)
   95     --bit;
  100   if (bit < 0) return;
  173   for (int tmpBit = bit; tmpBit >= 0;) {
  196   for (; bit >= 0; ) {
  197     int varBit = getVariableBit(VarName, BI, bit);
  201       --bit;
  207     int beginInstBit = bit;
  210     for (--bit; bit >= 0;) {
  210     for (--bit; bit >= 0;) {
  211       varBit = getVariableBit(VarName, BI, bit);
  214       --bit;