Home | History | Annotate | Download | only in TableGen

Lines Matching defs:isVector

170   bool isVector() const { return NumVectors > 0; }
201 assert(isVector());
557 if (isVector())
1015 if (T.isHalf() && T.isVector() && !T.isScalarForMangling())
1211 if (!NewV.getType().isVector() || NewV.getType().getNumElements() == 1)
1223 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1338 if (CastToType.isVector()) {
1683 assert_with_loc(T.isVector(), "dup() used but default type is scalar!");