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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h215 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } function in class:llvm::ComplexPattern
H A DCodeGenIntrinsics.h175 bool hasProperty(enum SDNP Prop) const { function in struct:llvm::CodeGenIntrinsic
H A DCodeGenDAGPatterns.h482 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); } function in class:llvm::SDNodeInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h162 bool hasProperty(Property P) const { function in class:llvm::MachineFunctionProperties
H A DMachineInstr.h713 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const { function in class:llvm::MachineInstr
[all...]

Completed in 198 milliseconds