Lines Matching defs:isVector
1863 if (!VT.isVector())
3094 if (VT.isVector())
5305 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
5309 if (isVector) {
7301 if (!ArgVT.isVector() && !ValVT.isVector() && ArgVT.isInteger() &&
7320 assert(ValVT.isVector() && "Unexpected Custom MemLoc type.");
7331 assert(VA.getValVT().isVector() &&
7363 else if (VA.getValVT().isFloatingPoint() && !VA.getValVT().isVector()) {
7374 } else if (VA.getValVT().isVector()) {
7730 if (VA.isMemLoc() && VA.needsCustom() && ValVT.isVector()) {
8085 if (Op.getValueType().isVector())
8110 if (Op.getOperand(1).getValueType().isVector())
8163 assert(TrgVT.isVector() && "Vector type expected.");
8732 assert(VecVT.isVector() && "Expected a vector type.");
8824 if (OutVT.isVector() && OutVT.isFloatingPoint() &&
12262 if (!N->getValueType(0).isVector())
16399 if (LD->isUnindexed() && VT.isVector() &&
17168 if (Subtarget.hasAltivec() && VT.isVector())
17185 if (VT.isVector())
17796 if (VT.isFloatingPoint() && !VT.isVector() &&
17800 if (VT.getSimpleVT().isVector()) {
18127 if (VT.isVector() && TLI.isOperationLegal(Opcode, VT) &&
18409 return IsAddOne && IsNeg ? VT.isVector() : true;
18718 } else if (MemVT.isVector() && !MemVT.isFloatingPoint()) { // Integer vectors.
18731 else if (MemVT == MVT::f128 || MemVT.isVector())