Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h590 bool canBeMatchRoot() const { return num_roots() == 1; } in canBeMatchRoot() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1511 if (!PFP->getPatFrag().canBeMatchRoot()) { in emitMatchPattern()