Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3170 if (!KindRes) { in tryParseMatrixRegister()
3174 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()
3637 if (!KindRes) in tryParseNeonVectorRegister()
3640 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()
3726 if (!KindRes) in tryParseSVEPredicateVector()
3729 unsigned ElementWidth = KindRes->second; in tryParseSVEPredicateVector()
3878 const Optional<std::pair<int, int>> &KindRes = in tryParseMatrixTileList() local
3880 if (!KindRes) { in tryParseMatrixTileList()
3884 ElementWidth = KindRes->second; in tryParseMatrixTileList()
6996 if (!KindRes) in tryParseSVEDataVector()
[all …]