Home
last modified time | relevance | path

Searched refs:merge_blocks_to_info (Results 1 – 8 of 8) sorted by relevance

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_merge_function_returns.cpp146 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in IsApplicable() local
151 merge_block_entry.first, merge_blocks_to_info, in IsApplicable()
309 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in Apply() local
318 merge_blocks_to_info.count(merge_block_id) in Apply()
319 ? &merge_blocks_to_info[merge_block_id] in Apply()
337 *merge_blocks_to_info[merge_block_id] in Apply()
773 merge_blocks_to_info, in CheckThatTheCorrectIdsAreGivenForMergeBlock() argument
782 if (merge_blocks_to_info.count(merge_block) > 0) { in CheckThatTheCorrectIdsAreGivenForMergeBlock()
785 auto info = merge_blocks_to_info.at(merge_block); in CheckThatTheCorrectIdsAreGivenForMergeBlock()
H A Dtransformation_merge_function_returns.h105 merge_blocks_to_info,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_merge_function_returns.cpp142 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in IsApplicable() local
147 merge_block_entry.first, merge_blocks_to_info, in IsApplicable()
305 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in Apply() local
314 merge_blocks_to_info.count(merge_block_id) in Apply()
315 ? &merge_blocks_to_info[merge_block_id] in Apply()
333 *merge_blocks_to_info[merge_block_id] in Apply()
756 merge_blocks_to_info, in CheckThatTheCorrectIdsAreGivenForMergeBlock() argument
765 if (merge_blocks_to_info.count(merge_block) > 0) { in CheckThatTheCorrectIdsAreGivenForMergeBlock()
768 auto info = merge_blocks_to_info.at(merge_block); in CheckThatTheCorrectIdsAreGivenForMergeBlock()
H A Dtransformation_merge_function_returns.h104 merge_blocks_to_info,
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_merge_function_returns.cpp146 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in IsApplicable() local
151 merge_block_entry.first, merge_blocks_to_info, in IsApplicable()
309 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in Apply() local
318 merge_blocks_to_info.count(merge_block_id) in Apply()
319 ? &merge_blocks_to_info[merge_block_id] in Apply()
337 *merge_blocks_to_info[merge_block_id] in Apply()
773 merge_blocks_to_info, in CheckThatTheCorrectIdsAreGivenForMergeBlock() argument
782 if (merge_blocks_to_info.count(merge_block) > 0) { in CheckThatTheCorrectIdsAreGivenForMergeBlock()
785 auto info = merge_blocks_to_info.at(merge_block); in CheckThatTheCorrectIdsAreGivenForMergeBlock()
H A Dtransformation_merge_function_returns.h105 merge_blocks_to_info,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_merge_function_returns.cpp142 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in IsApplicable() local
147 merge_block_entry.first, merge_blocks_to_info, in IsApplicable()
305 auto merge_blocks_to_info = GetMappingOfMergeBlocksToInfo(); in Apply() local
314 merge_blocks_to_info.count(merge_block_id) in Apply()
315 ? &merge_blocks_to_info[merge_block_id] in Apply()
333 *merge_blocks_to_info[merge_block_id] in Apply()
756 merge_blocks_to_info, in CheckThatTheCorrectIdsAreGivenForMergeBlock() argument
765 if (merge_blocks_to_info.count(merge_block) > 0) { in CheckThatTheCorrectIdsAreGivenForMergeBlock()
768 auto info = merge_blocks_to_info.at(merge_block); in CheckThatTheCorrectIdsAreGivenForMergeBlock()
H A Dtransformation_merge_function_returns.h104 merge_blocks_to_info,