Searched refs:tryParseVectorIndex (Results 1 – 1 of 1) sorted by relevance
268 ParseStatus tryParseVectorIndex(OperandVector &Operands);4139 return tryParseVectorIndex(Operands).isFailure(); in tryParseNeonVectorRegister()4142 ParseStatus AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser4230 ParseStatus ResIndex = tryParseVectorIndex(Operands); in tryParseSVEPredicateVector()4600 return tryParseVectorIndex(Operands).isFailure(); in parseNeonVectorList()7962 ParseStatus Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()