Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp278 ParseStatus tryParseSVEPredicateVector(OperandVector &Operands);
4201 tryParseSVEPredicateVector<RegKind::SVEPredicateAsCounter>(Operands); in tryParseSVEPredicateOrPredicateAsCounterVector()
4203 Status = tryParseSVEPredicateVector<RegKind::SVEPredicateVector>(Operands); in tryParseSVEPredicateOrPredicateAsCounterVector()
4210 AArch64AsmParser::tryParseSVEPredicateVector(OperandVector &Operands) { in tryParseSVEPredicateVector() function in AArch64AsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td946 let ParserMethod = "tryParseSVEPredicateVector<RegKind::SVEPredicateVector>";
987 let ParserMethod = "tryParseSVEPredicateVector<RegKind::SVEPredicateAsCounter>";