Searched refs:tryParseVectorIndex (Results 1 – 1 of 1) sorted by relevance
249 OperandMatchResultTy tryParseVectorIndex(OperandVector &Operands);3257 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in tryParseNeonVectorRegister()3261 AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser3594 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in parseNeonVectorList()6248 OperandMatchResultTy Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()