Lines Matching defs:WideVT

8929   EVT WideVT = EVT::getIntegerVT(Context, WideNumBits);
8930 if (WideVT != MVT::i16 && WideVT != MVT::i32 && WideVT != MVT::i64)
8984 if (SourceValue.getScalarValueSizeInBits() < WideVT.getScalarSizeInBits())
9014 bool Allowed = TLI.allowsMemoryAccess(Context, Layout, WideVT,
9048 if (WideVT != SourceValue.getValueType()) {
9051 SourceValue = DAG.getNode(ISD::TRUNCATE, DL, WideVT, SourceValue);
9058 SourceValue = DAG.getNode(ISD::BSWAP, DL, WideVT, SourceValue);
9061 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT);
9062 SourceValue = DAG.getNode(ISD::ROTR, DL, WideVT, SourceValue, RotAmt);
10243 EVT WideVT = LeftOp.getValueType();
10245 assert((WideVT == RightOp.getValueType()) &&
10250 if (WideVT.getScalarSizeInBits() != 2 * NarrowVTSize)
10280 return DAG.getExtOrTrunc(IsSigned, Result, DL, WideVT);
12372 EVT WideVT = N1.getValueType().changeVectorElementTypeToInteger();
12375 unsigned WideWidth = WideVT.getScalarSizeInBits();
12380 TLI.isLoadExtLegalOrCustom(LoadExtOpcode, WideVT, NarrowVT) &&
12381 TLI.isOperationLegalOrCustom(ISD::SETCC, WideVT)) {
12387 SDValue WideLHS = DAG.getNode(ExtOpcode, DL, WideVT, LHS);
12388 SDValue WideRHS = DAG.getNode(ExtOpcode, DL, WideVT, RHS);
12389 EVT WideSetCCVT = getSetCCResultType(WideVT);
24627 EVT WideVT = N0.getValueType();
24628 if (!NarrowVT.isFixedLengthVector() || !WideVT.isFixedLengthVector())
24650 int WideNumElts = WideVT.getVectorNumElements();
24703 // How many elements into the WideVT does this subvector start?
24706 if (!TLI.isExtractSubvectorCheap(NarrowVT, WideVT, Index))
24738 if (TLI.isShuffleMaskLegal(WideShuffleVector->getMask(), WideVT) &&
24747 // How many elements into the WideVT does this subvector start?