Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp682 assert(isMatrixTileList() && "Invalid access!"); in getMatrixTileListRegMask()
1238 bool isMatrixTileList() const { return Kind == k_MatrixTileList; } in isMatrixTileList() function in __anon730428320111::AArch64Operand
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.td1808 let PredicateMethod = "isMatrixTileList";