Home
last modified time | relevance | path

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

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