Home
last modified time | relevance | path

Searched defs:hasProperty (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h252 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
H A DCodeGenDAGPatterns.h461 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeInfo.h70 bool hasProperty(SDNP Property) const { return Properties & (1 << Property); } in hasProperty() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h155 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } in hasProperty() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp1063 bool TargetExtType::hasProperty(Property Prop) const { in hasProperty() function in TargetExtType