Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts()
226 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
Dcfg.cpp39 new Instruction(module->context(), SpvOpLabel, 0, 0, {}))), in CFG()
41 module->context(), SpvOpLabel, 0, kMaxResultId, {}))) {
Dloop_utils.cpp358 context_, SpvOpLabel, 0, context_->TakeNextId(), {}))))); in CreateLoopDedicatedExits()
497 context_, SpvOp::SpvOpLabel, 0, context_->TakeNextId(), {})}; in CloneAndAttachLoopToHeader()
683 if (insn->opcode() == SpvOpLabel) return; in Analyze()
Dir_loader.cpp68 } else if (opcode == SpvOpLabel) { in AddInstruction()
Dreplace_invalid_opc.cpp74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
Dmerge_return_pass.cpp147 new Instruction(context(), SpvOpLabel, 0u, TakeNextId(), {})); in CreateReturnBlock()
695 new Instruction(context(), SpvOpLabel, 0u, TakeNextId(), {})); in CreateContinueTarget()
727 new Instruction(context(), SpvOpLabel, 0u, TakeNextId(), {})); in CreateDummyLoop()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dbasic_block.cpp103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts()
226 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
Dcfg.cpp39 new Instruction(module->context(), SpvOpLabel, 0, 0, {}))), in CFG()
41 module->context(), SpvOpLabel, 0, kMaxResultId, {}))) {
Dloop_utils.cpp358 context_, SpvOpLabel, 0, context_->TakeNextId(), {}))))); in CreateLoopDedicatedExits()
497 context_, SpvOp::SpvOpLabel, 0, context_->TakeNextId(), {})}; in CloneAndAttachLoopToHeader()
683 if (insn->opcode() == SpvOpLabel) return; in Analyze()
Dir_loader.cpp68 } else if (opcode == SpvOpLabel) { in AddInstruction()
Dmerge_return_pass.cpp147 new Instruction(context(), SpvOpLabel, 0u, TakeNextId(), {})); in CreateReturnBlock()
679 new Instruction(context(), SpvOpLabel, 0u, TakeNextId(), {})); in CreateContinueTarget()
711 new Instruction(context(), SpvOpLabel, 0u, TakeNextId(), {})); in CreateDummyLoop()
Dreplace_invalid_opc.cpp74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_adjacency.cpp53 case SpvOpLabel: in ValidateAdjacency()
Dvalidate_cfg.cpp95 if (_.GetIdOpcode(inc_id) != SpvOpLabel) { in ValidatePhi()
141 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
149 if (!false_target || SpvOpLabel != false_target->opcode()) { in ValidateBranchConditional()
687 case SpvOpLabel: in CfgPass()
Dvalidate_layout.cpp127 case SpvOpLabel: in FunctionScopedInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_adjacency.cpp53 case SpvOpLabel: in ValidateAdjacency()
Dvalidate_cfg.cpp95 if (_.GetIdOpcode(inc_id) != SpvOpLabel) { in ValidatePhi()
141 if (!true_target || SpvOpLabel != true_target->opcode()) { in ValidateBranchConditional()
149 if (!false_target || SpvOpLabel != false_target->opcode()) { in ValidateBranchConditional()
687 case SpvOpLabel: in CfgPass()
Dvalidate_layout.cpp127 case SpvOpLabel: in FunctionScopedInstructions()
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp58 2u << SpvWordCountShift | SpvOpLabel, in SetUp()
/external/deqp-deps/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp58 2u << SpvWordCountShift | SpvOpLabel, in SetUp()
/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/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/tools/cfg/
Dbin_to_dot.cpp93 case SpvOpLabel: in HandleInstruction()
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp93 case SpvOpLabel: in HandleInstruction()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp152 case SpvOpLabel: in OpcodeHasFixedNumberOfOperands()
271 if (opcode == SpvOpLabel) { in ProcessCurInstruction()

123