Home
last modified time | relevance | path

Searched defs:IndexedSet (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h37 struct IndexedSet { struct
38 IndexedSet() { Map.reserve(N); } in IndexedSet() function
40 T get(uint32_t Idx) const { in get()
46 uint32_t insert(T Val) { in insert()
55 uint32_t find(T Val) const { in find()
61 uint32_t size() const { return Map.size(); } in size()
63 using const_iterator = typename std::vector<T>::const_iterator;
65 const_iterator begin() const { return Map.begin(); } in begin()
66 const_iterator end() const { return Map.end(); } in end()