Home
last modified time | relevance | path

Searched refs:cached_result (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp128 auto cached_result = index_cache.find(index); in operator []()
129 if (cached_result != index_cache.end()) { in operator []()
130 return cached_result->second; in operator []()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dreduce_load_size.cpp131 auto cached_result = should_replace_cache_.find(op_inst->result_id()); in ShouldReplaceExtract() local
132 if (cached_result != should_replace_cache_.end()) { in ShouldReplaceExtract()
133 return cached_result->second; in ShouldReplaceExtract()
H A Dupgrade_memory_model.cpp334 auto& cached_result = cache_[std::make_pair(inst->result_id(), indices)]; in TraceInstruction() local
335 cached_result.first = false; in TraceInstruction()
336 cached_result.second = false; in TraceInstruction()
373 cached_result.first = true; in TraceInstruction()
374 cached_result.second = true; in TraceInstruction()
399 cached_result.first = is_coherent; in TraceInstruction()
400 cached_result.second = is_volatile; in TraceInstruction()
H A Daggressive_dead_code_elim_pass.cpp1047 auto cached_result = entry_point_with_no_calls_cache_.find(func->result_id()); in IsEntryPointWithNoCalls() local
1048 if (cached_result != entry_point_with_no_calls_cache_.end()) { in IsEntryPointWithNoCalls()
1049 return cached_result->second; in IsEntryPointWithNoCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Davailable_instructions.cpp128 auto cached_result = index_cache.find(index); in operator []()
129 if (cached_result != index_cache.end()) { in operator []()
130 return cached_result->second; in operator []()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreduce_load_size.cpp131 auto cached_result = should_replace_cache_.find(op_inst->result_id()); in ShouldReplaceExtract() local
132 if (cached_result != should_replace_cache_.end()) { in ShouldReplaceExtract()
133 return cached_result->second; in ShouldReplaceExtract()
H A Dupgrade_memory_model.cpp334 auto& cached_result = cache_[std::make_pair(inst->result_id(), indices)]; in TraceInstruction() local
335 cached_result.first = false; in TraceInstruction()
336 cached_result.second = false; in TraceInstruction()
373 cached_result.first = true; in TraceInstruction()
374 cached_result.second = true; in TraceInstruction()
399 cached_result.first = is_coherent; in TraceInstruction()
400 cached_result.second = is_volatile; in TraceInstruction()
H A Daggressive_dead_code_elim_pass.cpp1047 auto cached_result = entry_point_with_no_calls_cache_.find(func->result_id()); in IsEntryPointWithNoCalls() local
1048 if (cached_result != entry_point_with_no_calls_cache_.end()) { in IsEntryPointWithNoCalls()
1049 return cached_result->second; in IsEntryPointWithNoCalls()
/third_party/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp128 auto cached_result = index_cache.find(index); in operator []()
129 if (cached_result != index_cache.end()) { in operator []()
130 return cached_result->second; in operator []()
/third_party/spirv-tools/source/opt/
H A Dreduce_load_size.cpp128 auto cached_result = should_replace_cache_.find(op_inst->result_id()); in ShouldReplaceExtract() local
129 if (cached_result != should_replace_cache_.end()) { in ShouldReplaceExtract()
130 return cached_result->second; in ShouldReplaceExtract()
H A Dupgrade_memory_model.cpp336 auto& cached_result = cache_[std::make_pair(inst->result_id(), indices)]; in TraceInstruction() local
337 cached_result.first = false; in TraceInstruction()
338 cached_result.second = false; in TraceInstruction()
375 cached_result.first = true; in TraceInstruction()
376 cached_result.second = true; in TraceInstruction()
401 cached_result.first = is_coherent; in TraceInstruction()
402 cached_result.second = is_volatile; in TraceInstruction()
H A Daggressive_dead_code_elim_pass.cpp1083 auto cached_result = entry_point_with_no_calls_cache_.find(func->result_id()); in IsEntryPointWithNoCalls() local
1084 if (cached_result != entry_point_with_no_calls_cache_.end()) { in IsEntryPointWithNoCalls()
1085 return cached_result->second; in IsEntryPointWithNoCalls()
/third_party/libabigail/src/
H A Dabg-ir.cc19514 bool cached_result = false; in equals() local
19516 cached_result)) in equals()
19517 return cached_result; in equals()

Completed in 42 milliseconds