Searched refs:LayoutMap (Results 1 – 7 of 7) sorted by relevance
181 LayoutMap = nullptr; in reset()381 DataLayout::DataLayout(const Module *M) : LayoutMap(nullptr) { in DataLayout()548 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()549 LayoutMap = nullptr; in clear()557 if (!LayoutMap) in getStructLayout()558 LayoutMap = new StructLayoutMap(); in getStructLayout()560 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
145 mutable void *LayoutMap; variable182 explicit DataLayout(StringRef LayoutDescription) : LayoutMap(nullptr) { in DataLayout()191 DataLayout(const DataLayout &DL) : LayoutMap(nullptr) { *this = DL; } in DataLayout()
177 LayoutMap = nullptr; in reset()605 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()606 LayoutMap = nullptr; in clear()614 if (!LayoutMap) in getStructLayout()615 LayoutMap = new StructLayoutMap(); in getStructLayout()617 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
180 LayoutMap = nullptr; in reset()662 delete static_cast<StructLayoutMap *>(LayoutMap); in clear()663 LayoutMap = nullptr; in clear()671 if (!LayoutMap) in getStructLayout()672 LayoutMap = new StructLayoutMap(); in getStructLayout()674 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap); in getStructLayout()
167 mutable void *LayoutMap = nullptr; variable
170 mutable void *LayoutMap = nullptr; variable
580 …e_container::SparseVector<size_t, VkImageLayout, true, kInvalidLayout, kSparseThreshold> LayoutMap;584 LayoutMap current;629 return Base::ConstIterator(new ConstIteratorImpl<LayoutMap>(*this, layouts_.current));