Home
last modified time | relevance | path

Searched refs:Dereferenceable (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp94 return get(Context, Dereferenceable, Bytes); in getWithDereferenceableBytes()
173 assert(hasAttribute(Attribute::Dereferenceable) && in getDereferenceableBytes()
296 if (hasAttribute(Attribute::Dereferenceable)) in getAsString()
437 case Attribute::Dereferenceable: in getAttrMask()
530 if (I->hasAttribute(Attribute::Dereferenceable)) in getDereferenceableBytes()
568 else if (Kind == Attribute::Dereferenceable) in Raw()
675 else if (Kind == Attribute::Dereferenceable) in get()
1063 Val != Attribute::Dereferenceable && in addAttribute()
1082 else if (Kind == Attribute::Dereferenceable) in addAttribute()
1102 else if (Val == Attribute::Dereferenceable) in removeAttribute()
[all …]
DAttributeImpl.h119 Kind == Attribute::Dereferenceable || in IntAttributeImpl()
/external/llvm/include/llvm/IR/
DAttributes.h91 Dereferenceable, ///< Pointer is known to be dereferenceable enumerator
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1100 return Attribute::Dereferenceable; in GetAttrFromCode()
1217 else if (Kind == Attribute::Dereferenceable) in ParseAttributeGroupBlock()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp201 case Attribute::Dereferenceable: in getAttrKindEncoding()