Home
last modified time | relevance | path

Searched refs:dependency_inst (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp165 const auto* dependency_inst = in Apply() local
167 assert(dependency_inst && "|clone| depends on an invalid id"); in Apply()
169 if (ir_context->get_instr_block(dependency_inst->result_id()) != in Apply()
176 assert(dependency_inst->opcode() == SpvOpPhi && in Apply()
180 auto new_id = GetResultIdFromLabelId(*dependency_inst, predecessor_id); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp165 const auto* dependency_inst = in Apply() local
167 assert(dependency_inst && "|clone| depends on an invalid id"); in Apply()
169 if (ir_context->get_instr_block(dependency_inst->result_id()) != in Apply()
176 assert(dependency_inst->opcode() == SpvOpPhi && in Apply()
180 auto new_id = GetResultIdFromLabelId(*dependency_inst, predecessor_id); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp165 const auto* dependency_inst = in Apply() local
167 assert(dependency_inst && "|clone| depends on an invalid id"); in Apply()
169 if (ir_context->get_instr_block(dependency_inst->result_id()) != in Apply()
176 assert(dependency_inst->opcode() == SpvOpPhi && in Apply()
180 auto new_id = GetResultIdFromLabelId(*dependency_inst, predecessor_id); in Apply()