Lines Matching defs:getConstVector

3786 static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG,
3816 static SDValue getConstVector(ArrayRef<APInt> Bits, const APInt &Undefs,
3857 static SDValue getConstVector(ArrayRef<APInt> Bits, MVT VT,
3860 return getConstVector(Bits, Undefs, VT, DAG, dl);
5145 getConstVector(EltBits, UndefElts, VT, DAG, DL));
12273 SDValue BitMask = getConstVector(Bits, VT, DAG, DL);
14122 MaskNode = getConstVector(AdjustedMask, MaskVT, DAG, DL, true);
14125 MaskNode = getConstVector(Mask, MaskVT, DAG, DL, true);
14372 SDValue MaskNode = getConstVector(Mask, MVT::v16i8, DAG, DL, true);
16126 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
16130 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
16294 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
16855 SDValue VPermMask = getConstVector(Mask, MVT::v16i32, DAG, DL, true);
38991 SDValue VPermMask = getConstVector(Mask, IntMaskVT, DAG, DL, true);
39080 SDValue BitMask = getConstVector(EltBits, UndefElts, MaskVT, DAG, DL);
39135 SDValue VPerm2MaskOp = getConstVector(VPerm2Idx, IntMaskVT, DAG, DL, true);
39658 SDValue CstOp = getConstVector(ConstantBitData, UndefElts, MaskVT, DAG, DL);
45912 // getConstVector sets negative shuffle mask values as undef, so ensure
45923 getConstVector(LHSMask, SimpleVT, DAG, DL, true));
45925 getConstVector(RHSMask, SimpleVT, DAG, DL, true));
46394 SDValue ShlAmt = getConstVector(ShlVals, VT.getSimpleVT(), DAG, DL);
48527 return getConstVector(Bits, Undefs, VT.getSimpleVT(), DAG, SDLoc(N));
48811 return getConstVector(EltBits, UndefElts, VT.getSimpleVT(), DAG, SDLoc(N));
53511 return getConstVector(ResultBits, VT, DAG, DL);
53522 SDValue Not = getConstVector(EltBits0, VT, DAG, DL);
56043 return getConstVector(Results, LHSUndefs | RHSUndefs, VT, DAG, DL);
56044 return getConstVector(Results, VT, DAG, DL);
56330 SDValue Mask = getConstVector(ConcatMask, IntMaskVT, DAG, DL, true);
56360 SDValue Mask = getConstVector(ConcatMask, IntMaskVT, DAG, DL, true);
57371 return getConstVector(Result, VT, DAG, SDLoc(N));