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

References

lib/Target/BPF/AsmParser/BPFAsmParser.cpp
  459     Operands.push_back(BPFOperand::createReg(RegNo, NameLoc, E));
  461     Operands.push_back(BPFOperand::createToken(Name, NameLoc));
  467     if (parseOperandAsOperator(Operands) == MatchOperand_Success)
  471     if (parseRegister(Operands) == MatchOperand_Success)
  475     if (parseImmediate(Operands) != MatchOperand_Success) {