Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3517 static const std::map<unsigned, unsigned> DupMap = { in getDuplexOpcode() local
3554 auto Iter = DupMap.find(OpNum); in getDuplexOpcode()
3555 if (Iter != DupMap.end()) in getDuplexOpcode()
3558 for (const auto &Iter : DupMap) in getDuplexOpcode()