Home
last modified time | relevance | path

Searched refs:IntersectAnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td39 def IntersectAnd : AttrProperty;
86 def AllocAlign: EnumAttr<"allocalign", IntersectAnd, [ParamAttr]>;
92 def AllocatedPointer : EnumAttr<"allocptr", IntersectAnd, [ParamAttr]>;
112 def NoUndef : EnumAttr<"noundef", IntersectAnd, [ParamAttr, RetAttr]>;
115 def Cold : EnumAttr<"cold", IntersectAnd, [FnAttr]>;
122 def Hot: EnumAttr<"hot", IntersectAnd, [FnAttr]>;
151 def InlineHint : EnumAttr<"inlinehint", IntersectAnd, [FnAttr]>;
175 def NoAlias : EnumAttr<"noalias", IntersectAnd, [ParamAttr, RetAttr]>;
181 def NoCallback : EnumAttr<"nocallback", IntersectAnd, [FnAttr]>;
187 def NoDivergenceSource : EnumAttr<"nodivergencesource", IntersectAnd, [FnAttr]>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp765 IntersectAnd = (1 << 3), enumerator
800 Prop == AttributeProperty::IntersectAnd || in hasIntersectProperty()
812 return hasIntersectProperty(Kind, AttributeProperty::IntersectAnd); in intersectWithAnd()