Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp210 OperandMatchResultTy tryParseVectorIndex(OperandVector &Operands);
2956 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in tryParseNeonVectorRegister()
2960 AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex() function in AArch64AsmParser
3284 return tryParseVectorIndex(Operands) == MatchOperand_ParseFail; in parseNeonVectorList()
5496 OperandMatchResultTy Res = tryParseVectorIndex(Operands); in tryParseSVEDataVector()