Lines Matching defs:OpName
36 auto RawOpName = R->getValueAsString("OpName");
80 PatternType PatternType::getTypeOf(StringRef OpName) {
82 PT.Data.Str = OpName;
305 StringRef OpName = Op.getOperandName();
314 auto &Def = Table[OpName];
320 DiagnoseRedef(OpName);
458 StringRef OpName = Op.getOperandName();
459 auto &Info = Types[OpName];
462 Info.PrintTypeSrcNote = [this, OpName, Ty, &P]() {
463 PrintSeenWithTypeIn(P, OpName, Ty);
472 PrintSeenWithTypeIn(P, OpName, Ty);
491 StringRef OpName,
493 PrintNote(DiagLoc, "'" + OpName + "' seen with type '" + Ty.str() + "' in '" +
712 const auto DiagnoseRedef = [this, &Idx](StringRef OpName) {
713 PrintError("Operand '" + OpName +