Home
last modified time | relevance | path

Searched refs:UUMap (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/ADT/
DIntervalMapTest.cpp17 typedef IntervalMap<unsigned, unsigned, 4> UUMap; typedef
21 UUMap::Allocator allocator; in TEST()
22 UUMap map(allocator); in TEST()
40 UUMap::iterator I = map.begin(); in TEST()
45 UUMap::const_iterator CI; in TEST()
48 UUMap::iterator I2; in TEST()
55 UUMap::Allocator allocator; in TEST()
56 UUMap map(allocator); in TEST()
80 UUMap::iterator I = map.begin(); in TEST()
142 UUMap::Allocator allocator; in TEST()
[all …]
/external/swiftshader/third_party/LLVM/unittests/ADT/
DIntervalMapTest.cpp17 typedef IntervalMap<unsigned, unsigned, 4> UUMap; typedef
21 UUMap::Allocator allocator; in TEST()
22 UUMap map(allocator); in TEST()
40 UUMap::iterator I = map.begin(); in TEST()
45 UUMap::const_iterator CI; in TEST()
48 UUMap::iterator I2; in TEST()
55 UUMap::Allocator allocator; in TEST()
56 UUMap map(allocator); in TEST()
80 UUMap::iterator I = map.begin(); in TEST()
142 UUMap::Allocator allocator; in TEST()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp199 typedef std::map<unsigned,unsigned> UUMap; in partitionRegisters() typedef
258 UUMap R2P; in partitionRegisters()