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

  /external/llvm/utils/TableGen/
CodeGenTarget.h 38 SDNPOutGlue,
DAGISelMatcherOpt.cpp 118 Pattern.getSrcPattern()->NodeHasProperty(SDNPOutGlue, CGP))
DAGISelMatcherGen.cpp 381 if (N->NodeHasProperty(SDNPOutGlue, CGP) &&
704 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP);
    [all...]
CodeGenDAGPatterns.cpp 941 } else if (PropList[i]->getName() == "SDNPOutGlue") {
942 Properties |= 1 << SDNPOutGlue;
    [all...]

Completed in 75 milliseconds