Searched refs:KindRes (Results 1 – 1 of 1) sorted by relevance
3526 const auto &KindRes = in tryParseMatrixRegister() local3528 if (!KindRes) in tryParseMatrixRegister()3531 ElementWidth = KindRes->second; in tryParseMatrixRegister()3563 const auto &KindRes = parseVectorKind(Tail, RegKind::Matrix); in tryParseMatrixRegister() local3564 if (!KindRes) in tryParseMatrixRegister()3567 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()4125 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() local4126 if (!KindRes) in tryParseNeonVectorRegister()4129 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()4219 const auto &KindRes = parseVectorKind(Kind, RK); in tryParseSVEPredicateVector() local[all …]