/external/deqp-deps/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 …]
|
D | transformation_adjust_branch_weights_test.cpp | 161 instruction_descriptor = MakeInstructionDescriptor(20, SpvOpLabel, 0); in TEST()
|
/external/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 …]
|
/external/deqp-deps/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() 207 if (!target || SpvOpLabel != target->opcode()) { in ValidateSwitch() 261 if (!merge || merge->opcode() != SpvOpLabel) { in ValidateLoopMerge() 272 if (!continue_target || continue_target->opcode() != SpvOpLabel) { in ValidateLoopMerge() 932 case SpvOpLabel: in CfgPass()
|
D | validate_adjacency.cpp | 53 case SpvOpLabel: in ValidateAdjacency()
|
/external/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() 207 if (!target || SpvOpLabel != target->opcode()) { in ValidateSwitch() 261 if (!merge || merge->opcode() != SpvOpLabel) { in ValidateLoopMerge() 272 if (!continue_target || continue_target->opcode() != SpvOpLabel) { in ValidateLoopMerge() 932 case SpvOpLabel: in CfgPass()
|
D | validate_adjacency.cpp | 53 case SpvOpLabel: in ValidateAdjacency()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dominator_analysis.cpp | 67 if (current->opcode() == SpvOpLabel) { in Dominates()
|
D | basic_block.cpp | 103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts() 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dominator_analysis.cpp | 67 if (current->opcode() == SpvOpLabel) { in Dominates()
|
D | basic_block.cpp | 103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts() 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 81 if (!block_label || block_label->opcode() != SpvOpLabel) { in IsApplicable() 301 ir_context, SpvOpLabel, 0, message_.new_entry_fresh_id(), in Apply() 314 ir_context, SpvOpLabel, 0, message_.merge_label_fresh_id(), in Apply() 425 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_add_early_terminator_wrapper.cpp | 70 ir_context, SpvOpLabel, 0, message_.label_fresh_id(), in Apply()
|
D | force_render_red.cpp | 209 auto label = MakeUnique<opt::Instruction>(ir_context.get(), SpvOpLabel, 0, in ForceRenderRed() 220 auto label = MakeUnique<opt::Instruction>(ir_context.get(), SpvOpLabel, 0, in ForceRenderRed()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 81 if (!block_label || block_label->opcode() != SpvOpLabel) { in IsApplicable() 301 ir_context, SpvOpLabel, 0, message_.new_entry_fresh_id(), in Apply() 314 ir_context, SpvOpLabel, 0, message_.merge_label_fresh_id(), in Apply() 425 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_add_early_terminator_wrapper.cpp | 70 ir_context, SpvOpLabel, 0, message_.label_fresh_id(), in Apply()
|
D | force_render_red.cpp | 209 auto label = MakeUnique<opt::Instruction>(ir_context.get(), SpvOpLabel, 0, in ForceRenderRed() 220 auto label = MakeUnique<opt::Instruction>(ir_context.get(), SpvOpLabel, 0, in ForceRenderRed()
|
/external/deqp-deps/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 58 2u << SpvWordCountShift | SpvOpLabel, in SetUp()
|
/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 58 2u << SpvWordCountShift | SpvOpLabel, in SetUp()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | ir_builder.cpp | 204 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F() 214 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | ir_builder.cpp | 204 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F() 214 context.get(), SpvOpLabel, 0, context->TakeNextId(), {}))))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 93 case SpvOpLabel: in HandleInstruction()
|
/external/deqp-deps/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 93 case SpvOpLabel: in HandleInstruction()
|