Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeInfo.h22 enum SDNP { enum
70 bool hasProperty(SDNP Property) const { return Properties & (1 << Property); } in hasProperty()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSDNodeProperties.h19 enum SDNP { enum
H A DCodeGenIntrinsics.h155 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h252 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
H A DCodeGenDAGPatterns.h461 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty()
800 bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
804 bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
H A DCodeGenDAGPatterns.cpp2455 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty()
2480 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()