Searched refs:CheckComplexPatMatcher (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h657 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
659 class CheckComplexPatMatcher : public Matcher { class in namespace:llvm
673 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, function in class:llvm::CheckComplexPatMatcher
694 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern &&
695 cast<CheckComplexPatMatcher>(M)->MatchNumber == MatchNumber;
H A DDAGISelMatcher.cpp192 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherEmitter.cpp383 const CheckComplexPatMatcher *CCPM = cast<CheckComplexPatMatcher>(N);
H A DDAGISelMatcherGen.cpp503 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,

Completed in 65 milliseconds