Home
last modified time | relevance | path

Searched refs:PK_Root (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp461 case PK_Root: in getParamKindStr()
503 [&](const auto &P) { return P.Kind == PK_Root; }); in num_roots()
558 if (Op.Kind == PK_Root) { in checkSemantics()
567 if (Op.Kind != PK_Root && Op.Kind != PK_MachineOperand) { in checkSemantics()
588 if (Op.Kind == PK_Root && OpDef->getNumInstDefs() != 1) { in checkSemantics()
743 if (Param.Kind == PatFrag::PK_Root) in getApplyDefsNeeded()
771 case PatFrag::PK_Root: in checkSemantics()
H A DPatternParser.cpp417 OpKind = PatFrag::PK_Root; in parsePatFragParamList()
H A DPatterns.h535 PK_Root, enumerator
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1721 if (InOp.Kind != PatFrag::PK_Root) in emitPatFragMatchPattern()