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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 716 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
718 class CheckComplexPatMatcher : public Matcher {
732 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
753 return &cast<CheckComplexPatMatcher>(M)->Pattern == &Pattern &&
754 cast<CheckComplexPatMatcher>(M)->MatchNumber == MatchNumber;
    [all...]
DAGISelMatcher.cpp 210 void CheckComplexPatMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherEmitter.cpp 418 const CheckComplexPatMatcher *CCPM = cast<CheckComplexPatMatcher>(N);
DAGISelMatcherGen.cpp 551 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,
    [all...]

Completed in 286 milliseconds