Home
last modified time | relevance | path

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

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