Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3497 const auto &KindRes = in tryParseMatrixRegister() local
3499 if (!KindRes) in tryParseMatrixRegister()
3502 ElementWidth = KindRes->second; in tryParseMatrixRegister()
3535 if (!KindRes) in tryParseMatrixRegister()
3538 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()
4098 if (!KindRes) in tryParseNeonVectorRegister()
4101 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()
4183 if (!KindRes) in tryParseSVEPredicateVector()
4345 if (!KindRes) in tryParseMatrixTileList()
4348 ElementWidth = KindRes->second; in tryParseMatrixTileList()
[all …]