Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h238 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl() function
262 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
293 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
307 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
322 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
339 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
359 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
374 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
393 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
418 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
[all …]
H A DDAGISelMatcher.cpp309 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const { in isEqualImpl() function in CheckOpcodeMatcher
316 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const { in isEqualImpl() function in EmitNodeMatcherCommon
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp357 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1437 static bool isEqualImpl(PHINode *LHS, PHINode *RHS) { in EliminateDuplicatePHINodesSetBasedImpl() function