Home
last modified time | relevance | path

Searched refs:AsCompositeConstant (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function
82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function
284 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function
285 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function
454 } else if (const auto composite = const_val->AsCompositeConstant()) { in operator()
480 } else if (const auto& composite1 = c1->AsCompositeConstant()) { in operator()
481 const auto& composite2 = c2->AsCompositeConstant(); in operator()
Dfold_spec_constant_op_and_composite_pass.cpp188 current_const->AsCompositeConstant()) { in DoCompositeExtract()
Dconstants.cpp308 } else if (const CompositeConstant* cc = c->AsCompositeConstant()) { in CreateInstruction()
Dconst_folding_rules.cpp55 auto cc = c->AsCompositeConstant(); in FoldExtractWithConstants()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function
82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function
284 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function
285 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function
454 } else if (const auto composite = const_val->AsCompositeConstant()) { in operator()
480 } else if (const auto& composite1 = c1->AsCompositeConstant()) { in operator()
481 const auto& composite2 = c2->AsCompositeConstant(); in operator()
Dfold_spec_constant_op_and_composite_pass.cpp188 current_const->AsCompositeConstant()) { in DoCompositeExtract()
Dconstants.cpp308 } else if (const CompositeConstant* cc = c->AsCompositeConstant()) { in CreateInstruction()
Dconst_folding_rules.cpp55 auto cc = c->AsCompositeConstant(); in FoldExtractWithConstants()