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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp272 !X.getMatchDag().hasPostMatchPredicate();
365 LLVM_DEBUG(Leaf.getMatchDag().writeDOTGraph(dbgs(), Leaf.getName()));
367 *(Leaf.getMatchDag().roots().begin() + Leaf.getRootIdx());
400 Leaf.value().getMatchDag().getNumPredicates());
408 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates());
422 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) {
445 for (const auto &PDep : Leaf.value().getMatchDag().predicate_edges()) {
505 assert(TestedPredicatesForLeaf.size() == Leaf.value().getMatchDag().getNumPredicates());
577 for (auto &E : enumerate(Leaf.getMatchDag().edges())) {
658 BitVector TraversedEdgesForLeaf(Leaf.value().getMatchDag()
[all...]
H A DGIMatchTree.h297 const GIMatchDag &getMatchDag() const { return MatchDag; } function in class:llvm::GIMatchTreeBuilderLeafInfo
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp205 GIMatchDag &getMatchDag() { return MatchDag; } function in class:__anon4936::CombineRule
206 const GIMatchDag &getMatchDag() const { return MatchDag; } function in class:__anon4936::CombineRule
672 Rule->getMatchDag().dump();
673 Rule->getMatchDag().writeDOTGraph(dbgs(), Rule->getName());
681 for (const auto &E : Rule->getMatchDag().edges()) {
872 for (const auto &Root : enumerate(Rule->getMatchDag().roots())) {
873 TreeBuilder.addLeaf(Rule->getName(), Root.index(), Rule->getMatchDag(),

Completed in 110 milliseconds