Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h65 StringMap<unsigned> Names2SubRegIndices; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp96 Names2SubRegIndices.clear(); in setTarget()
175 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
179 Names2SubRegIndices.insert( in initNames2SubRegIndices()
185 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
186 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()