Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp116 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h124 bool isTypeAttribute() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp772 assert(Attr.isTypeAttribute()); in writeAttributeGroupTable()