Lines Matching refs:OpName
53 PatternType PatternType::getTypeOf(StringRef OpName) { in getTypeOf() argument
55 PT.Data.Str = OpName; in getTypeOf()
267 StringRef OpName = Op.getOperandName(); in addPattern() local
276 auto &Def = Table[OpName]; in addPattern()
282 DiagnoseRedef(OpName); in addPattern()
420 StringRef OpName = Op.getOperandName(); in check() local
421 auto &Info = Types[OpName]; in check()
424 Info.PrintTypeSrcNote = [this, OpName, Ty, &P]() { in check()
425 PrintSeenWithTypeIn(P, OpName, Ty); in check()
434 PrintSeenWithTypeIn(P, OpName, Ty); in check()
453 StringRef OpName, in PrintSeenWithTypeIn() argument
455 PrintNote(DiagLoc, "'" + OpName + "' seen with type '" + Ty.str() + "' in '" + in PrintSeenWithTypeIn()
673 const auto DiagnoseRedef = [this, &Idx](StringRef OpName) { in buildOperandsTables() argument
674 PrintError("Operand '" + OpName + in buildOperandsTables()