Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp272 !X.getMatchDag().hasPostMatchPredicate(); in runStep()
365 LLVM_DEBUG(Leaf.getMatchDag().writeDOTGraph(dbgs(), Leaf.getName())); in run()
367 *(Leaf.getMatchDag().roots().begin() + Leaf.getRootIdx()); in run()
400 Leaf.value().getMatchDag().getNumPredicates()); in repartition()
408 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()
422 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition()
445 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) { in repartition()
505 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates()); in repartition()
577 for (auto &E : enumerate(Leaf.getMatchDag().edges())) { in applyForPartition()
658 BitVector TraversedEdgesForLeaf(Leaf.value().getMatchDag().getNumEdges()); in repartition()
DGIMatchTree.h297 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp205 GIMatchDag &getMatchDag() { return MatchDag; } in getMatchDag() function in __anon08ee5a240111::CombineRule
206 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function in __anon08ee5a240111::CombineRule
668 Rule->getMatchDag().dump(); in makeCombineRule()
669 Rule->getMatchDag().writeDOTGraph(dbgs(), Rule->getName()); in makeCombineRule()
677 for (const auto &E : Rule->getMatchDag().edges()) { in makeCombineRule()
866 for (const auto &Root : enumerate(Rule->getMatchDag().roots())) { in run()
867 TreeBuilder.addLeaf(Rule->getName(), Root.index(), Rule->getMatchDag(), in run()