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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SDNodeProperties.h 24 SDNPInGlue,
SDNodeProperties.cpp 26 } else if (Property->getName() == "SDNPInGlue") {
27 Properties |= 1 << SDNPInGlue;
DAGISelMatcherGen.cpp 433 PInfo.hasProperty(SDNPInGlue) ||
456 N->NodeHasProperty(SDNPInGlue, CGP))
799 SrcPat->TreeHasProperty(SDNPInGlue, CGP);

Completed in 16 milliseconds