Home
last modified time | relevance | path

Searched refs:getConstVector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3786 static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG, in getConstVector() function
3816 static SDValue getConstVector(ArrayRef<APInt> Bits, const APInt &Undefs, in getConstVector() function
3857 static SDValue getConstVector(ArrayRef<APInt> Bits, MVT VT, in getConstVector() function
3860 return getConstVector(Bits, Undefs, VT, DAG, dl); in getConstVector()
5145 getConstVector(EltBits, UndefElts, VT, DAG, DL)); in IsNOT()
12273 SDValue BitMask = getConstVector(Bits, VT, DAG, DL); in lowerShuffleAsElementInsertion()
14122 MaskNode = getConstVector(AdjustedMask, MaskVT, DAG, DL, true); in lowerShuffleWithPERMV()
14125 MaskNode = getConstVector(Mask, MaskVT, DAG, DL, true); in lowerShuffleWithPERMV()
14372 SDValue MaskNode = getConstVector(Mask, MVT::v16i8, DAG, DL, true); in lowerV16I8Shuffle()
16126 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true); in lowerV8F32Shuffle()
[all …]