Home
last modified time | relevance | path

Searched refs:SpvOpLabel (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_function_test.cpp163 MakeInstructionMessage(SpvOpLabel, 0, 14, {}), in TEST()
177 MakeInstructionMessage(SpvOpLabel, 0, 21, {}), in TEST()
184 MakeInstructionMessage(SpvOpLabel, 0, 25, {}), in TEST()
194 MakeInstructionMessage(SpvOpLabel, 0, 22, {}), in TEST()
210 MakeInstructionMessage(SpvOpLabel, 0, 24, {}), in TEST()
219 MakeInstructionMessage(SpvOpLabel, 0, 23, {}), in TEST()
306 MakeInstructionMessage(SpvOpLabel, 0, 16, {}), in TEST()
518 MakeInstructionMessage(SpvOpLabel, 0, 14, {})})) in TEST()
551 MakeInstructionMessage(SpvOpLabel, 0, 14, {}), in TEST()
588 instructions.push_back(MakeInstructionMessage(SpvOpLabel, 0, 31, {})); in TEST()
[all …]
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_function_test.cpp163 MakeInstructionMessage(SpvOpLabel, 0, 14, {}), in TEST()
177 MakeInstructionMessage(SpvOpLabel, 0, 21, {}), in TEST()
184 MakeInstructionMessage(SpvOpLabel, 0, 25, {}), in TEST()
194 MakeInstructionMessage(SpvOpLabel, 0, 22, {}), in TEST()
210 MakeInstructionMessage(SpvOpLabel, 0, 24, {}), in TEST()
219 MakeInstructionMessage(SpvOpLabel, 0, 23, {}), in TEST()
306 MakeInstructionMessage(SpvOpLabel, 0, 16, {}), in TEST()
518 MakeInstructionMessage(SpvOpLabel, 0, 14, {})})) in TEST()
551 MakeInstructionMessage(SpvOpLabel, 0, 14, {}), in TEST()
588 instructions.push_back(MakeInstructionMessage(SpvOpLabel, 0, 31, {})); in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_function_test.cpp163 MakeInstructionMessage(SpvOpLabel, 0, 14, {}), in TEST()
177 MakeInstructionMessage(SpvOpLabel, 0, 21, {}), in TEST()
184 MakeInstructionMessage(SpvOpLabel, 0, 25, {}), in TEST()
194 MakeInstructionMessage(SpvOpLabel, 0, 22, {}), in TEST()
210 MakeInstructionMessage(SpvOpLabel, 0, 24, {}), in TEST()
219 MakeInstructionMessage(SpvOpLabel, 0, 23, {}), in TEST()
306 MakeInstructionMessage(SpvOpLabel, 0, 16, {}), in TEST()
518 MakeInstructionMessage(SpvOpLabel, 0, 14, {})})) in TEST()
551 MakeInstructionMessage(SpvOpLabel, 0, 14, {}), in TEST()
588 instructions.push_back(MakeInstructionMessage(SpvOpLabel, 0, 31, {})); in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp100 bool is_block = def_use->GetDef(id)->opcode() == SpvOpLabel; in PrintDivergenceFlow()
106 while (source != 0 && def_use->GetDef(source)->opcode() == SpvOpLabel) { in PrintDivergenceFlow()
125 while (source != 0 && source_def->opcode() != SpvOpLabel) { in PrintDivergenceFlow()
Ddivergence_analysis.cpp35 } else if (inst->opcode() == SpvOpLabel) { in EnqueueSuccessors()
57 if (inst->opcode() == SpvOpLabel) { in Visit()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlint_divergent_derivatives.cpp100 bool is_block = def_use->GetDef(id)->opcode() == SpvOpLabel; in PrintDivergenceFlow()
106 while (source != 0 && def_use->GetDef(source)->opcode() == SpvOpLabel) { in PrintDivergenceFlow()
125 while (source != 0 && source_def->opcode() != SpvOpLabel) { in PrintDivergenceFlow()
Ddivergence_analysis.cpp35 } else if (inst->opcode() == SpvOpLabel) { in EnqueueSuccessors()
57 if (inst->opcode() == SpvOpLabel) { in Visit()
/third_party/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp100 bool is_block = def_use->GetDef(id)->opcode() == SpvOpLabel; in PrintDivergenceFlow()
106 while (source != 0 && def_use->GetDef(source)->opcode() == SpvOpLabel) { in PrintDivergenceFlow()
125 while (source != 0 && source_def->opcode() != SpvOpLabel) { in PrintDivergenceFlow()
Ddivergence_analysis.cpp35 } else if (inst->opcode() == SpvOpLabel) { in EnqueueSuccessors()
57 if (inst->opcode() == SpvOpLabel) { in Visit()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp110 if (_.GetIdOpcode(inc_id) != SpvOpLabel) { in ValidatePhi()
145 if (!target || SpvOpLabel != target->opcode()) { in ValidateBranch()
180 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
188 if (!false_target || SpvOpLabel != false_target->opcode()) { in ValidateBranchConditional()
209 if (default_label->opcode() != SpvOpLabel) { in ValidateSwitch()
219 if (!target || SpvOpLabel != target->opcode()) { in ValidateSwitch()
273 if (!merge || merge->opcode() != SpvOpLabel) { in ValidateLoopMerge()
284 if (!continue_target || continue_target->opcode() != SpvOpLabel) { in ValidateLoopMerge()
941 case SpvOpLabel: in CfgPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp110 if (_.GetIdOpcode(inc_id) != SpvOpLabel) { in ValidatePhi()
145 if (!target || SpvOpLabel != target->opcode()) { in ValidateBranch()
180 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
188 if (!false_target || SpvOpLabel != false_target->opcode()) { in ValidateBranchConditional()
209 if (default_label->opcode() != SpvOpLabel) { in ValidateSwitch()
219 if (!target || SpvOpLabel != target->opcode()) { in ValidateSwitch()
273 if (!merge || merge->opcode() != SpvOpLabel) { in ValidateLoopMerge()
284 if (!continue_target || continue_target->opcode() != SpvOpLabel) { in ValidateLoopMerge()
941 case SpvOpLabel: in CfgPass()
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp111 if (_.GetIdOpcode(inc_id) != SpvOpLabel) { in ValidatePhi()
146 if (!target || SpvOpLabel != target->opcode()) { in ValidateBranch()
181 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
189 if (!false_target || SpvOpLabel != false_target->opcode()) { in ValidateBranchConditional()
216 if (default_label->opcode() != SpvOpLabel) { in ValidateSwitch()
226 if (!target || SpvOpLabel != target->opcode()) { in ValidateSwitch()
276 if (!merge || merge->opcode() != SpvOpLabel) { in ValidateLoopMerge()
287 if (!continue_target || continue_target->opcode() != SpvOpLabel) { in ValidateLoopMerge()
1003 case SpvOpLabel: in CfgPass()
/third_party/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp80 if (!block_label || block_label->opcode() != SpvOpLabel) { in IsApplicable()
300 ir_context, SpvOpLabel, 0, message_.new_entry_fresh_id(), in Apply()
313 ir_context, SpvOpLabel, 0, message_.merge_label_fresh_id(), in Apply()
424 ir_context, SpvOpLabel, 0, in Apply()
Dtransformation_merge_function_returns.cpp137 return inst->opcode() == SpvOpLabel || in IsApplicable()
501 ir_context, SpvOpLabel, 0, message_.outer_header_id(), in Apply()
543 ir_context, SpvOpLabel, 0, message_.outer_return_id(), in Apply()
586 ir_context, SpvOpLabel, 0, message_.unreachable_continue_id(), in Apply()
Dtransformation_add_function.cpp192 if (inst.opcode() == SpvOpLabel) { in Apply()
268 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()
277 assert(message_.instruction(instruction_index).opcode() == SpvOpLabel); in TryToAddFunction()
290 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp80 if (!block_label || block_label->opcode() != SpvOpLabel) { in IsApplicable()
300 ir_context, SpvOpLabel, 0, message_.new_entry_fresh_id(), in Apply()
313 ir_context, SpvOpLabel, 0, message_.merge_label_fresh_id(), in Apply()
424 ir_context, SpvOpLabel, 0, in Apply()
Dtransformation_add_function.cpp192 if (inst.opcode() == SpvOpLabel) { in Apply()
268 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()
277 assert(message_.instruction(instruction_index).opcode() == SpvOpLabel); in TryToAddFunction()
290 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()
Dtransformation_merge_function_returns.cpp137 return inst->opcode() == SpvOpLabel || in IsApplicable()
501 ir_context, SpvOpLabel, 0, message_.outer_header_id(), in Apply()
543 ir_context, SpvOpLabel, 0, message_.outer_return_id(), in Apply()
586 ir_context, SpvOpLabel, 0, message_.unreachable_continue_id(), in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp80 if (!block_label || block_label->opcode() != SpvOpLabel) { in IsApplicable()
300 ir_context, SpvOpLabel, 0, message_.new_entry_fresh_id(), in Apply()
313 ir_context, SpvOpLabel, 0, message_.merge_label_fresh_id(), in Apply()
424 ir_context, SpvOpLabel, 0, in Apply()
Dtransformation_merge_function_returns.cpp137 return inst->opcode() == SpvOpLabel || in IsApplicable()
501 ir_context, SpvOpLabel, 0, message_.outer_header_id(), in Apply()
543 ir_context, SpvOpLabel, 0, message_.outer_return_id(), in Apply()
586 ir_context, SpvOpLabel, 0, message_.unreachable_continue_id(), in Apply()
Dtransformation_add_function.cpp192 if (inst.opcode() == SpvOpLabel) { in Apply()
268 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()
277 assert(message_.instruction(instruction_index).opcode() == SpvOpLabel); in TryToAddFunction()
290 message_.instruction(instruction_index).opcode() != SpvOpLabel) { in TryToAddFunction()
/third_party/spirv-tools/source/opt/
Dbasic_block.cpp103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts()
246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts()
246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts()
246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
Ddominator_analysis.cpp67 if (current->opcode() == SpvOpLabel) { in Dominates()

12345678