Home
last modified time | relevance | path

Searched refs:target_inst (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp183 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local
194 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() local
258 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()
Deliminate_dead_members_pass.cpp172 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() local
173 uint32_t pointer_type_id = target_inst->type_id(); in MarkMembersAsLiveForCopyMemory()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp155 ir::Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local
166 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() local
232 if (target_inst->opcode() == SpvOp::SpvOpDecorationGroup) { in Process()
234 GetSpecIdTargetFromDecorationGroup(*target_inst, &def_use_mgr); in Process()
236 spec_inst = target_inst; in Process()
/third_party/spirv-tools/source/opt/
Dset_spec_constant_default_value_pass.cpp183 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local
194 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() local
258 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()
Deliminate_dead_members_pass.cpp172 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() local
173 uint32_t pointer_type_id = target_inst->type_id(); in MarkMembersAsLiveForCopyMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp183 Instruction* target_inst = nullptr; in GetSpecIdTargetFromDecorationGroup() local
194 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() local
258 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()
Deliminate_dead_members_pass.cpp172 Instruction* target_inst = get_def_use_mgr()->GetDef(target_id); in MarkMembersAsLiveForCopyMemory() local
173 uint32_t pointer_type_id = target_inst->type_id(); in MarkMembersAsLiveForCopyMemory()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Ddivergence_analysis.cpp49 opt::Instruction* target_inst = in EnqueueSuccessors() local
51 Enqueue(target_inst); in EnqueueSuccessors()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Ddivergence_analysis.cpp49 opt::Instruction* target_inst = in EnqueueSuccessors() local
51 Enqueue(target_inst); in EnqueueSuccessors()
/third_party/spirv-tools/source/lint/
Ddivergence_analysis.cpp49 opt::Instruction* target_inst = in EnqueueSuccessors() local
51 Enqueue(target_inst); in EnqueueSuccessors()