Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp205 GIMatchDag &getMatchDag() { return MatchDag; } in getMatchDag() function in __anon08ee5a240111::CombineRule
206 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function in __anon08ee5a240111::CombineRule
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h297 const GIMatchDag &getMatchDag() const { return MatchDag; } in getMatchDag() function