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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 501 Pattern.getSrcPattern()->getComplexPatternInfo(CGP)) {
540 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP);
    [all...]
CodeGenDAGPatterns.cpp 828 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
850 else if (Child->getComplexPatternInfo(CGP))
    [all...]
CodeGenDAGPatterns.h 427 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
430 getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
  /external/swiftshader/third_party/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 86 milliseconds