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.h231 unsigned getHashImpl() const override { return 12312; } in getHashImpl() function
258 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
295 unsigned getHashImpl() const override { return getChildNo(); } in getHashImpl() function
312 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
331 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
354 unsigned getHashImpl() const override { return getChildNo(); } in getHashImpl() function
372 unsigned getHashImpl() const override { return 0; } in getHashImpl() function
397 unsigned getHashImpl() const override { return getMatchNumber(); } in getHashImpl() function
425 unsigned getHashImpl() const override { return (MatchNumber << 2) | ChildNo; } in getHashImpl() function
525 unsigned getHashImpl() const override { return 4123; } in getHashImpl() function
[all …]