Home
last modified time | relevance | path

Searched refs:addMatchRoot (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp42 Dag.addMatchRoot(this); in setMatchRoot()
H A DGIMatchDag.h228 void addMatchRoot(GIMatchDagInstr *N) { MatchRoots.push_back(N); } in addMatchRoot() function