Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MVT

550 static void printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) {
1040 SequenceToOffsetTable<SmallVector<MVT::SimpleValueType, 4> > VTSeqs;
1044 OS << "\nstatic const MVT::SimpleValueType VTLists[] = {\n";
1045 VTSeqs.emit(OS, printSimpleValueType, "MVT::Other");