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

References

gen/lib/Target/Sparc/SparcGenAsmMatcher.inc
 4140   if (Operands.size() > 7) {
 4149   StringRef Mnemonic = ((SparcOperand&)*Operands[0]).getToken();
 4194       if (ActualIdx < Operands.size())
 4196                         Operands[ActualIdx]->print(dbgs()); dbgs() << "): ");
 4199       if (ActualIdx >= Operands.size()) {
 4205       MCParsedAsmOperand &Actual = *Operands[ActualIdx];
 4280     if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) {
 4292       convertToMapAndConstraints(it->ConvertFn, Operands);
 4293       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 4301     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 4315     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))