Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td930 let ParserMethod = "tryParseSVEDataVector<false, "
1088 let ParserMethod = "tryParseSVEDataVector<true, true>";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp255 OperandMatchResultTy tryParseSVEDataVector(OperandVector &Operands);
6222 AArch64AsmParser::tryParseSVEDataVector(OperandVector &Operands) { in tryParseSVEDataVector() function in AArch64AsmParser