Home | History | Annotate | Download | only in TableGen

Lines Matching defs:isVector

173   bool isVector() const { return NumVectors > 0; }
212 assert(isVector());
568 if (isVector())
1034 if (T.isHalf() && T.isVector() && !T.isScalarForMangling())
1229 if (!NewV.getType().isVector() || NewV.getType().getNumElements() == 1)
1241 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1356 if (CastToType.isVector()) {
1690 assert_with_loc(T.isVector(), "dup() used but default type is scalar!");