Searched refs:KindRes (Results 1 – 1 of 1) sorted by relevance
3496 const auto &KindRes = in tryParseMatrixRegister() local3498 if (!KindRes) { in tryParseMatrixRegister()3503 ElementWidth = KindRes->second; in tryParseMatrixRegister()3535 const auto &KindRes = parseVectorKind(Tail, RegKind::Matrix); in tryParseMatrixRegister() local3536 if (!KindRes) { in tryParseMatrixRegister()3540 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()4092 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() local4093 if (!KindRes) in tryParseNeonVectorRegister()4096 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()4181 const auto &KindRes = parseVectorKind(Kind, RK); in tryParseSVEPredicateVector() local[all …]