Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
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 …]
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
/external/llvm/utils/TableGen/
DDAGISelMatcher.h217 bool isEqualImpl(const Matcher *M) const override { return false; } in isEqualImpl() function
242 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
274 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
290 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
306 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
324 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
341 bool isEqualImpl(const Matcher *M) const override { return true; } in isEqualImpl() function
361 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
385 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
408 bool isEqualImpl(const Matcher *M) const override { in isEqualImpl() function
[all …]
DDAGISelMatcher.cpp286 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const { in isEqualImpl() function in CheckOpcodeMatcher
293 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const { in isEqualImpl() function in EmitNodeMatcherCommon
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp303 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp301 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl() function
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1214 static bool isEqualImpl(PHINode *LHS, PHINode *RHS) { in EliminateDuplicatePHINodesSetBasedImpl() function