Home
last modified time | relevance | path

Searched refs:TreeHasProperty (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp724 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()
DCodeGenDAGPatterns.h443 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
DCodeGenDAGPatterns.cpp1651 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode
1656 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherGen.cpp691 InstPatNode->TreeHasProperty(SDNPHasChain, CGP); in EmitResultInstructionAsOperand()
699 TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand()
700 SrcPat->TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand()
704 TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand()
807 Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand()
DCodeGenDAGPatterns.h411 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
DCodeGenDAGPatterns.cpp1358 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode
1363 if (getChild(i)->TreeHasProperty(Property, CGP)) in TreeHasProperty()