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

Declarations

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  219   OperandMatchResultTy tryParseGPROperand(OperandVector &Operands);

References

gen/lib/Target/AArch64/AArch64GenAsmMatcher.inc
40650     return tryParseGPROperand<false, RegConstraintEqualityTy::EqualsSubReg>(Operands);
40652     return tryParseGPROperand<true>(Operands);
40654     return tryParseGPROperand<true>(Operands);
40656     return tryParseGPROperand<true>(Operands);
40658     return tryParseGPROperand<true>(Operands);
40660     return tryParseGPROperand<false, RegConstraintEqualityTy::EqualsSuperReg>(Operands);
40662     return tryParseGPROperand<true>(Operands);
40664     return tryParseGPROperand<true>(Operands);
40666     return tryParseGPROperand<true>(Operands);
40668     return tryParseGPROperand<true>(Operands);
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 3219   if (tryParseGPROperand<false>(Operands) == MatchOperand_Success)