Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ElementKind

181     unsigned ElementKind;
901 !VectorList.ElementKind;
904 template <unsigned NumRegs, unsigned NumElements, char ElementKind>
910 if (VectorList.ElementKind != ElementKind)
1599 char ElementKind, SMLoc S, SMLoc E, MCContext &Ctx) {
1604 Op->VectorList.ElementKind = ElementKind;
1848 char &ElementKind) {
1851 ElementKind = Name.lower()[Name.size() - 1];
2889 char ElementKind = 0;
2891 parseValidVectorKind(Kind, NumElements, ElementKind);
2894 FirstReg, Count, NumElements, ElementKind, S, getLoc(), getContext()));