Home
last modified time | relevance | path

Searched refs:tryParseVectorIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp268 ParseStatus tryParseVectorIndex(OperandVector &Operands);
4111 return tryParseVectorIndex(Operands).isFailure(); in tryParseNeonVectorRegister()
4114 ParseStatus AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser
4193 ParseStatus ResIndex = tryParseVectorIndex(Operands); in tryParseSVEPredicateVector()
4563 return tryParseVectorIndex(Operands).isFailure(); in parseNeonVectorList()
7875 ParseStatus Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()