Home
last modified time | relevance | path

Searched refs:value_to_node_ (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp29 auto it = value_to_node_.find(value); in Insert()
30 if (it != value_to_node_.end() && IsInTree(it->second)) return false; in Insert()
40 assert(value_to_node_.count(value)); in Insert()
46 auto it = value_to_node_.find(value); in Remove()
47 if (it == value_to_node_.end()) return false; in Remove()
78 const auto it = value_to_node_.find(value); in RankFromValue()
79 if (it == value_to_node_.end()) { in RankFromValue()
113 const auto it = value_to_node_.find(value); in HasValue()
114 if (it == value_to_node_.end()) { in HasValue()
129 const auto it = value_to_node_.find(value); in Promote()
[all …]
Dmove_to_front.h276 std::unordered_map<uint32_t, uint32_t> value_to_node_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp29 auto it = value_to_node_.find(value); in Insert()
30 if (it != value_to_node_.end() && IsInTree(it->second)) return false; in Insert()
40 assert(value_to_node_.count(value)); in Insert()
46 auto it = value_to_node_.find(value); in Remove()
47 if (it == value_to_node_.end()) return false; in Remove()
78 const auto it = value_to_node_.find(value); in RankFromValue()
79 if (it == value_to_node_.end()) { in RankFromValue()
113 const auto it = value_to_node_.find(value); in HasValue()
114 if (it == value_to_node_.end()) { in HasValue()
129 const auto it = value_to_node_.find(value); in Promote()
[all …]
Dmove_to_front.h276 std::unordered_map<uint32_t, uint32_t> value_to_node_; variable
/external/deqp-deps/SPIRV-Tools/test/
Dmove_to_front_test.cpp36 const auto it = value_to_node_.find(val); in TestRemove()
37 assert(it != value_to_node_.end()); in TestRemove()
49 const auto it = value_to_node_.find(value); in GetNodeHandle()
50 if (it == value_to_node_.end()) return 0; in GetNodeHandle()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dmove_to_front_test.cpp36 const auto it = value_to_node_.find(val); in TestRemove()
37 assert(it != value_to_node_.end()); in TestRemove()
49 const auto it = value_to_node_.find(value); in GetNodeHandle()
50 if (it == value_to_node_.end()) return 0; in GetNodeHandle()