Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1162 template <unsigned Class> bool isSVEVectorReg() const { in isSVEVectorReg() function in __anone48315620111::AArch64Operand
1192 if (isSVEVectorReg<Class>() && (Reg.ElementWidth == ElementWidth)) in isSVEPredicateVectorRegOfWidth()
1203 if (isSVEVectorReg<Class>() && Reg.ElementWidth == ElementWidth) in isSVEDataVectorRegOfWidth()