Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22047 DenseMap<SDValue, APInt> SrcOpMap; in matchScalarReduction() local
22078 DenseMap<SDValue, APInt>::iterator M = SrcOpMap.find(Src); in matchScalarReduction()
22079 if (M == SrcOpMap.end()) { in matchScalarReduction()
22082 if (!SrcOpMap.empty() && VT != SrcOpMap.begin()->first.getValueType()) in matchScalarReduction()
22086 M = SrcOpMap.insert(std::make_pair(Src, EltCount)).first; in matchScalarReduction()
22100 SrcMask->push_back(SrcOpMap[SrcOp]); in matchScalarReduction()
22103 for (const auto &I : SrcOpMap) in matchScalarReduction()