Home
last modified time | relevance | path

Searched refs:isDefToUse (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagEdge.cpp21 bool GIMatchDagEdge::isDefToUse() const { in isDefToUse() function in GIMatchDagEdge
DGIMatchDagEdge.h58 bool isDefToUse() const;
DGIMatchTree.cpp674 E->getFromMO()->getIdx() != OpIdx || E->isDefToUse()) in repartition()
/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp678 if (E->isDefToUse()) { in makeCombineRule()