Home
last modified time | relevance | path

Searched refs:GetZeroExtendedValue (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp165 constant->GetZeroExtendedValue(), in Apply()
183 component_values.push_back(component->GetZeroExtendedValue()); in Apply()
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp169 uint64_t c_value = c_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
171 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp165 constant->GetZeroExtendedValue(), in Apply()
183 component_values.push_back(component->GetZeroExtendedValue()); in Apply()
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp169 uint64_t c_value = c_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
171 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_loops_to_create_int_constant_synonyms.cpp165 constant->GetZeroExtendedValue(), in Apply()
183 component_values.push_back(component->GetZeroExtendedValue()); in Apply()
H A Dtransformation_add_loop_to_create_int_constant_synonym.cpp169 uint64_t c_value = c_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
170 uint64_t i_value = i_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
171 uint64_t s_value = s_components[i]->AsIntConstant()->GetZeroExtendedValue(); in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dconstants_test.cpp58 EXPECT_EQ(GetParam().expected_value, value.GetZeroExtendedValue()); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dconstants_test.cpp58 EXPECT_EQ(GetParam().expected_value, value.GetZeroExtendedValue()); in TEST_P()
/third_party/spirv-tools/test/opt/
H A Dconstants_test.cpp57 EXPECT_EQ(GetParam().expected_value, value.GetZeroExtendedValue()); in TEST_P()
/third_party/spirv-tools/source/opt/
H A Dlocal_access_chain_convert_pass.cpp456 ? static_cast<uint32_t>(constants[i]->GetZeroExtendedValue()) in AnyIndexIsOutOfBounds()
469 return index->GetZeroExtendedValue() >= type->NumberOfComponents(); in IsIndexOutOfBounds()
H A Deliminate_dead_members_pass.cpp241 static_cast<uint32_t>(member_idx->GetZeroExtendedValue()); in MarkMembersAsLiveForAccessChain()
485 static_cast<uint32_t>(member_idx->GetZeroExtendedValue()); in UpdateAccessChain()
H A Dloop_descriptor.cpp198 : constant->GetZeroExtendedValue(); in GetInductionInitValue()
686 : upper_bound->GetZeroExtendedValue(); in FindNumberOfIterations()
H A Dscalar_replacement_pass.cpp572 ->GetZeroExtendedValue(); in GetArrayLength()
766 } else if (constant->GetZeroExtendedValue() >= max_legal_index) { in CheckUses()
H A Dconstants.cpp105 uint64_t Constant::GetZeroExtendedValue() const { in GetZeroExtendedValue() function in spvtools::opt::analysis::Constant
H A Dconstants.h121 uint64_t GetZeroExtendedValue() const;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Deliminate_dead_members_pass.cpp241 static_cast<uint32_t>(member_idx->GetZeroExtendedValue()); in MarkMembersAsLiveForAccessChain()
485 static_cast<uint32_t>(member_idx->GetZeroExtendedValue()); in UpdateAccessChain()
H A Dloop_descriptor.cpp200 : constant->GetZeroExtendedValue(); in GetInductionInitValue()
692 : upper_bound->GetZeroExtendedValue(); in FindNumberOfIterations()
H A Dscalar_replacement_pass.cpp634 ->GetZeroExtendedValue(); in GetArrayLength()
823 } else if (constant->GetZeroExtendedValue() >= max_legal_index) { in CheckUses()
H A Dconstants.cpp106 uint64_t Constant::GetZeroExtendedValue() const { in GetZeroExtendedValue() function in spvtools::opt::analysis::Constant
H A Dconstants.h121 uint64_t GetZeroExtendedValue() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_members_pass.cpp241 static_cast<uint32_t>(member_idx->GetZeroExtendedValue()); in MarkMembersAsLiveForAccessChain()
485 static_cast<uint32_t>(member_idx->GetZeroExtendedValue()); in UpdateAccessChain()
H A Dloop_descriptor.cpp200 : constant->GetZeroExtendedValue(); in GetInductionInitValue()
692 : upper_bound->GetZeroExtendedValue(); in FindNumberOfIterations()
H A Dscalar_replacement_pass.cpp634 ->GetZeroExtendedValue(); in GetArrayLength()
823 } else if (constant->GetZeroExtendedValue() >= max_legal_index) { in CheckUses()
H A Dconstants.cpp106 uint64_t Constant::GetZeroExtendedValue() const { in GetZeroExtendedValue() function in spvtools::opt::analysis::Constant
H A Dconstants.h121 uint64_t GetZeroExtendedValue() const;

Completed in 27 milliseconds

12