Home
last modified time | relevance | path

Searched refs:AttributeListImpl (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h280 class AttributeListImpl final
282 private TrailingObjects<AttributeListImpl, AttributeSet> {
297 AttributeListImpl(ArrayRef<AttributeSet> Sets);
300 AttributeListImpl(const AttributeListImpl &) = delete;
301 AttributeListImpl &operator=(const AttributeListImpl &) = delete;
326 static_assert(std::is_trivially_destructible<AttributeListImpl>::value,
DAttributes.cpp1011 AttributeListImpl::AttributeListImpl(ArrayRef<AttributeSet> Sets) in AttributeListImpl() function in AttributeListImpl
1030 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
1034 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
1040 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere()
1059 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
1060 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
1074 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
1077 AttributeListImpl *PA = in getImpl()
1085 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
1086 alignof(AttributeListImpl)); in getImpl()
[all …]
DLLVMContextImpl.h1361 FoldingSet<AttributeListImpl> AttrsLists;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h240 class AttributeListImpl final
242 private TrailingObjects<AttributeListImpl, AttributeSet> {
256 AttributeListImpl(LLVMContext &C, ArrayRef<AttributeSet> Sets);
259 AttributeListImpl(const AttributeListImpl &) = delete;
260 AttributeListImpl &operator=(const AttributeListImpl &) = delete;
DLLVMContextImpl.cpp114 for (FoldingSetIterator<AttributeListImpl> I = AttrsLists.begin(), in ~LLVMContextImpl()
117 FoldingSetIterator<AttributeListImpl> Elem = I++; in ~LLVMContextImpl()
DAttributes.cpp903 AttributeListImpl::AttributeListImpl(LLVMContext &C, in AttributeListImpl() function in AttributeListImpl
925 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile()
929 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile()
936 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump()
937 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump()
951 AttributeListImpl::Profile(ID, AttrSets); in getImpl()
954 AttributeListImpl *PA = in getImpl()
962 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size())); in getImpl()
963 PA = new (Mem) AttributeListImpl(C, AttrSets); in getImpl()
DLLVMContextImpl.h1269 FoldingSet<AttributeListImpl> AttrsLists;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h38 class AttributeListImpl; variable
215 friend AttributeListImpl; variable
347 friend class AttributeListImpl;
354 AttributeListImpl *pImpl = nullptr;
370 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}
681 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
687 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h37 class AttributeListImpl; variable
240 friend AttributeListImpl; variable
375 friend class AttributeListImpl;
382 AttributeListImpl *pImpl = nullptr;
398 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {}
729 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
735 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
D2011-09-06-MemCpy.ll60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
61 %struct.AttributeListImpl = type opaque
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
D2011-09-06-MemCpy.ll60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
61 %struct.AttributeListImpl = type opaque
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
61 %struct.AttributeListImpl = type opaque