Home
last modified time | relevance | path

Searched refs:isTypeAttribute (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp197 if (A.isTypeAttribute()) in incorporateAttributes()
H A DAttributes.cpp286 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute
287 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()
292 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()
327 assert(isTypeAttribute() && in getValueAsType()
431 if (isTypeAttribute()) { in getAsString()
654 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()
679 assert(isTypeAttribute()); in getValueAsType()
695 assert(!AI.isTypeAttribute() && "Comparison of types would be unstable"); in operator <()
H A DAttributeImpl.h61 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
H A DCore.cpp212 return unwrap(A).isTypeAttribute(); in LLVMIsTypeAttribute()
H A DAsmWriter.cpp4659 if (!Attr.isTypeAttribute()) { in writeAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h154 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()
181 bool isTypeAttribute() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp129 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
H A DAssumeBundleBuilder.cpp196 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1015 if (Attr.isTypeAttribute()) in EnumerateAttributes()
H A DBitcodeWriter.cpp893 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1020 if (Attr.isTypeAttribute()) in EnumerateAttributes()