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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SDNodeProperties.h 22 SDNPHasChain,
SDNodeProperties.cpp 22 } else if (Property->getName() == "SDNPHasChain") {
23 Properties |= 1 << SDNPHasChain;
DAGISelMatcherGen.cpp 382 if (N->NodeHasProperty(SDNPHasChain, CGP)) {
432 PInfo.hasProperty(SDNPHasChain) ||
616 if (CP.hasProperty(SDNPHasChain)) {
964 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP)) {
DAGISelMatcherOpt.cpp 101 Pattern.getSrcPattern()->NodeHasProperty(SDNPHasChain, CGP))
DAGISelMatcherEmitter.cpp 634 if (Pattern.hasProperty(SDNPHasChain))
955 if (P.hasProperty(SDNPHasChain))
CodeGenTarget.cpp 584 if (PropList[i]->getName() == "SDNPHasChain") {
585 Properties |= 1 << SDNPHasChain;
CodeGenDAGPatterns.cpp 2345 if (Property != SDNPHasChain) {
3559 if (N->NodeHasProperty(SDNPHasChain, CDP)) hasChain = true;

Completed in 34 milliseconds