Searched refs:TreeHasProperty (Results 1 – 3 of 3) sorted by relevance
798 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand()799 SrcPat->TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand()803 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand()949 Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand()964 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP)) { in EmitResultInstructionAsOperand()
783 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
2364 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode2369 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()