Home
last modified time | relevance | path

Searched refs:label_inst (Results 1 – 9 of 9) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
Dfuzzer_util.cpp1513 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1514 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1515 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
Dfuzzer_util.cpp1559 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1560 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1561 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
Dfuzzer_util.cpp1559 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1560 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1561 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/third_party/spirv-tools/source/opt/
Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()