Lines Matching refs:debug_inst
139 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
140 if (debug_inst->opcode() != SpvOpExtInst || in DoesDebugInfoOperandMatchExpectation()
141 (debug_inst->ext_inst_type() != SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 && in DoesDebugInfoOperandMatchExpectation()
142 debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
144 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
157 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local
158 if (debug_inst->opcode() != SpvOpExtInst || in DoesDebugInfoOperandMatchExpectation()
159 (debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()
162 NonSemanticShaderDebugInfo100Instructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()
3096 auto* debug_inst = _.FindDef(inst->word(5)); in ValidateExtInst() local
3098 OpenCLDebugInfo100DebugCompositeType(debug_inst->word(6)); in ValidateExtInst()
3107 debug_inst = _.FindDef(inst->word(6)); in ValidateExtInst()
3109 OpenCLDebugInfo100DebugCompositeType(debug_inst->word(6)); in ValidateExtInst()