Lines Matching defs:getConstVector

3939 static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG,
3969 static SDValue getConstVector(ArrayRef<APInt> Bits, const APInt &Undefs,
4010 static SDValue getConstVector(ArrayRef<APInt> Bits, MVT VT,
4013 return getConstVector(Bits, Undefs, VT, DAG, dl);
5330 getConstVector(EltBits, UndefElts, VT, DAG, DL));
12537 SDValue BitMask = getConstVector(Bits, VT, DAG, DL);
14407 MaskNode = getConstVector(AdjustedMask, MaskVT, DAG, DL, true);
14410 MaskNode = getConstVector(Mask, MaskVT, DAG, DL, true);
14657 SDValue MaskNode = getConstVector(Mask, MVT::v16i8, DAG, DL, true);
16425 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
16429 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
16593 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
17154 SDValue VPermMask = getConstVector(Mask, MVT::v16i32, DAG, DL, true);
30504 SDValue Mask = getConstVector(LUT, Undefs, VT, DAG, dl);
40015 SDValue VPermMask = getConstVector(Mask, IntMaskVT, DAG, DL, true);
40104 SDValue BitMask = getConstVector(EltBits, UndefElts, MaskVT, DAG, DL);
40159 SDValue VPerm2MaskOp = getConstVector(VPerm2Idx, IntMaskVT, DAG, DL, true);
40703 SDValue CstOp = getConstVector(ConstantBitData, UndefElts, MaskVT, DAG, DL);
42493 SDValue NewMask = getConstVector(Mask, MaskVT, DAG, DL,
42510 SDValue NewMask = getConstVector(Mask, MaskVT, DAG, DL,
42520 getConstVector(Mask, MaskVT, DAG, DL, /*IsMask=*/true);
47100 // getConstVector sets negative shuffle mask values as undef, so ensure
47111 getConstVector(LHSMask, SimpleVT, DAG, DL, true));
47113 getConstVector(RHSMask, SimpleVT, DAG, DL, true));
47606 SDValue ShlAmt = getConstVector(ShlVals, VT.getSimpleVT(), DAG, DL);
49739 return getConstVector(Bits, Undefs, VT.getSimpleVT(), DAG, SDLoc(N));
50023 return getConstVector(EltBits, UndefElts, VT.getSimpleVT(), DAG, SDLoc(N));
54767 return getConstVector(ResultBits, VT, DAG, DL);
54778 SDValue Not = getConstVector(EltBits0, VT, DAG, DL);
57357 return getConstVector(Results, LHSUndefs | RHSUndefs, VT, DAG, DL);
57358 return getConstVector(Results, VT, DAG, DL);
57679 SDValue Mask = getConstVector(ConcatMask, IntMaskVT, DAG, DL, true);
57713 SDValue Mask = getConstVector(ConcatMask, IntMaskVT, DAG, DL, true);
58862 return getConstVector(Result, VT, DAG, SDLoc(N));