Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9959 MVT DstSVT = DstVT.getScalarType(); in getAVX512TruncNode() local
9972 MVT TruncVT = MVT::getVectorVT(DstSVT, NumSrcElts); in getAVX512TruncNode()
10323 MVT DstSVT = MVT::getIntegerVT(SrcEltBits / 2); in lowerShuffleWithPACK() local
20263 EVT DstSVT = DstVT.getVectorElementType(); in matchTruncateWithPACK() local
20268 (DstSVT == MVT::i8 || DstSVT == MVT::i16 || DstSVT == MVT::i32))) in matchTruncateWithPACK()
20349 MVT DstSVT = DstVT.getVectorElementType(); in LowerTruncateVecPackWithSignBits() local
20352 (DstSVT == MVT::i8 || DstSVT == MVT::i16 || DstSVT == MVT::i32))) in LowerTruncateVecPackWithSignBits()
20382 MVT DstSVT = DstVT.getVectorElementType(); in LowerTruncateVecPack() local
20386 (DstSVT == MVT::i8 || DstSVT == MVT::i16) && isPowerOf2_32(NumElems) && in LowerTruncateVecPack()
20413 if (Subtarget.hasSSE41() || DstSVT == MVT::i8) in LowerTruncateVecPack()
[all …]