Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isVector

38 static inline bool isVector(MVT::SimpleValueType VT) {
39 return EVT(VT).isVector();
42 return !EVT(VT).isVector();
127 if (isVector(TypeVec[i]))
320 return FillWithPossibleTypes(TP, isVector, "vector");
327 if (!isVector(TypeVec[i])) {
567 assert(isVector(TypeVec[i]) && "EnforceVector didn't work");