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

References

gen/lib/Target/RISCV/RISCVGenAsmMatcher.inc
 2396   if (Operands.size() > 6) {
 2405   StringRef Mnemonic = ((RISCVOperand&)*Operands[0]).getToken();
 2450       if (ActualIdx < Operands.size())
 2452                         Operands[ActualIdx]->print(dbgs()); dbgs() << "): ");
 2455       if (ActualIdx >= Operands.size()) {
 2461       MCParsedAsmOperand &Actual = *Operands[ActualIdx];
 2536     if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) {
 2548       convertToMapAndConstraints(it->ConvertFn, Operands);
 2549       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 2557     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 2571     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))