Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DLLVM.h41 class DenseMap; variable
103 using DenseMap = llvm::DenseMap<KeyT, ValueT, KeyInfoT, BucketT>; variable
/external/llvm-project/llvm/docs/
DProgrammersManual.rst2179 .. _dss_sortedvectormap:
2181 A sorted 'vector'
2193 llvm/ADT/StringMap.h
2240 llvm/ADT/DenseMap.h argument
2268 ValueMap is a wrapper around a :ref:`DenseMap <dss_densemap>` mapping argument
2277 llvm/ADT/IntervalMap.h
2308 ``MapVector<KeyT,ValueT>`` provides a subset of the DenseMap interface. The argument
2321 llvm/ADT/IntEqClasses.h
2337 llvm/ADT/ImmutableMap.h
2349 Other Map-Like Container Options
/external/llvm/docs/
DProgrammersManual.rst1508 .. _dss_sortedvectormap:
1510 A sorted 'vector'
1522 llvm/ADT/StringMap.h
1569 llvm/ADT/DenseMap.h argument
1597 ValueMap is a wrapper around a :ref:`DenseMap <dss_densemap>` mapping argument
1606 llvm/ADT/IntervalMap.h
1637 ``MapVector<KeyT,ValueT>`` provides a subset of the DenseMap interface. The argument
1650 llvm/ADT/IntEqClasses.h
1666 llvm/ADT/ImmutableMap.h
1678 Other Map-Like Container Options
/external/llvm/include/llvm/IR/
DDebugInfo.h34 class DenseMap; variable
/external/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/
Dllvm-support.cpp18 llvm::DenseMap<int, int> DenseMap = {{4, 5}, {6, 7}}; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h702 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
707 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
713 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
718 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() function
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h731 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
736 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
742 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
747 DenseMap(std::initializer_list<typename BaseT::value_type> Vals) { in DenseMap() function
/external/llvm/include/llvm/ADT/
DDenseMap.h602 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
607 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
613 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h600 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
605 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
611 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp3326 TEST_F(DebugVariableTest, DenseMap) { in TEST_F() argument