Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.h230 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
421 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
447 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
[all …]
HDDAGISelMatcher.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