/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_function_test.cpp | 163 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/ |
D | transformation_add_function_test.cpp | 163 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/ |
D | transformation_add_function_test.cpp | 163 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/ |
D | lint_divergent_derivatives.cpp | 100 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()
|
D | divergence_analysis.cpp | 35 } 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/ |
D | lint_divergent_derivatives.cpp | 100 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()
|
D | divergence_analysis.cpp | 35 } else if (inst->opcode() == SpvOpLabel) { in EnqueueSuccessors() 57 if (inst->opcode() == SpvOpLabel) { in Visit()
|
/third_party/spirv-tools/source/lint/ |
D | lint_divergent_derivatives.cpp | 100 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()
|
D | divergence_analysis.cpp | 35 } 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/ |
D | validate_cfg.cpp | 110 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/ |
D | validate_cfg.cpp | 110 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/ |
D | validate_cfg.cpp | 111 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/ |
D | transformation_duplicate_region_with_selection.cpp | 80 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()
|
D | transformation_merge_function_returns.cpp | 137 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()
|
D | transformation_add_function.cpp | 192 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/ |
D | transformation_duplicate_region_with_selection.cpp | 80 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()
|
D | transformation_add_function.cpp | 192 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()
|
D | transformation_merge_function_returns.cpp | 137 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/ |
D | transformation_duplicate_region_with_selection.cpp | 80 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()
|
D | transformation_merge_function_returns.cpp | 137 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()
|
D | transformation_add_function.cpp | 192 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/ |
D | basic_block.cpp | 103 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/ |
D | basic_block.cpp | 103 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/ |
D | basic_block.cpp | 103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts() 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | dominator_analysis.cpp | 67 if (current->opcode() == SpvOpLabel) { in Dominates()
|