Home
last modified time | relevance | path

Searched defs:type_inst (Results 1 – 25 of 54) sorted by relevance

123

/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp137 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkTypeAsFullyUsed() local
183 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForExtract() local
224 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForAccessChain() local
468 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in UpdateAccessChain() local
561 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in UpdateCompsiteExtract() local
622 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in UpdateCompositeInsert() local
Dfix_storage_class.cpp211 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in PropagateType() local
299 Instruction* type_inst = get_def_use_mgr()->GetDef(id); in WalkAccessChainType() local
Dtype_manager.cpp450 const Instruction* type_inst = &*type_itr; in FindPointerToType() local
462 std::unique_ptr<Instruction> type_inst( in FindPointerToType() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp137 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkTypeAsFullyUsed() local
183 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForExtract() local
224 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in MarkMembersAsLiveForAccessChain() local
468 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in UpdateAccessChain() local
561 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in UpdateCompsiteExtract() local
622 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in UpdateCompositeInsert() local
Dfix_storage_class.cpp211 Instruction* type_inst = get_def_use_mgr()->GetDef(type_id); in PropagateType() local
299 Instruction* type_inst = get_def_use_mgr()->GetDef(id); in WalkAccessChainType() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp151 const Instruction* type_inst = _.FindDef(result_type); in LogicalsPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp151 const Instruction* type_inst = _.FindDef(result_type); in LogicalsPass() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_push_ids_through_variables.cpp122 const auto* type_inst = in Apply() local
Dfuzzer_pass_add_stores.cpp65 auto type_inst = context->get_def_use_mgr()->GetDef( in Apply() local
Dtransformation_mutate_pointer.cpp142 opt::Instruction* type_inst = in IsValidPointerInstruction() local
Dfuzzer_pass_add_parameters.cpp37 for (const auto& type_inst : GetIRContext()->module()->GetTypes()) { in Apply() local
Dfuzzer_pass_add_composite_extract.cpp98 const auto* type_inst = in Apply() local
Dtransformation_add_parameter.cpp179 opt::Instruction* type_inst = ir_context->get_def_use_mgr()->GetDef(type_id); in IsParameterTypeSupported() local
Dfuzzer_util.cpp277 auto type_inst = ir_context->get_def_use_mgr()->GetDef(inst->type_id()); in CanMakeSynonymOf() local
791 auto* type_inst = context->get_def_use_mgr()->GetDef(type_id); in AddGlobalVariable() local
831 auto* type_inst = context->get_def_use_mgr()->GetDef(type_id); in AddLocalVariable() local
1103 const auto* type_inst = in MaybeGetZeroConstant() local
1633 const auto* type_inst = ir_context->get_def_use_mgr()->GetDef(struct_type_id); in MembersHaveBuiltInDecoration() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_stores.cpp65 auto type_inst = context->get_def_use_mgr()->GetDef( in Apply() local
Dfuzzer_pass_push_ids_through_variables.cpp122 const auto* type_inst = in Apply() local
Dtransformation_mutate_pointer.cpp142 opt::Instruction* type_inst = in IsValidPointerInstruction() local
Dfuzzer_pass_add_parameters.cpp37 for (const auto& type_inst : GetIRContext()->module()->GetTypes()) { in Apply() local
Dfuzzer_pass_add_composite_extract.cpp98 const auto* type_inst = in Apply() local
Dtransformation_add_parameter.cpp179 opt::Instruction* type_inst = ir_context->get_def_use_mgr()->GetDef(type_id); in IsParameterTypeSupported() local
Dfuzzer_util.cpp277 auto type_inst = ir_context->get_def_use_mgr()->GetDef(inst->type_id()); in CanMakeSynonymOf() local
791 auto* type_inst = context->get_def_use_mgr()->GetDef(type_id); in AddGlobalVariable() local
831 auto* type_inst = context->get_def_use_mgr()->GetDef(type_id); in AddLocalVariable() local
1103 const auto* type_inst = in MaybeGetZeroConstant() local
1633 const auto* type_inst = ir_context->get_def_use_mgr()->GetDef(struct_type_id); in MembersHaveBuiltInDecoration() local
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() local
Dremove_unused_struct_member_reduction_opportunity_finder.cpp164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed() local
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp145 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in AdjustAccessedIndices() local
Dremove_unused_struct_member_reduction_opportunity_finder.cpp164 auto type_inst = context->get_def_use_mgr()->GetDef(next_type); in MarkAccessedMembersAsUsed() local

123