Home
last modified time | relevance | path

Searched refs:untested_predicates (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h105 iterator_range<const_untested_predicates_iterator> untested_predicates() const { in untested_predicates() function
343 untested_predicates() const { in untested_predicates() function
H A DGIMatchTree.cpp58 for (const GIMatchDagPredicate *P : Leaf.untested_predicates()) in writeDOTGraphNode()
302 for (unsigned PredicateIdx : BuilderLeaf.untested_predicates()) in runStep()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp774 for (const GIMatchDagPredicate *Predicate : Leaf.untested_predicates()) { in generateCodeForTree()