Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23390 DenseMap<SDValue, APInt> SrcOpMap; in matchScalarReduction() local
23421 DenseMap<SDValue, APInt>::iterator M = SrcOpMap.find(Src); in matchScalarReduction()
23422 if (M == SrcOpMap.end()) { in matchScalarReduction()
23425 if (!SrcOpMap.empty() && VT != SrcOpMap.begin()->first.getValueType()) in matchScalarReduction()
23429 M = SrcOpMap.insert(std::make_pair(Src, EltCount)).first; in matchScalarReduction()
23443 SrcMask->push_back(SrcOpMap[SrcOp]); in matchScalarReduction()
23446 for (const auto &I : SrcOpMap) in matchScalarReduction()