Lines Matching defs:Pat
482 for (auto *Pat : Pats) {
483 for (auto &Op : Pat->named_operands()) {
555 for (const auto &Pat : Alt.Pats) {
556 switch (Pat->getKind()) {
567 if (cast<CodeGenInstructionPattern>(Pat.get())->diagnoseAllSpecialTypes(
661 for (auto &Pat : Alt.Pats) {
662 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) {
719 for (auto &Pat : Alt.Pats) {
720 auto *IP = dyn_cast<InstructionPattern>(Pat.get());
752 for (const auto &Pat : Alt.Pats) {
754 Pat->print(OS, /*PrintName=*/true);