Searched refs:tryParseVectorIndex (Results 1 – 1 of 1) sorted by relevance
210 OperandMatchResultTy tryParseVectorIndex(OperandVector &Operands);2956 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in tryParseNeonVectorRegister()2960 AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser3284 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in parseNeonVectorList()5496 OperandMatchResultTy Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()