Searched refs:DefPat (Results 1 – 1 of 1) sorted by relevance
1869 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern() local1870 if (!emitInstructionApplyPattern(CE, M, *DefPat, SeenPats, in emitInstructionApplyPattern()2209 const auto *DefPat = LookupOperandDef(OriginalO.getOperandName()); in emitCodeGenInstructionMatchPattern() local2210 if (!DefPat) in emitCodeGenInstructionMatchPattern()2222 PrintNote("'" + OpName + "' is defined by '" + DefPat->getName() + "'"); in emitCodeGenInstructionMatchPattern()2229 OM.addPredicate<InstructionOperandMatcher>(M, DefPat->getName()); in emitCodeGenInstructionMatchPattern()2233 PrintError("Nested instruction '" + DefPat->getName() + in emitCodeGenInstructionMatchPattern()2240 if (const auto *CGIDef = dyn_cast<CodeGenInstructionPattern>(DefPat)) { in emitCodeGenInstructionMatchPattern()2248 if (const auto *PFPDef = dyn_cast<PatFragPattern>(DefPat)) { in emitCodeGenInstructionMatchPattern()