Searched refs:tryParseVectorIndex (Results 1 – 1 of 1) sorted by relevance
267 OperandMatchResultTy tryParseVectorIndex(OperandVector &Operands);4106 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in tryParseNeonVectorRegister()4110 AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser4192 OperandMatchResultTy ResIndex = tryParseVectorIndex(Operands); in tryParseSVEPredicateVector()4585 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in parseNeonVectorList()7810 OperandMatchResultTy Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()