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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 691 InstPatNode->TreeHasProperty(SDNPHasChain, CGP);
699 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) ||
700 SrcPat->TreeHasProperty(SDNPInGlue, CGP);
704 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP);
    [all...]
CodeGenDAGPatterns.h 409 /// TreeHasProperty - Return true if any node in this tree has the specified
411 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
CodeGenDAGPatterns.cpp     [all...]

Completed in 34 milliseconds