Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h67 StringMap<unsigned> Names2SubRegIndices; member
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp93 Names2SubRegIndices.clear(); in setTarget()
172 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
176 Names2SubRegIndices.insert( in initNames2SubRegIndices()
182 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
183 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()