HomeSort by relevance Sort by last modified time
    Searched refs:isEqualImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 104 return isEqualImpl(M);
178 virtual bool isEqualImpl(const Matcher *M) const = 0;
225 virtual bool isEqualImpl(const Matcher *M) const { return false; }
252 virtual bool isEqualImpl(const Matcher *M) const { return true; }
287 virtual bool isEqualImpl(const Matcher *M) const {
306 virtual bool isEqualImpl(const Matcher *M) const { return true; }
325 virtual bool isEqualImpl(const Matcher *M) const { return true; }
346 virtual bool isEqualImpl(const Matcher *M) const {
366 virtual bool isEqualImpl(const Matcher *M) const { return true; }
389 virtual bool isEqualImpl(const Matcher *M) const
    [all...]
DAGISelMatcher.cpp 308 bool CheckOpcodeMatcher::isEqualImpl(const Matcher *M) const {
315 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const {

Completed in 36 milliseconds