Home
last modified time | relevance | path

Searched refs:getToMI (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagEdge.cpp17 << Name << "]--> " << getToMI()->getName() << "[" << getToMO()->getName() in print()
DGIMatchDagEdge.h51 const GIMatchDagInstr *getToMI() const { return ToMI; } in getToMI() function
DGIMatchDag.cpp65 auto To = format(ToFmt, E->getToMI(), E->getToMO()->getIdx()); in writeDOTGraph()
DGIMatchTree.cpp743 Leaf.declareInstr(E->getToMI(), NewInstrID); in applyForPartition()
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp247 if (Roots.count((*EI)->getToMI())) in reorientToRoots()
249 Visited.insert((*EI)->getToMI()); in reorientToRoots()
260 if (Visited.count((*EI)->getToMI())) { in reorientToRoots()
262 Visited.insert((*EI)->getToMI()); in reorientToRoots()
686 PrintNote("Node " + to_string(*E->getToMI())); in makeCombineRule()