Home
last modified time | relevance | path

Searched refs:Names2SubRegIndices (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp145 StringMap<unsigned> Names2SubRegIndices; member in __anon21dc26f50111::MIParser
2597 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
2601 Names2SubRegIndices.insert( in initNames2SubRegIndices()
2607 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
2608 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()