Searched refs:SDNP (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeProperties.h19 enum SDNP { enum in namespace:llvm
H A DCodeGenIntrinsics.h154 bool hasProperty(enum SDNP Prop) const {
H A DCodeGenTarget.h215 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
H A DCodeGenDAGPatterns.h482 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
785 bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
789 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
H A DCodeGenDAGPatterns.cpp2282 bool TreePatternNode::NodeHasProperty(SDNP Property,
2310 bool TreePatternNode::TreeHasProperty(SDNP Property,

Completed in 184 milliseconds