Lines Matching refs:isVector
681 assert(!VT.isVector() && (VT.isInteger() || VT.isFloatingPoint()) && in VerifySDNode()
694 assert(N->getValueType(0).isVector() && "Wrong return type!"); in VerifySDNode()
1029 assert(!VT.isVector() && in getZeroExtendInReg()
1042 assert(VT.isVector() && "This DAG node is restricted to vector types."); in getAnyExtendVectorInReg()
1053 assert(VT.isVector() && "This DAG node is restricted to vector types."); in getSignExtendVectorInReg()
1064 assert(VT.isVector() && "This DAG node is restricted to vector types."); in getZeroExtendVectorInReg()
1123 if (VT.isVector() && TLI->getTypeAction(*getContext(), EltVT) == in getConstant()
1135 else if (NewNodesMustHaveLegalTypes && VT.isVector() && in getConstant()
1187 if (!VT.isVector()) in getConstant()
1197 if (VT.isVector()) in getConstant()
1228 if (!VT.isVector()) in getConstantFP()
1238 if (VT.isVector()) in getConstantFP()
1811 if (OpTy == ShTy || OpTy.isVector()) return Op; in getShiftAmountOperand()
2004 if (Op.getValueType().isVector()) in SignBitIsZero()
2136 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in computeKnownBits()
2627 if (TLI->getBooleanContents(Op.getValueType().isVector(), false) == in ComputeNumSignBits()
3059 assert((!VT.isVector() || in getNode()
3072 assert((!VT.isVector() || in getNode()
3088 assert((!VT.isVector() || in getNode()
3105 assert((!VT.isVector() || in getNode()
3130 assert((!VT.isVector() || in getNode()
3176 assert(VT.isVector() && !Operand.getValueType().isVector() && in getNode()
3313 assert((!Folded || !VT.isVector()) && in FoldConstantArithmetic()
3380 if (!VT.isVector()) in FoldConstantVectorArithmetic()
3386 return !Op.getValueType().isVector() || in FoldConstantVectorArithmetic()
3576 assert((!VT.isVector() || VT == N2.getValueType()) && in getNode()
3599 assert(EVT.isVector() == VT.isVector() && in getNode()
3602 assert((!EVT.isVector() || in getNode()
3623 assert(!EVT.isVector() && in getNode()
3635 assert(EVT.isVector() == VT.isVector() && in getNode()
3638 assert((!EVT.isVector() || in getNode()
3735 assert(!N1.getValueType().isVector() && !VT.isVector() && in getNode()
3756 assert(VT.isVector() && N1.getValueType().isVector() && in getNode()
3856 if (!VT.isVector()) in getNode()
3895 if (!VT.isVector()) in getNode()
3901 if (!VT.isVector()) in getNode()
3986 assert(VT.isVector() && N1.getValueType().isVector() && in getNode()
3987 N2.getValueType().isVector() && in getNode()
4120 else if (VT.isVector()) { in getMemsetStringVal()
4131 assert(!VT.isVector() && "Can't handle vector type here!"); in getMemsetStringVal()
4237 if (VT.isVector() || VT.isFloatingPoint()) { in FindOptimalMemOpLowering()
4370 (isZeroStr || (VT.isInteger() && !VT.isVector()))) { in getMemcpyLoadsAndStores()
4573 if (!LargestVT.isVector() && !VT.isVector() && in getMemsetStores()
5098 assert(VT.isVector() == MemVT.isVector() && in getLoad()
5100 assert((!VT.isVector() || in getLoad()
5276 assert(VT.isVector() == SVT.isVector() && in getTruncStore()
5278 assert((!VT.isVector() || in getTruncStore()
6912 if (OperandVT.isVector()) { in UnrollVectorOp()
7063 if (!VT.isVector()) { in GetSplitDestVTs()
7126 assert(VT.isVector() && "Expected a vector type"); in isConstantSplat()