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.cpp3526 const auto &KindRes = in tryParseMatrixRegister() local
3528 if (!KindRes) in tryParseMatrixRegister()
3531 ElementWidth = KindRes->second; in tryParseMatrixRegister()
3563 const auto &KindRes = parseVectorKind(Tail, RegKind::Matrix); in tryParseMatrixRegister() local
3564 if (!KindRes) in tryParseMatrixRegister()
3567 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()
4125 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() local
4126 if (!KindRes) in tryParseNeonVectorRegister()
4129 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()
4219 const auto &KindRes = parseVectorKind(Kind, RK); in tryParseSVEPredicateVector() local
[all …]