Lines Matching refs:MVT
32 static inline bool isInteger(MVT::SimpleValueType VT) {
35 static inline bool isFloatingPoint(MVT::SimpleValueType VT) {
38 static inline bool isVector(MVT::SimpleValueType VT) {
41 static inline bool isScalar(MVT::SimpleValueType VT) {
45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
46 if (VT == MVT::iAny)
48 else if (VT == MVT::fAny)
50 else if (VT == MVT::vAny)
53 assert((VT < MVT::LAST_VALUETYPE || VT == MVT::iPTR ||
54 VT == MVT::iPTRAny) && "Not a concrete type!");
60 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) {
65 assert(VTList[0] != MVT::iAny && VTList[0] != MVT::vAny &&
66 VTList[0] != MVT::fAny);
76 bool (*Pred)(MVT::SimpleValueType),
79 ArrayRef<MVT::SimpleValueType> LegalTypes =
140 // Strip off MVT:: prefix if present.
141 if (VTName.substr(0,5) == "MVT::")
169 case MVT::iPTR:
170 case MVT::iPTRAny:
191 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
197 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) &&
419 MVT::SimpleValueType SmallestInt = MVT::LAST_VALUETYPE;
429 MVT::SimpleValueType SmallestFP = MVT::LAST_VALUETYPE;
441 for (SmallVectorImpl<MVT::SimpleValueType>::iterator TVI =
477 MVT::SimpleValueType LargestInt = MVT::Other;
487 MVT::SimpleValueType LargestFP = MVT::Other;
499 for (SmallVectorImpl<MVT::SimpleValueType>::iterator TVI =
561 MVT::SimpleValueType VT = VTOperand.getConcrete();
753 Child->getType(0) != MVT::Other)
809 if (x.SDTCisVT_Info.VT == MVT::isVoid)
886 return NodeToApply->UpdateNodeType(ResNo, MVT::iPTR, TP);
913 MVT::SimpleValueType VT =
977 return UpdateNodeType(ResNo, MVT::iPTR, TP);
1045 /// MVT::SimpleValueType. Otherwise, return EEVT::Other.
1046 MVT::SimpleValueType SDNodeInfo::getKnownType(unsigned ResNo) const {
1062 return MVT::iPTR;
1065 return MVT::Other;
1114 if (InstInfo.HasOneImplicitDefWithKnownVT(CDP.getTargetInfo()) !=MVT::Other)
1352 return EEVT::TypeSet(MVT::i32, TP);
1383 // An unnamed VTSDNode represents itself as an MVT::Other immediate.
1388 return EEVT::TypeSet(MVT::Other, TP);
1402 return EEVT::TypeSet(MVT::Other, TP);
1414 return EEVT::TypeSet(MVT::iPTR, TP);
1424 return EEVT::TypeSet(MVT::Other, TP);
1521 MVT::SimpleValueType VT = getType(0);
1522 if (VT == MVT::iPTR || VT == MVT::iPTRAny)
1589 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP);
1594 MVT::SimpleValueType OpVT = Int->IS.ParamVTs[i];
1639 MVT::SimpleValueType VT =
1642 if (VT != MVT::Other)
3224 // what actual MVT is used. This is actually a bug in our modelling: