Searched refs:TreeHasProperty (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 724 InstPatNode->TreeHasProperty(SDNPHasChain, CGP); in EmitResultInstructionAsOperand() 728 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP) in EmitResultInstructionAsOperand() 739 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand() 740 SrcPat->TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand() 744 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand() 874 Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand()
|
D | CodeGenDAGPatterns.h | 443 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
|
D | CodeGenDAGPatterns.cpp | 1651 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode 1656 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 794 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand() 795 SrcPat->TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand() 799 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand() 945 Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand() 960 if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP)) { in EmitResultInstructionAsOperand()
|
D | CodeGenDAGPatterns.h | 785 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
|
D | CodeGenDAGPatterns.cpp | 2315 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode 2320 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()
|