Home
last modified time | relevance | path

Searched defs:getMatchDag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp206 GIMatchDag &getMatchDag() { return MatchDag; } in getMatchDag() function in __anon31f3a7ff0111::CombineRule
207 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function in __anon31f3a7ff0111::CombineRule
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h297 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function