Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp147 StringMap<unsigned> Names2SubRegIndices; member in __anon7ed225c00111::MIParser
2779 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
2783 Names2SubRegIndices.insert( in initNames2SubRegIndices()
2789 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
2790 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()