HomeSort by: relevance | last modified time | path
    Searched refs:SDNPOutGlue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SDNodeProperties.h 23 SDNPOutGlue,
SDNodeProperties.cpp 24 } else if (Property->getName() == "SDNPOutGlue") {
25 Properties |= 1 << SDNPOutGlue;
DAGISelMatcherOpt.cpp 111 Pattern.getSrcPattern()->NodeHasProperty(SDNPOutGlue, CGP))
DAGISelMatcherGen.cpp 443 if (N->NodeHasProperty(SDNPOutGlue, CGP) &&
803 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP);

Completed in 16 milliseconds