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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 508 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
547 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP);
    [all...]
CodeGenDAGPatterns.h 407 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
410 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
CodeGenDAGPatterns.cpp 740 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
762 else if (Child->getComplexPatternInfo(CGP))
    [all...]

Completed in 67 milliseconds