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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h679 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
681 class CheckComplexPatMatcher : public Matcher { class in namespace:llvm
695 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, function in class:llvm::CheckComplexPatMatcher
713 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern &&
714 cast<CheckComplexPatMatcher>(M)->MatchNumber == MatchNumber;
H A DDAGISelMatcher.cpp223 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherEmitter.cpp568 const CheckComplexPatMatcher *CCPM = cast<CheckComplexPatMatcher>(N);
H A DDAGISelMatcherGen.cpp607 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,

Completed in 63 milliseconds