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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeProperties.h19 enum SDNP { enum in namespace:llvm
H A DCodeGenIntrinsics.h139 bool hasProperty(enum SDNP Prop) const {
H A DCodeGenTarget.h234 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
H A DCodeGenDAGPatterns.h474 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
792 bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
796 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
H A DCodeGenDAGPatterns.cpp2386 bool TreePatternNode::NodeHasProperty(SDNP Property,
2414 bool TreePatternNode::TreeHasProperty(SDNP Property,

Completed in 130 milliseconds