Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp255 OperandMatchResultTy tryParseVectorIndex(OperandVector &Operands);
3643 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in tryParseNeonVectorRegister()
3647 AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser
4100 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in parseNeonVectorList()
6840 OperandMatchResultTy Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()