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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SDNodeProperties.h 21 SDNPAssociative,
SDNodeProperties.cpp 20 } else if (Property->getName() == "SDNPAssociative") {
21 Properties |= 1 << SDNPAssociative;
CodeGenDAGPatterns.cpp 4553 if (NodeInfo.hasProperty(SDNPAssociative)) {

Completed in 63 milliseconds