Lines Matching refs:getEnumName
171 OS.indent(indent) << "CheckOpcode " << Opcode.getEnumName() << '\n'; in printImpl()
177 OS.indent(indent) << "case " << C.first->getEnumName() << ":\n"; in printImpl()
184 OS.indent(indent) << "CheckType " << getEnumName(Type) << ", ResNo=" << ResNo in printImpl()
191 OS.indent(indent) << "case " << getEnumName(C.first) << ":\n"; in printImpl()
198 OS.indent(indent) << "CheckChildType " << ChildNo << " " << getEnumName(Type) in printImpl()
221 OS.indent(indent) << "CheckValueType " << getEnumName(VT) << '\n'; in printImpl()
252 OS.indent(indent) << "EmitInteger " << Val << " VT=" << getEnumName(VT) in printImpl()
258 OS.indent(indent) << "EmitStringInteger " << Val << " VT=" << getEnumName(VT) in printImpl()
268 OS << " VT=" << getEnumName(VT) << '\n'; in printImpl()
296 OS << ' ' << getEnumName(VTs[i]); in printImpl()
312 return cast<CheckOpcodeMatcher>(M)->Opcode.getEnumName() == in isEqualImpl()
313 Opcode.getEnumName(); in isEqualImpl()
354 return COM->getOpcode().getEnumName() != getOpcode().getEnumName(); in isContradictoryImpl()