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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.cpp272 unsigned CheckPatternPredicateMatcher::getHashImpl() const { function in class:CheckPatternPredicateMatcher
276 unsigned CheckPredicateMatcher::getHashImpl() const { function in class:CheckPredicateMatcher
280 unsigned CheckOpcodeMatcher::getHashImpl() const { function in class:CheckOpcodeMatcher
284 unsigned CheckCondCodeMatcher::getHashImpl() const { function in class:CheckCondCodeMatcher
288 unsigned CheckValueTypeMatcher::getHashImpl() const { function in class:CheckValueTypeMatcher
292 unsigned EmitStringIntegerMatcher::getHashImpl() const { function in class:EmitStringIntegerMatcher
304 unsigned EmitMergeInputChainsMatcher::getHashImpl() const { function in class:EmitMergeInputChainsMatcher
324 unsigned EmitNodeMatcherCommon::getHashImpl() const { function in class:EmitNodeMatcherCommon
333 unsigned MarkGlueResultsMatcher::getHashImpl() cons function in class:MarkGlueResultsMatcher
337 unsigned CompleteMatchMatcher::getHashImpl() const { function in class:CompleteMatchMatcher
[all...]
H A DDAGISelMatcher.h228 virtual unsigned getHashImpl() const { return 12312; } function in class:llvm::ScopeMatcher
255 virtual unsigned getHashImpl() const { return 0; } function in class:llvm::RecordMatcher
292 virtual unsigned getHashImpl() const { return getChildNo(); } function in class:llvm::RecordChildMatcher
309 virtual unsigned getHashImpl() const { return 0; } function in class:llvm::RecordMemRefMatcher
328 virtual unsigned getHashImpl() const { return 0; } function in class:llvm::CaptureGlueInputMatcher
351 virtual unsigned getHashImpl() const { return getChildNo(); } function in class:llvm::MoveChildMatcher
369 virtual unsigned getHashImpl() const { return 0; } function in class:llvm::MoveParentMatcher
394 virtual unsigned getHashImpl() cons function in class:llvm::CheckSameMatcher
494 virtual unsigned getHashImpl() const { return 4123; } function in class:llvm::SwitchOpcodeMatcher
520 virtual unsigned getHashImpl() const { return Type; } function in class:llvm::CheckTypeMatcher
548 virtual unsigned getHashImpl() const { return 4123; } function in class:llvm::SwitchTypeMatcher
576 virtual unsigned getHashImpl() const { return (Type << 3) | ChildNo; } function in class:llvm::CheckChildTypeMatcher
602 virtual unsigned getHashImpl() const { return Value; } function in class:llvm::CheckIntegerMatcher
697 virtual unsigned getHashImpl() const { function in class:llvm::CheckComplexPatMatcher
723 virtual unsigned getHashImpl() const { return Value; } function in class:llvm::CheckAndImmMatcher
747 virtual unsigned getHashImpl() const { return Value; } function in class:llvm::CheckOrImmMatcher
766 virtual unsigned getHashImpl() const { return 0; } function in class:llvm::CheckFoldableChainNodeMatcher
790 virtual unsigned getHashImpl() const { return (Val << 4) | VT; } function in class:llvm::EmitIntegerMatcher
841 virtual unsigned getHashImpl() const { function in class:llvm::EmitRegisterMatcher
866 virtual unsigned getHashImpl() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
921 virtual unsigned getHashImpl() const { function in class:llvm::EmitCopyToRegMatcher
950 virtual unsigned getHashImpl() const { function in class:llvm::EmitNodeXFormMatcher
[all...]

Completed in 131 milliseconds