Lines Matching defs:isVector
1846 if (!VT.isVector())
3078 if (VT.isVector())
5289 bool isTailCall, bool isVector, SmallVectorImpl<SDValue> &MemOpChains,
5293 if (isVector) {
7260 assert(ValVT.isVector() && "Unexpected Custom MemLoc type.");
7271 assert(VA.getValVT().isVector() &&
7303 else if (VA.getValVT().isFloatingPoint() && !VA.getValVT().isVector()) {
7314 } else if (VA.getValVT().isVector()) {
7670 if (VA.isMemLoc() && VA.needsCustom() && ValVT.isVector()) {
8024 if (Op.getValueType().isVector())
8049 if (Op.getOperand(1).getValueType().isVector())
8102 assert(TrgVT.isVector() && "Vector type expected.");
8693 assert(VecVT.isVector() && "Expected a vector type.");
8785 if (OutVT.isVector() && OutVT.isFloatingPoint() &&
11969 if (!N->getValueType(0).isVector())
16064 if (LD->isUnindexed() && VT.isVector() &&
16834 if (Subtarget.hasAltivec() && VT.isVector())
16851 if (VT.isVector())
17455 if (VT.isFloatingPoint() && !VT.isVector() &&
17459 if (VT.getSimpleVT().isVector()) {
17786 if (VT.isVector() && TLI.isOperationLegal(Opcode, VT) &&
18068 return IsAddOne && IsNeg ? VT.isVector() : true;
18377 } else if (MemVT.isVector() && !MemVT.isFloatingPoint()) { // Integer vectors.
18390 else if (MemVT == MVT::f128 || MemVT.isVector())