Searched refs:DefPat (Results 1 – 2 of 2) sorted by relevance
1961 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern() local1962 if (!emitInstructionApplyPattern(CE, M, *DefPat, SeenPats, in emitInstructionApplyPattern()2334 const auto *DefPat = LookupOperandDef(OriginalO.getOperandName()); in emitCodeGenInstructionMatchPattern() local2335 if (!DefPat) in emitCodeGenInstructionMatchPattern()2347 PrintNote("'" + OpName + "' is defined by '" + DefPat->getName() + "'"); in emitCodeGenInstructionMatchPattern()2354 OM.addPredicate<InstructionOperandMatcher>(M, DefPat->getName()); in emitCodeGenInstructionMatchPattern()2358 PrintError("Nested instruction '" + DefPat->getName() + in emitCodeGenInstructionMatchPattern()2365 if (const auto *CGIDef = dyn_cast<CodeGenInstructionPattern>(DefPat)) { in emitCodeGenInstructionMatchPattern()2373 if (const auto *PFPDef = dyn_cast<PatFragPattern>(DefPat)) { in emitCodeGenInstructionMatchPattern()