Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h584 enum SMEMatrixType { enum
H A DSMEInstrFormats.td52 let SMEMatrixType = za_flag;
60 let SMEMatrixType = za_flag;
68 let SMEMatrixType = za_flag;
76 let SMEMatrixType = za_flag;
339 let SMEMatrixType = za_flag;
815 let SMEMatrixType = za_flag;
H A DAArch64InstrFormats.td79 SMEMatrixTypeEnum SMEMatrixType = SMEMatrixNone;
82 let TSFlags{13-11} = SMEMatrixType.Value;
H A DAArch64ISelLowering.cpp2743 uint64_t SMEMatrixType = in EmitInstrWithCustomInserter() local
2745 switch (SMEMatrixType) { in EmitInstrWithCustomInserter()