Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3284 EVT SrcSVT = SrcVT.getScalarType(); in SimplifyDemandedVectorElts() local
3286 MaskElts.push_back(TLO.DAG.getAllOnesConstant(DL, SrcSVT)); in SimplifyDemandedVectorElts()
3287 MaskElts.append(NumSrcElts - 1, TLO.DAG.getConstant(0, DL, SrcSVT)); in SimplifyDemandedVectorElts()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12457 MVT SrcSVT = MVT::getIntegerVT(SrcEltBits); in lowerShuffleAsVTRUNC() local
12458 MVT SrcVT = MVT::getVectorVT(SrcSVT, NumSrcElts); in lowerShuffleAsVTRUNC()
12644 MVT SrcSVT = MVT::getIntegerVT(SrcEltBits); in lowerShuffleWithPACK() local
12646 MVT SrcVT = MVT::getVectorVT(SrcSVT, NumSrcElts); in lowerShuffleWithPACK()
43053 EVT SrcSVT = SrcVT.getScalarType(); in combineMinMaxReduction() local
43054 if (SrcSVT != ExtractVT || (SrcVT.getSizeInBits() % 128) != 0) in combineMinMaxReduction()
43407 EVT SrcSVT = SrcVT.getVectorElementType(); in combineExtractWithShuffle() local
43408 unsigned SrcEltBits = SrcSVT.getSizeInBits(); in combineExtractWithShuffle()
43412 if (SrcSVT == MVT::i1 || !isa<ConstantSDNode>(Idx)) in combineExtractWithShuffle()
43483 MVT ExtractVT = MVT::getVectorVT(SrcSVT.getSimpleVT(), 128 / SrcEltBits); in combineExtractWithShuffle()