Home
last modified time | relevance | path

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

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DDAGISelMatcher.h415 virtual unsigned getHashImpl() const;
440 virtual unsigned getHashImpl() const;
463 virtual unsigned getHashImpl() const;
624 virtual unsigned getHashImpl() const;
648 virtual unsigned getHashImpl() const;
694 virtual unsigned getHashImpl() const { in getHashImpl() function
812 virtual unsigned getHashImpl() const;
892 virtual unsigned getHashImpl() const;
1007 virtual unsigned getHashImpl() const;
1080 virtual unsigned getHashImpl() const;
[all …]
H A DDAGISelMatcher.cpp261 unsigned CheckPatternPredicateMatcher::getHashImpl() const { in getHashImpl() function in CheckPatternPredicateMatcher
265 unsigned CheckPredicateMatcher::getHashImpl() const { in getHashImpl() function in CheckPredicateMatcher
269 unsigned CheckOpcodeMatcher::getHashImpl() const { in getHashImpl() function in CheckOpcodeMatcher
273 unsigned CheckCondCodeMatcher::getHashImpl() const { in getHashImpl() function in CheckCondCodeMatcher
277 unsigned CheckValueTypeMatcher::getHashImpl() const { in getHashImpl() function in CheckValueTypeMatcher
281 unsigned EmitStringIntegerMatcher::getHashImpl() const { in getHashImpl() function in EmitStringIntegerMatcher
293 unsigned EmitMergeInputChainsMatcher::getHashImpl() const { in getHashImpl() function in EmitMergeInputChainsMatcher
314 unsigned EmitNodeMatcherCommon::getHashImpl() const { in getHashImpl() function in EmitNodeMatcherCommon
319 unsigned MarkFlagResultsMatcher::getHashImpl() const { in getHashImpl() function in MarkFlagResultsMatcher
323 unsigned CompleteMatchMatcher::getHashImpl() const { in getHashImpl() function in CompleteMatchMatcher
/dports/games/keeperrl/keeperrl-alpha23/
H A Dhashing.h11 int getHashImpl(const T& obj, special_) { in getHashImpl() function
16 int getHashImpl(const T& obj, special_) { in getHashImpl() function
21 int getHashImpl(const T& obj, general_) { in getHashImpl() function
27 return getHashImpl(arg, special_()); in combineHash()