Searched refs:InstrName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h100 bool parseInstrName(StringRef InstrName, unsigned &OpCode);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp143 bool PerTargetMIParsingState::parseInstrName(StringRef InstrName, argument
146 auto InstrInfo = Names2InstrOpCodes.find(InstrName);
1257 StringRef InstrName = Token.stringValue();
1258 if (PFS.Target.parseInstrName(InstrName, OpCode))
1259 return error(Twine("unknown machine instruction name '") + InstrName + "'");

Completed in 123 milliseconds