/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | basic_block.cpp | 103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts() 226 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | cfg.cpp | 39 new Instruction(module->context(), SpvOpLabel, 0, 0, {}))), in CFG() 41 module->context(), SpvOpLabel, 0, kMaxResultId, {}))) {
|
D | loop_utils.cpp | 358 context_, SpvOpLabel, 0, context_->TakeNextId(), {}))))); in CreateLoopDedicatedExits() 497 context_, SpvOp::SpvOpLabel, 0, context_->TakeNextId(), {})}; in CloneAndAttachLoopToHeader() 683 if (insn->opcode() == SpvOpLabel) return; in Analyze()
|
D | ir_loader.cpp | 68 } else if (opcode == SpvOpLabel) { in AddInstruction()
|
D | replace_invalid_opc.cpp | 74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
|
D | merge_return_pass.cpp | 147 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/ |
D | basic_block.cpp | 103 if (killLabel || ip->opcode() != SpvOpLabel) { in KillAllInsts() 226 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | cfg.cpp | 39 new Instruction(module->context(), SpvOpLabel, 0, 0, {}))), in CFG() 41 module->context(), SpvOpLabel, 0, kMaxResultId, {}))) {
|
D | loop_utils.cpp | 358 context_, SpvOpLabel, 0, context_->TakeNextId(), {}))))); in CreateLoopDedicatedExits() 497 context_, SpvOp::SpvOpLabel, 0, context_->TakeNextId(), {})}; in CloneAndAttachLoopToHeader() 683 if (insn->opcode() == SpvOpLabel) return; in Analyze()
|
D | ir_loader.cpp | 68 } else if (opcode == SpvOpLabel) { in AddInstruction()
|
D | merge_return_pass.cpp | 147 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()
|
D | replace_invalid_opc.cpp | 74 if (inst->opcode() == SpvOpLabel || inst->opcode() == SpvOpNoLine) { in RewriteFunction()
|
D | aggressive_dead_code_elim_pass.cpp | 428 if (inInst->opcode() == SpvOpLabel && liveInst->IsBranch()) return; in AggressiveDCE() 500 if (inst->opcode() == SpvOpLabel) return; in AggressiveDCE()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_adjacency.cpp | 53 case SpvOpLabel: in ValidateAdjacency()
|
D | validate_cfg.cpp | 95 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()
|
D | validate_layout.cpp | 127 case SpvOpLabel: in FunctionScopedInstructions()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_adjacency.cpp | 53 case SpvOpLabel: in ValidateAdjacency()
|
D | validate_cfg.cpp | 95 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()
|
D | validate_layout.cpp | 127 case SpvOpLabel: in FunctionScopedInstructions()
|
/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/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/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()
|