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

References

utils/TableGen/X86RecognizableInstr.cpp
   69   Spec = &tables.specForUID(UID);
  378     Spec->operands[operandIndex].encoding = ENCODING_DUP;
  379     Spec->operands[operandIndex].type =
  389   Spec->operands[operandIndex].encoding = encoding;
  390   Spec->operands[operandIndex].type = typeFromString(typeName,
  398   Spec->name       = Name;
  400   Spec->insnContext = insnContext();