Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3687 static SDValue getConstVector(ArrayRef<APInt> Bits, const APInt &Undefs, in getConstVector() function
3728 static SDValue getConstVector(ArrayRef<APInt> Bits, MVT VT, in getConstVector() function
3731 return getConstVector(Bits, Undefs, VT, DAG, dl); in getConstVector()
12140 SDValue BitMask = getConstVector(Bits, VT, DAG, DL); in lowerShuffleAsElementInsertion()
13989 MaskNode = getConstVector(AdjustedMask, MaskVT, DAG, DL, true); in lowerShuffleWithPERMV()
13992 MaskNode = getConstVector(Mask, MaskVT, DAG, DL, true); in lowerShuffleWithPERMV()
15995 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true); in lowerV8F32Shuffle()
16163 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true); in lowerV8I32Shuffle()
16724 SDValue VPermMask = getConstVector(Mask, MVT::v16i32, DAG, DL, true); in lowerV16F32Shuffle()
52228 return getConstVector(ResultBits, VT, DAG, DL); in combineAndnp()
[all …]