Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
HDMIParser.h69 StringMap<unsigned> Names2SubRegIndices; member
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
HDMIParser.cpp92 Names2SubRegIndices.clear(); in setTarget()
171 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
175 Names2SubRegIndices.insert( in initNames2SubRegIndices()
181 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
182 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()