Home | History | Annotate | Download | only in ARM

Lines Matching refs:isVector

1112   if (!VT.isVector()) return getPointerTy();
1153 if (VT.isFloatingPoint() || VT.isVector())
3436 if (VT.isVector())
3490 if (VT.isVector())
3716 assert(VT.isVector() && "Expected a vector type");
3937 if (!VT.isVector())
8404 if (Subtarget->hasNEON() && N1.getOpcode() == ISD::AND && VT.isVector() &&
8668 if (St->isTruncatingStore() && VT.isVector()) {
9299 if (!Subtarget->hasNEON() || !Op.getValueType().isVector() ||
9351 if (!Subtarget->hasNEON() || !N->getValueType(0).isVector() ||
9411 assert(VT.isVector() && "vector shift count is not a vector type");
9426 assert(VT.isVector() && "vector shift count is not a vector type");
9619 if (!VT.isVector() || !TLI.isTypeLegal(VT))