Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h58 StringMap<unsigned> Names2InstrOpCodes; member
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp90 Names2InstrOpCodes.clear(); in setTarget()
132 if (!Names2InstrOpCodes.empty()) in initNames2InstrOpCodes()
137 Names2InstrOpCodes.insert(std::make_pair(StringRef(TII->getName(I)), I)); in initNames2InstrOpCodes()
143 auto InstrInfo = Names2InstrOpCodes.find(InstrName); in parseInstrName()
144 if (InstrInfo == Names2InstrOpCodes.end()) in parseInstrName()