Home
last modified time | relevance | path

Searched refs:FindOrCreateGlobalUndef (Results 1 – 25 of 33) sorted by relevance

12

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_merge_function_returns.cpp100 FindOrCreateGlobalUndef(function_return_type->result_id()); in Apply()
197 uint32_t suitable_id = FindOrCreateGlobalUndef(function->type_id()); in Apply()
306 this->FindOrCreateGlobalUndef(phi_inst->type_id()); in GetInfoNeededForMergeBlocks()
Dfuzzer_pass_add_dead_continues.cpp66 phi_ids.push_back(FindOrCreateGlobalUndef(phi->type_id())); in Apply()
Dfuzzer_pass_add_dead_breaks.cpp75 phi_ids.push_back(FindOrCreateGlobalUndef(phi->type_id())); in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp211 FindOrCreateGlobalUndef(instruction->type_id())); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_merge_function_returns.cpp101 FindOrCreateGlobalUndef(function_return_type->result_id()); in Apply()
199 uint32_t suitable_id = FindOrCreateGlobalUndef(function->type_id()); in Apply()
308 this->FindOrCreateGlobalUndef(phi_inst->type_id()); in GetInfoNeededForMergeBlocks()
Dfuzzer_pass_add_dead_continues.cpp67 phi_ids.push_back(FindOrCreateGlobalUndef(phi->type_id())); in Apply()
Dfuzzer_pass_add_dead_breaks.cpp76 phi_ids.push_back(FindOrCreateGlobalUndef(phi->type_id())); in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp212 FindOrCreateGlobalUndef(instruction->type_id())); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_merge_function_returns.cpp101 FindOrCreateGlobalUndef(function_return_type->result_id()); in Apply()
199 uint32_t suitable_id = FindOrCreateGlobalUndef(function->type_id()); in Apply()
308 this->FindOrCreateGlobalUndef(phi_inst->type_id()); in GetInfoNeededForMergeBlocks()
Dfuzzer_pass_add_dead_continues.cpp67 phi_ids.push_back(FindOrCreateGlobalUndef(phi->type_id())); in Apply()
Dfuzzer_pass_add_dead_breaks.cpp76 phi_ids.push_back(FindOrCreateGlobalUndef(phi->type_id())); in Apply()
Dfuzzer_pass_flatten_conditional_branches.cpp212 FindOrCreateGlobalUndef(instruction->type_id())); in Apply()
Dfuzzer_pass.h220 uint32_t FindOrCreateGlobalUndef(uint32_t type_id);
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreduction_util.h41 uint32_t FindOrCreateGlobalUndef(opt::IRContext* context, uint32_t type_id);
Dchange_operand_to_undef_reduction_opportunity.cpp36 auto undef_id = FindOrCreateGlobalUndef(context_, operand_type_id); in Apply()
Dstructured_loop_to_selection_reduction_opportunity.cpp170 auto undef_id = FindOrCreateGlobalUndef(context_, phi_inst->type_id()); in AdaptPhiInstructionsForAddedEdge()
260 {FindOrCreateGlobalUndef(context_, def.type_id())}); in FixNonDominatedIdUses()
Dreduction_util.cpp84 uint32_t FindOrCreateGlobalUndef(opt::IRContext* context, uint32_t type_id) { in FindOrCreateGlobalUndef() function
/third_party/spirv-tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.cpp36 auto undef_id = FindOrCreateGlobalUndef(context_, operand_type_id); in Apply()
Dreduction_util.h41 uint32_t FindOrCreateGlobalUndef(opt::IRContext* context, uint32_t type_id);
Dstructured_loop_to_selection_reduction_opportunity.cpp173 auto undef_id = FindOrCreateGlobalUndef(context_, phi_inst->type_id()); in AdaptPhiInstructionsForAddedEdge()
263 {FindOrCreateGlobalUndef(context_, def.type_id())}); in FixNonDominatedIdUses()
Dreduction_util.cpp84 uint32_t FindOrCreateGlobalUndef(opt::IRContext* context, uint32_t type_id) { in FindOrCreateGlobalUndef() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.h41 uint32_t FindOrCreateGlobalUndef(opt::IRContext* context, uint32_t type_id);
Dchange_operand_to_undef_reduction_opportunity.cpp36 auto undef_id = FindOrCreateGlobalUndef(context_, operand_type_id); in Apply()
Dstructured_loop_to_selection_reduction_opportunity.cpp170 auto undef_id = FindOrCreateGlobalUndef(context_, phi_inst->type_id()); in AdaptPhiInstructionsForAddedEdge()
260 {FindOrCreateGlobalUndef(context_, def.type_id())}); in FixNonDominatedIdUses()
Dreduction_util.cpp84 uint32_t FindOrCreateGlobalUndef(opt::IRContext* context, uint32_t type_id) { in FindOrCreateGlobalUndef() function

12