Searched refs:debug_inst (Results 1 – 6 of 6) sorted by relevance
1153 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()1154 if (debug_inst.opcode() == SpvOpMemberName || in BuildIdToNameMap()1155 debug_inst.opcode() == SpvOpName) { in BuildIdToNameMap()1156 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
1183 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()1184 if (debug_inst.opcode() == spv::Op::OpMemberName || in BuildIdToNameMap()1185 debug_inst.opcode() == spv::Op::OpName) { in BuildIdToNameMap()1186 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
1234 for (Instruction& debug_inst : debugs2()) { in BuildIdToNameMap()1235 if (debug_inst.opcode() == spv::Op::OpMemberName || in BuildIdToNameMap()1236 debug_inst.opcode() == spv::Op::OpName) { in BuildIdToNameMap()1237 id_to_name_->insert({debug_inst.GetSingleWordInOperand(0), &debug_inst}); in BuildIdToNameMap()
139 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local140 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() local158 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[all …]
153 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local154 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()155 (debug_inst->ext_inst_type() != SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 && in DoesDebugInfoOperandMatchExpectation()156 debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()158 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()171 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local172 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()173 (debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()176 NonSemanticShaderDebugInfo100Instructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()3402 auto* debug_inst = _.FindDef(inst->word(5)); in ValidateExtInst() local[all …]
149 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local150 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()151 (debug_inst->ext_inst_type() != SPV_EXT_INST_TYPE_OPENCL_DEBUGINFO_100 && in DoesDebugInfoOperandMatchExpectation()152 debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()154 !expectation(CommonDebugInfoInstructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()167 auto* debug_inst = _.FindDef(inst->word(word_index)); in DoesDebugInfoOperandMatchExpectation() local168 if (debug_inst->opcode() != spv::Op::OpExtInst || in DoesDebugInfoOperandMatchExpectation()169 (debug_inst->ext_inst_type() != in DoesDebugInfoOperandMatchExpectation()172 NonSemanticShaderDebugInfo100Instructions(debug_inst->word(4)))) { in DoesDebugInfoOperandMatchExpectation()3398 auto* debug_inst = _.FindDef(inst->word(5)); in ValidateExtInst() local[all …]