Searched refs:getConstVector (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 3982 static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG, in getConstVector() function 4012 static SDValue getConstVector(ArrayRef<APInt> Bits, const APInt &Undefs, in getConstVector() function 4048 static SDValue getConstVector(ArrayRef<APInt> Bits, MVT VT, in getConstVector() function 4051 return getConstVector(Bits, Undefs, VT, DAG, dl); in getConstVector() 5426 getConstVector(EltBits, UndefElts, VT, DAG, DL)); in IsNOT() 12773 SDValue BitMask = getConstVector(Bits, VT, DAG, DL); in lowerShuffleAsElementInsertion() 14669 MaskNode = getConstVector(AdjustedMask, MaskVT, DAG, DL, true); in lowerShuffleWithPERMV() 14672 MaskNode = getConstVector(Mask, MaskVT, DAG, DL, true); in lowerShuffleWithPERMV() 14919 SDValue MaskNode = getConstVector(Mask, MVT::v16i8, DAG, DL, true); in lowerV16I8Shuffle() 16717 SDValue VPermMask = getConstVector(Mask, MVT::v8i32, DAG, DL, true); in lowerV8F32Shuffle() [all …]
|