HomeSort by: relevance | last modified time | path
    Searched defs:hasProperty (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 220 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
CodeGenIntrinsics.h 179 bool hasProperty(enum SDNP Prop) const {
CodeGenDAGPatterns.h 474 /// hasProperty - Return true if this node has the specified property.
476 bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 165 bool hasProperty(Property P) const {
MachineInstr.h 765 bool hasProperty(unsigned MCFlag, QueryType Type = AnyInBundle) const {
779 return hasProperty(MCID::PreISelOpcode, Type);
787 return hasProperty(MCID::Variadic, Type);
793 return hasProperty(MCID::HasOptionalDef, Type);
799 return hasProperty(MCID::Pseudo, Type);
803 return hasProperty(MCID::Return, Type);
809 return hasProperty(MCID::EHScopeReturn, Type);
813 return hasProperty(MCID::Call, Type);
828 return hasProperty(MCID::Barrier, Type);
837 return hasProperty(MCID::Terminator, Type)
    [all...]

Completed in 29 milliseconds