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

References

gen/lib/Target/AVR/AVRGenAsmMatcher.inc
 1263   if (Operands.size() > 4) {
 1272   StringRef Mnemonic = ((AVROperand&)*Operands[0]).getToken();
 1314       if (ActualIdx < Operands.size())
 1316                         Operands[ActualIdx]->print(dbgs()); dbgs() << "): ");
 1319       if (ActualIdx >= Operands.size()) {
 1325       MCParsedAsmOperand &Actual = *Operands[ActualIdx];
 1400     if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) {
 1412       convertToMapAndConstraints(it->ConvertFn, Operands);
 1413       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 1421     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 1435     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))