Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h643 enum SMEMatrixType { enum
H A DSMEInstrFormats.td65 let SMEMatrixType = za_flag;
73 let SMEMatrixType = za_flag;
81 let SMEMatrixType = za_flag;
89 let SMEMatrixType = za_flag;
96 let SMEMatrixType = za_flag;
103 let SMEMatrixType = za_flag;
424 let SMEMatrixType = za_flag;
882 let SMEMatrixType = za_flag;
H A DAArch64InstrFormats.td79 SMEMatrixTypeEnum SMEMatrixType = SMEMatrixNone;
82 let TSFlags{13-11} = SMEMatrixType.Value;
H A DAArch64ISelLowering.cpp2851 uint64_t SMEMatrixType = in EmitInstrWithCustomInserter() local
2853 switch (SMEMatrixType) { in EmitInstrWithCustomInserter()