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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1040 template <unsigned Class> bool isSVEVectorReg() const { function in class:__anon2053::AArch64Operand
1070 if (isSVEVectorReg<Class>() && (Reg.ElementWidth == ElementWidth))
1081 if (isSVEVectorReg<Class>() && Reg.ElementWidth == ElementWidth)

Completed in 119 milliseconds