Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp76 StringMap<unsigned> Names2SubRegIndices; member in __anon9477babd0111::MIParser
1910 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
1914 Names2SubRegIndices.insert( in initNames2SubRegIndices()
1920 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
1921 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()