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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 109 return ((getHashImpl() << 4) ^ getKind()) & (~0U>>1);
179 virtual unsigned getHashImpl() const = 0;
226 virtual unsigned getHashImpl() const { return 12312; }
253 virtual unsigned getHashImpl() const { return 0; }
290 virtual unsigned getHashImpl() const { return getChildNo(); }
307 virtual unsigned getHashImpl() const { return 0; }
326 virtual unsigned getHashImpl() const { return 0; }
349 virtual unsigned getHashImpl() const { return getChildNo(); }
367 virtual unsigned getHashImpl() const { return 0; }
392 virtual unsigned getHashImpl() const { return getMatchNumber();
    [all...]
DAGISelMatcher.cpp 270 // getHashImpl Implementation.
272 unsigned CheckPatternPredicateMatcher::getHashImpl() const {
276 unsigned CheckPredicateMatcher::getHashImpl() const {
280 unsigned CheckOpcodeMatcher::getHashImpl() const {
284 unsigned CheckCondCodeMatcher::getHashImpl() const {
288 unsigned CheckValueTypeMatcher::getHashImpl() const {
292 unsigned EmitStringIntegerMatcher::getHashImpl() const {
304 unsigned EmitMergeInputChainsMatcher::getHashImpl() const {
324 unsigned EmitNodeMatcherCommon::getHashImpl() const {
333 unsigned MarkGlueResultsMatcher::getHashImpl() const
    [all...]

Completed in 51 milliseconds