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

References

gen/lib/Target/BPF/BPFGenAsmMatcher.inc
  903   if (Operands.size() > 13) {
  913   if (Operands[0]->isToken())
  914     Mnemonic = ((BPFOperand&)*Operands[0]).getToken();
  957       if (ActualIdx < Operands.size())
  959                         Operands[ActualIdx]->print(dbgs()); dbgs() << "): ");
  962       if (ActualIdx >= Operands.size()) {
  968       MCParsedAsmOperand &Actual = *Operands[ActualIdx];
 1043     if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) {
 1055       convertToMapAndConstraints(it->ConvertFn, Operands);
 1056       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 1064     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 1078     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))