Home
last modified time | relevance | path

Searched refs:getHashImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcher.h109 return ((getHashImpl() << 4) ^ getKind()) & (~0U>>1); in getHash()
179 virtual unsigned getHashImpl() const = 0;
226 virtual unsigned getHashImpl() const { return 12312; } in getHashImpl() function
253 virtual unsigned getHashImpl() const { return 0; } in getHashImpl() function
290 virtual unsigned getHashImpl() const { return getChildNo(); } in getHashImpl() function
307 virtual unsigned getHashImpl() const { return 0; } in getHashImpl() function
326 virtual unsigned getHashImpl() const { return 0; } in getHashImpl() function
349 virtual unsigned getHashImpl() const { return getChildNo(); } in getHashImpl() function
367 virtual unsigned getHashImpl() const { return 0; } in getHashImpl() function
392 virtual unsigned getHashImpl() const { return getMatchNumber(); } in getHashImpl() function
[all …]
DDAGISelMatcher.cpp272 unsigned CheckPatternPredicateMatcher::getHashImpl() const { in getHashImpl() function in CheckPatternPredicateMatcher
276 unsigned CheckPredicateMatcher::getHashImpl() const { in getHashImpl() function in CheckPredicateMatcher
280 unsigned CheckOpcodeMatcher::getHashImpl() const { in getHashImpl() function in CheckOpcodeMatcher
284 unsigned CheckCondCodeMatcher::getHashImpl() const { in getHashImpl() function in CheckCondCodeMatcher
288 unsigned CheckValueTypeMatcher::getHashImpl() const { in getHashImpl() function in CheckValueTypeMatcher
292 unsigned EmitStringIntegerMatcher::getHashImpl() const { in getHashImpl() function in EmitStringIntegerMatcher
304 unsigned EmitMergeInputChainsMatcher::getHashImpl() const { in getHashImpl() function in EmitMergeInputChainsMatcher
324 unsigned EmitNodeMatcherCommon::getHashImpl() const { in getHashImpl() function in EmitNodeMatcherCommon
333 unsigned MarkGlueResultsMatcher::getHashImpl() const { in getHashImpl() function in MarkGlueResultsMatcher
337 unsigned CompleteMatchMatcher::getHashImpl() const { in getHashImpl() function in CompleteMatchMatcher