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 464 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
538 if (const ComplexPattern *CP = N->getComplexPatternInfo(CGP)) {
    [all...]
CodeGenDAGPatterns.h 401 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
404 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
CodeGenDAGPatterns.cpp 703 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
721 else if (Child->getComplexPatternInfo(CGP))
    [all...]

Completed in 23 milliseconds