Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4404 unsigned Reg, NextElementWidth; in tryParseMatrixTileList() local
4405 ParseRes = ParseMatrixTile(Reg, NextElementWidth); in tryParseMatrixTileList()
4410 if (ElementWidth != NextElementWidth) { in tryParseMatrixTileList()