Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h228 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl() function
253 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
285 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
301 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
317 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
335 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
352 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
372 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
396 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
419 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp328 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1234 static bool isEqualImpl(PHINode *LHS, PHINode *RHS) { in EliminateDuplicatePHINodesSetBasedImpl() function