Searched refs:KindRes (Results 1 – 1 of 1) sorted by relevance
3590 const auto &KindRes = in tryParseMatrixRegister() local3592 if (!KindRes) in tryParseMatrixRegister()3595 ElementWidth = KindRes->second; in tryParseMatrixRegister()3627 const auto &KindRes = parseVectorKind(Tail, RegKind::Matrix); in tryParseMatrixRegister() local3628 if (!KindRes) in tryParseMatrixRegister()3631 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()4235 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() local4236 if (!KindRes) in tryParseNeonVectorRegister()4239 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()4329 const auto &KindRes = parseVectorKind(Kind, RK); in tryParseSVEPredicateVector() local[all …]