Searched refs:AttributeListImpl (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 114 class AttributeListImpl; 117 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists; 122 class AttributeListImpl : public FoldingSetNode { class 126 void operator=(const AttributeListImpl &); // Do not implement 127 AttributeListImpl(const AttributeListImpl &); // Do not implement 128 ~AttributeListImpl(); // Private implementation 132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs) in AttributeListImpl() function in llvm::AttributeListImpl 161 AttributeListImpl::~AttributeListImpl() { in ~AttributeListImpl() 183 AttributeListImpl::Profile(ID, Attrs, NumAttrs); in get() 188 AttributeListImpl *PAL = in get() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AttributeImpl.h | 215 class AttributeListImpl final 217 private TrailingObjects<AttributeListImpl, AttributeSet> { 231 AttributeListImpl(LLVMContext &C, ArrayRef<AttributeSet> Sets); 234 AttributeListImpl(const AttributeListImpl &) = delete; 235 AttributeListImpl &operator=(const AttributeListImpl &) = delete;
|
D | Attributes.cpp | 804 AttributeListImpl::AttributeListImpl(LLVMContext &C, in AttributeListImpl() function in AttributeListImpl 824 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile() 828 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile() 835 LLVM_DUMP_METHOD void AttributeListImpl::dump() const { in dump() 836 AttributeList(const_cast<AttributeListImpl *>(this)).dump(); in dump() 850 AttributeListImpl::Profile(ID, AttrSets); in getImpl() 853 AttributeListImpl *PA = in getImpl() 861 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size())); in getImpl() 862 PA = new (Mem) AttributeListImpl(C, AttrSets); in getImpl()
|
D | LLVMContextImpl.cpp | 115 for (FoldingSetIterator<AttributeListImpl> I = AttrsLists.begin(), in ~LLVMContextImpl() 118 FoldingSetIterator<AttributeListImpl> Elem = I++; in ~LLVMContextImpl()
|
D | LLVMContextImpl.h | 1242 FoldingSet<AttributeListImpl> AttrsLists;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 182 class AttributeListImpl; variable 189 AttributeListImpl *AttrList; 296 explicit AttrListPtr(AttributeListImpl *L);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 38 class AttributeListImpl; variable 206 friend AttributeListImpl; variable 333 friend class AttributeListImpl; 340 AttributeListImpl *pImpl = nullptr; 356 explicit AttributeList(AttributeListImpl *LI) : pImpl(LI) {} 657 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val)); 663 return AttributeList(reinterpret_cast<AttributeListImpl *>(Val));
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 60 %struct.AttrListPtr = type { %struct.AttributeListImpl* } 61 %struct.AttributeListImpl = type opaque
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 60 %struct.AttrListPtr = type { %struct.AttributeListImpl* } 61 %struct.AttributeListImpl = type opaque
|
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 60 %struct.AttrListPtr = type { %struct.AttributeListImpl* } 61 %struct.AttributeListImpl = type opaque
|