Home | History | Annotate | Download | only in TableGen

Lines Matching refs:MVT

24 /// have different associated types, return MVT::Other.
25 static MVT::SimpleValueType getRegisterValueType(Record *R,
28 MVT::SimpleValueType VT = MVT::Other;
614 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
622 AddMatcher(new EmitStringIntegerMatcher(Value, MVT::i32));
797 SmallVector<MVT::SimpleValueType, 4> ResultVTs;
810 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)
861 if (ResultVTs[i] == MVT::Other || ResultVTs[i] == MVT::Glue) break;
935 if (II.HasOneImplicitDefWithKnownVT(CGT) != MVT::Other)