Home
last modified time | relevance | path

Searched refs:KindRes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3590 const auto &KindRes = in tryParseMatrixRegister() local
3592 if (!KindRes) in tryParseMatrixRegister()
3595 ElementWidth = KindRes->second; in tryParseMatrixRegister()
3627 const auto &KindRes = parseVectorKind(Tail, RegKind::Matrix); in tryParseMatrixRegister() local
3628 if (!KindRes) in tryParseMatrixRegister()
3631 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()
4235 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() local
4236 if (!KindRes) in tryParseNeonVectorRegister()
4239 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()
4329 const auto &KindRes = parseVectorKind(Kind, RK); in tryParseSVEPredicateVector() local
[all …]