Searched refs:TreeHasProperty (Results 1 – 3 of 3) sorted by relevance
731 InstPatNode->TreeHasProperty(SDNPHasChain, CGP); in EmitResultInstructionAsOperand()735 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP) in EmitResultInstructionAsOperand()746 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand()747 SrcPat->TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand()751 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand()881 Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand()
443 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
1651 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode1656 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()