Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp195 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute
196 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()
201 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()
229 assert(isTypeAttribute() && in getValueAsType()
520 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()
540 assert(isTypeAttribute()); in getValueAsType()
551 if (AI.isTypeAttribute()) return true; in operator <()
554 if (isTypeAttribute()) { in operator <()
556 if (AI.isTypeAttribute()) { in operator <()
567 if (AI.isTypeAttribute()) return false; in operator <()
[all …]
DAttributeImpl.h61 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
DAsmWriter.cpp4140 if (!Attr.isTypeAttribute()) { in writeAttribute()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp250 bool Attribute::isTypeAttribute() const { in isTypeAttribute() function in Attribute
251 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute()
256 assert((isEnumAttribute() || isIntAttribute() || isTypeAttribute()) && in getKindAsEnum()
284 assert(isTypeAttribute() && in getValueAsType()
586 assert(isEnumAttribute() || isIntAttribute() || isTypeAttribute()); in getKindAsEnum()
606 assert(isTypeAttribute()); in getValueAsType()
619 if (AI.isTypeAttribute()) return true; in operator <()
622 if (isTypeAttribute()) { in operator <()
624 if (AI.isTypeAttribute()) { in operator <()
635 if (AI.isTypeAttribute()) return false; in operator <()
[all …]
DAttributeImpl.h60 bool isTypeAttribute() const { return KindID == TypeAttrEntry; } in isTypeAttribute() function
DAsmWriter.cpp4375 if (!Attr.isTypeAttribute()) { in writeAttribute()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h118 assert(isTypeAttribute() && "this requires a typed attribute"); in getWithNewType()
148 bool isTypeAttribute() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp116 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
DAssumeBundleBuilder.cpp195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h124 bool isTypeAttribute() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp772 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp797 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()