Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h107 return isEqualImpl(M); in isEqual()
183 virtual bool isEqualImpl(const Matcher *M) const = 0;
230 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl() function
257 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
292 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
311 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
330 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
351 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
371 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
394 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
[all …]
DDAGISelMatcher.cpp326 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const { in isEqualImpl() function in CheckOpcodeMatcher
333 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const { in isEqualImpl() function in EmitNodeMatcherCommon