Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3934 unsigned Reg, NextElementWidth; in tryParseMatrixTileList() local
3935 ParseRes = ParseMatrixTile(Reg, NextElementWidth); in tryParseMatrixTileList()
3940 if (ElementWidth != NextElementWidth) { in tryParseMatrixTileList()