Searched refs:target_inst (Results 1 – 10 of 10) sorted by relevance
183 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local194 if (!target_inst) { in GetSpecIdTargetFromDecorationGroup()198 target_inst = candidate_inst; in GetSpecIdTargetFromDecorationGroup()211 if (candidate_inst != target_inst) return nullptr; in GetSpecIdTargetFromDecorationGroup()214 return target_inst; in GetSpecIdTargetFromDecorationGroup()257 if (Instruction* target_inst = get_def_use_mgr()->GetDef(target_id)) { in Process() local258 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()260 GetSpecIdTargetFromDecorationGroup(*target_inst, get_def_use_mgr()); in Process()262 spec_inst = target_inst; in Process()
172 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() local173 uint32_t pointer_type_id = target_inst->type_id(); in MarkMembersAsLiveForCopyMemory()
155 ir::Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local166 if (!target_inst) { in GetSpecIdTargetFromDecorationGroup()170 target_inst = candidate_inst; in GetSpecIdTargetFromDecorationGroup()183 if (candidate_inst != target_inst) return nullptr; in GetSpecIdTargetFromDecorationGroup()186 return target_inst; in GetSpecIdTargetFromDecorationGroup()231 if (ir::Instruction* target_inst = def_use_mgr.GetDef(target_id)) { in Process() local232 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()234 GetSpecIdTargetFromDecorationGroup(*target_inst, &def_use_mgr); in Process()236 spec_inst = target_inst; in Process()
49 opt::Instruction* target_inst = in EnqueueSuccessors() local51 Enqueue(target_inst); in EnqueueSuccessors()