Home
last modified time | relevance | path

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

12345

/external/deqp-deps/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 …]
Dtransformation_adjust_branch_weights_test.cpp161 instruction_descriptor = MakeInstructionDescriptor(20, SpvOpLabel, 0); in TEST()
/external/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 …]
/external/deqp-deps/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()
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()
Dvalidate_adjacency.cpp53 case SpvOpLabel: in ValidateAdjacency()
/external/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()
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()
Dvalidate_adjacency.cpp53 case SpvOpLabel: in ValidateAdjacency()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_analysis.cpp67 if (current->opcode() == SpvOpLabel) { in Dominates()
Dbasic_block.cpp103 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/
Ddominator_analysis.cpp67 if (current->opcode() == SpvOpLabel) { in Dominates()
Dbasic_block.cpp103 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/
Dtransformation_duplicate_region_with_selection.cpp81 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()
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_add_early_terminator_wrapper.cpp70 ir_context, SpvOpLabel, 0, message_.label_fresh_id(), in Apply()
Dforce_render_red.cpp209 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/
Dtransformation_duplicate_region_with_selection.cpp81 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()
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_add_early_terminator_wrapper.cpp70 ir_context, SpvOpLabel, 0, message_.label_fresh_id(), in Apply()
Dforce_render_red.cpp209 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/
Dglobal_values_amount_test.cpp58 2u << SpvWordCountShift | SpvOpLabel, in SetUp()
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp58 2u << SpvWordCountShift | SpvOpLabel, in SetUp()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dir_builder.cpp204 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/
Dir_builder.cpp204 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/
Dbin_to_dot.cpp93 case SpvOpLabel: in HandleInstruction()
/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp93 case SpvOpLabel: in HandleInstruction()

12345