Home
last modified time | relevance | path

Searched refs:DefPat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1961 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern() local
1962 if (!emitInstructionApplyPattern(CE, M, *DefPat, SeenPats, in emitInstructionApplyPattern()
2334 const auto *DefPat = LookupOperandDef(OriginalO.getOperandName()); in emitCodeGenInstructionMatchPattern() local
2335 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()
H A DGlobalISelCombinerMatchTableEmitter.cpp