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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 8082     ErrorInfo = 9;
 8099   ErrorInfo = ~0ULL;
 8140         if (!OperandsValid) ErrorInfo = ActualIdx;
 8177           (it == MnemonicRange.first || ErrorInfo <= ActualIdx)) {
 8178         if (HasRequiredFeatures && (ErrorInfo != ActualIdx || Diag != Match_InvalidOperand))
 8180         ErrorInfo = ActualIdx;
 8231       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 8253     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 8266   ErrorInfo = 0;