Home | History | Annotate | Download | only in X86

Lines Matching refs:getConstVector

5004 static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG,
5034 static SDValue getConstVector(ArrayRef<APInt> Bits, APInt &Undefs,
12577 SDValue MaskNode = getConstVector(Mask, MaskVecVT, DAG, DL, true);
13936 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
14064 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true);
14533 SDValue VPermMask = getConstVector(Mask, MVT::v16i32, DAG, DL, true);
29855 SDValue VPermMask = getConstVector(Mask, IntMaskVT, DAG, DL, true);
29879 SDValue VPermMask = getConstVector(Mask, IntMaskVT, DAG, DL, true);
29898 SDValue VPermMask = getConstVector(Mask, IntMaskVT, DAG, DL, true);
29926 SDValue BitMask = getConstVector(EltBits, UndefElts, MaskVT, DAG, DL);
29981 SDValue VPerm2MaskOp = getConstVector(VPerm2Idx, IntMaskVT, DAG, DL, true);
30136 SDValue CstOp = getConstVector(ConstantBitData, UndefElts, MaskVT, DAG, DL);
34253 return getConstVector(Bits, Undefs, VT.getSimpleVT(), DAG, SDLoc(N));
34340 return getConstVector(EltBits, UndefElts, VT.getSimpleVT(), DAG, SDLoc(N));
39294 return getConstVector(Vals, Undefs, VT, DAG, DL);