HomeSort by: relevance | last modified time | path
    Searched defs:getMatchDag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 206 GIMatchDag &getMatchDag() { return MatchDag; }
207 const GIMatchDag &getMatchDag() const { return MatchDag; }
668 Rule->getMatchDag().dump();
669 Rule->getMatchDag().writeDOTGraph(dbgs(), Rule->getName());
677 for (const auto &E : Rule->getMatchDag().edges()) {
866 for (const auto &Root : enumerate(Rule->getMatchDag().roots())) {
867 TreeBuilder.addLeaf(Rule->getName(), Root.index(), Rule->getMatchDag(),
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.h 297 const GIMatchDag &getMatchDag() const { return MatchDag; }

Completed in 18 milliseconds