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

  /external/llvm/utils/TableGen/
CodeGenTarget.h 39 SDNPInGlue,
DAGISelMatcherGen.cpp 371 PInfo.hasProperty(SDNPInGlue) ||
396 N->NodeHasProperty(SDNPInGlue, CGP))
700 SrcPat->TreeHasProperty(SDNPInGlue, CGP);
    [all...]
CodeGenDAGPatterns.cpp 943 } else if (PropList[i]->getName() == "SDNPInGlue") {
944 Properties |= 1 << SDNPInGlue;
    [all...]

Completed in 102 milliseconds