Searched refs:TreeHasProperty (Results 1 – 3 of 3) sorted by relevance
792 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand()793 SrcPat->TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand()797 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand()943 Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand()958 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP)) { in EmitResultInstructionAsOperand()
796 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
2414 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode2419 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()