Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp788 TreeHasInGlue = SrcPat.TreeHasProperty(SDNPOptInGlue, CGP) || in EmitResultInstructionAsOperand()
789 SrcPat.TreeHasProperty(SDNPInGlue, CGP); in EmitResultInstructionAsOperand()
793 TreeHasOutGlue = SrcPat.TreeHasProperty(SDNPOutGlue, CGP); in EmitResultInstructionAsOperand()
935 Pattern.getSrcPattern().TreeHasProperty(SDNPMemOperand, CGP); in EmitResultInstructionAsOperand()
950 if (Pattern.getSrcPattern().TreeHasProperty(SDNPHasChain, CGP)) { in EmitResultInstructionAsOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h804 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
H A DCodeGenDAGPatterns.cpp2480 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty() function in TreePatternNode
2485 if (Child.TreeHasProperty(Property, CGP)) in TreeHasProperty()