Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1152 let ParserMethod = "tryParseSVEDataVector<false, "
1531 let ParserMethod = "tryParseSVEDataVector<true, true>";
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp276 ParseStatus tryParseSVEDataVector(OperandVector &Operands);
7936 ParseStatus AArch64AsmParser::tryParseSVEDataVector(OperandVector &Operands) { in tryParseSVEDataVector() function in AArch64AsmParser