Lines Matching defs:OpName
238 StringRef OpName = Op.substr(1);
242 StringRef::size_type DotIdx = OpName.find_first_of('.');
244 SubOpName = OpName.substr(DotIdx + 1);
249 OpName = OpName.substr(0, DotIdx);
254 if (std::pair<unsigned, unsigned> SubOp; hasSubOperandAlias(OpName, SubOp)) {
261 OpName + "'");
266 OpIdx = getOperandNamed(OpName);
416 StringRef OpName;
417 std::tie(OpName, DisableEncoding) = getToken(DisableEncoding, " ,\t");
418 if (OpName.empty())
422 std::pair<unsigned, unsigned> Op = ParseOperandName(OpName, false);