Home
last modified time | relevance | path

Searched refs:instructions_that_need_ids (Results 1 – 12 of 12) sorted by relevance

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_flatten_conditional_branches.cpp67 std::set<opt::Instruction*> instructions_that_need_ids; in Apply() local
73 &instructions_that_need_ids)) { in Apply()
185 for (auto instruction : instructions_that_need_ids) { in Apply()
H A Dtransformation_flatten_conditional_branch.cpp86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() local
93 &instructions_that_need_ids)) { in IsApplicable()
143 for (auto instruction : instructions_that_need_ids) { in IsApplicable()
437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() argument
524 [ir_context, instructions_that_need_ids, in GetProblematicInstructionsIfConditionalCanBeFlattened()
554 instructions_that_need_ids->emplace(instruction); in GetProblematicInstructionsIfConditionalCanBeFlattened()
H A Dtransformation_flatten_conditional_branch.h78 std::set<opt::Instruction*>* instructions_that_need_ids);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_flatten_conditional_branches.cpp69 std::set<opt::Instruction*> instructions_that_need_ids; in Apply() local
75 &instructions_that_need_ids)) { in Apply()
187 for (auto instruction : instructions_that_need_ids) { in Apply()
H A Dtransformation_flatten_conditional_branch.cpp86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() local
93 &instructions_that_need_ids)) { in IsApplicable()
143 for (auto instruction : instructions_that_need_ids) { in IsApplicable()
437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() argument
517 block->WhileEachInst([ir_context, instructions_that_need_ids]( in GetProblematicInstructionsIfConditionalCanBeFlattened()
538 instructions_that_need_ids->emplace(instruction); in GetProblematicInstructionsIfConditionalCanBeFlattened()
H A Dtransformation_flatten_conditional_branch.h76 std::set<opt::Instruction*>* instructions_that_need_ids);
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dfuzzer_pass_flatten_conditional_branches.cpp67 std::set<opt::Instruction*> instructions_that_need_ids; in Apply() local
73 &instructions_that_need_ids)) { in Apply()
185 for (auto instruction : instructions_that_need_ids) { in Apply()
H A Dtransformation_flatten_conditional_branch.cpp86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() local
93 &instructions_that_need_ids)) { in IsApplicable()
143 for (auto instruction : instructions_that_need_ids) { in IsApplicable()
437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() argument
524 [ir_context, instructions_that_need_ids, in GetProblematicInstructionsIfConditionalCanBeFlattened()
554 instructions_that_need_ids->emplace(instruction); in GetProblematicInstructionsIfConditionalCanBeFlattened()
H A Dtransformation_flatten_conditional_branch.h78 std::set<opt::Instruction*>* instructions_that_need_ids);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dfuzzer_pass_flatten_conditional_branches.cpp69 std::set<opt::Instruction*> instructions_that_need_ids; in Apply() local
75 &instructions_that_need_ids)) { in Apply()
187 for (auto instruction : instructions_that_need_ids) { in Apply()
H A Dtransformation_flatten_conditional_branch.cpp86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() local
93 &instructions_that_need_ids)) { in IsApplicable()
143 for (auto instruction : instructions_that_need_ids) { in IsApplicable()
437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() argument
517 block->WhileEachInst([ir_context, instructions_that_need_ids]( in GetProblematicInstructionsIfConditionalCanBeFlattened()
538 instructions_that_need_ids->emplace(instruction); in GetProblematicInstructionsIfConditionalCanBeFlattened()
H A Dtransformation_flatten_conditional_branch.h76 std::set<opt::Instruction*>* instructions_that_need_ids);