Searched refs:tryParseVectorIndex (Results 1 – 1 of 1) sorted by relevance
276 ParseStatus tryParseVectorIndex(OperandVector &Operands);4249 return tryParseVectorIndex(Operands).isFailure(); in tryParseNeonVectorRegister()4252 ParseStatus AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser4340 ParseStatus ResIndex = tryParseVectorIndex(Operands); in tryParseSVEPredicateVector()4731 return tryParseVectorIndex(Operands).isFailure(); in parseNeonVectorList()8492 ParseStatus Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()