Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35673 MVT SrcSVT = Src.getSimpleValueType().getScalarType(); in SimplifyDemandedVectorEltsForTargetNode() local
35675 MVT::getVectorVT(SrcSVT, ExtSizeInBits / SrcSVT.getSizeInBits()); in SimplifyDemandedVectorEltsForTargetNode()
36766 EVT SrcSVT = SrcVT.getScalarType(); in combineHorizontalMinMaxResult() local
36767 if (SrcSVT != ExtractVT || (SrcVT.getSizeInBits() % 128) != 0) in combineHorizontalMinMaxResult()
36777 SrcVT = EVT::getVectorVT(*DAG.getContext(), SrcSVT, NumSubElts); in combineHorizontalMinMaxResult()
37050 EVT SrcSVT = SrcVT.getVectorElementType(); in combineExtractWithShuffle() local
37054 if (SrcSVT == MVT::i1 || !isa<ConstantSDNode>(Idx)) in combineExtractWithShuffle()
37148 assert(SrcSVT == VT && "Unexpected extraction type"); in combineExtractWithShuffle()
37150 return DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, SrcSVT, SrcOp, in combineExtractWithShuffle()
37156 assert(VT.getSizeInBits() >= SrcSVT.getSizeInBits() && in combineExtractWithShuffle()