Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp290 unsigned CheckPatternPredicateMatcher::getHashImpl() const { in getHashImpl() function in CheckPatternPredicateMatcher
294 unsigned CheckPredicateMatcher::getHashImpl() const { in getHashImpl() function in CheckPredicateMatcher
298 unsigned CheckOpcodeMatcher::getHashImpl() const { in getHashImpl() function in CheckOpcodeMatcher
302 unsigned CheckCondCodeMatcher::getHashImpl() const { in getHashImpl() function in CheckCondCodeMatcher
306 unsigned CheckValueTypeMatcher::getHashImpl() const { in getHashImpl() function in CheckValueTypeMatcher
310 unsigned EmitStringIntegerMatcher::getHashImpl() const { in getHashImpl() function in EmitStringIntegerMatcher
322 unsigned EmitMergeInputChainsMatcher::getHashImpl() const { in getHashImpl() function in EmitMergeInputChainsMatcher
342 unsigned EmitNodeMatcherCommon::getHashImpl() const { in getHashImpl() function in EmitNodeMatcherCommon
351 unsigned MarkGlueResultsMatcher::getHashImpl() const { in getHashImpl() function in MarkGlueResultsMatcher
355 unsigned CompleteMatchMatcher::getHashImpl() const { in getHashImpl() function in CompleteMatchMatcher
DDAGISelMatcher.h230 unsigned getHashImpl() const override { return 12312; } in getHashImpl() function
257 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
294 unsigned getHashImpl() const override { return getChildNo(); } in getHashImpl() function
311 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
330 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
353 unsigned getHashImpl() const override { return getChildNo(); } in getHashImpl() function
371 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
396 unsigned getHashImpl() const override { return getMatchNumber(); } in getHashImpl() function
424 unsigned getHashImpl() const override { return (MatchNumber << 2) | ChildNo; } in getHashImpl() function
524 unsigned getHashImpl() const override { return 4123; } in getHashImpl() function
[all …]