Home
last modified time | relevance | path

Searched refs:GetConstants (Results 1 – 12 of 12) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h128 inline std::vector<Instruction*> GetConstants();
129 inline std::vector<const Instruction*> GetConstants() const;
750 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
751 return module()->GetConstants(); in GetConstants()
754 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function
755 return ((const Module*)module())->GetConstants(); in GetConstants()
Dmodule.cpp56 std::vector<Instruction*> Module::GetConstants() { in GetConstants() function in spvtools::opt::Module
64 std::vector<const Instruction*> Module::GetConstants() const { in GetConstants() function in spvtools::opt::Module
Deliminate_dead_constant_pass.cpp36 std::vector<Instruction*> constants = context()->GetConstants(); in Process()
Dmodule.h123 std::vector<Instruction*> GetConstants();
124 std::vector<const Instruction*> GetConstants() const;
Dconstants.cpp110 for (const auto& inst : ctx_->module()->GetConstants()) { in ConstantManager()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h130 inline std::vector<Instruction*> GetConstants();
131 inline std::vector<const Instruction*> GetConstants() const;
768 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
769 return module()->GetConstants(); in GetConstants()
772 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function
773 return ((const Module*)module())->GetConstants(); in GetConstants()
Dmodule.cpp56 std::vector<Instruction*> Module::GetConstants() { in GetConstants() function in spvtools::opt::Module
64 std::vector<const Instruction*> Module::GetConstants() const { in GetConstants() function in spvtools::opt::Module
Deliminate_dead_constant_pass.cpp36 std::vector<Instruction*> constants = context()->GetConstants(); in Process()
Dmodule.h123 std::vector<Instruction*> GetConstants();
124 std::vector<const Instruction*> GetConstants() const;
Dconstants.cpp110 for (const auto& inst : ctx_->module()->GetConstants()) { in ConstantManager()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_pass.cpp38 for (const auto& constant : context->GetConstants()) { in GetAvailableOpportunities()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Doperand_to_const_reduction_pass.cpp39 for (const auto& constant : context->GetConstants()) { in GetAvailableOpportunities()