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

References

utils/TableGen/X86RecognizableInstr.cpp
  377   while (operandMapping[operandIndex] != operandIndex) {
  377   while (operandMapping[operandIndex] != operandIndex) {
  378     Spec->operands[operandIndex].encoding = ENCODING_DUP;
  379     Spec->operands[operandIndex].type =
  380       (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
  381     ++operandIndex;
  384   StringRef typeName = (*Operands)[operandIndex].Rec->getName();
  389   Spec->operands[operandIndex].encoding = encoding;
  390   Spec->operands[operandIndex].type = typeFromString(typeName,
  393   ++operandIndex;