Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h67 StringMap<unsigned> Names2SubRegIndices; member
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp91 Names2SubRegIndices.clear(); in setTarget()
170 if (!Names2SubRegIndices.empty()) in initNames2SubRegIndices()
174 Names2SubRegIndices.insert( in initNames2SubRegIndices()
180 auto SubRegInfo = Names2SubRegIndices.find(Name); in getSubRegIndex()
181 if (SubRegInfo == Names2SubRegIndices.end()) in getSubRegIndex()