Home
last modified time | relevance | path

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

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