reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2255 bool TreePatternNode::NodeHasProperty(SDNP Property, 2283 bool TreePatternNode::TreeHasProperty(SDNP Property,utils/TableGen/CodeGenDAGPatterns.h
481 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } 784 bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const; 788 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;utils/TableGen/CodeGenIntrinsics.h
154 bool hasProperty(enum SDNP Prop) const {
utils/TableGen/CodeGenTarget.h 215 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }