Home
last modified time | relevance | path

Searched defs:GetConstants (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A 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
H A Dir_context.h955 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
959 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A 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
H A Dir_context.h956 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
960 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
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
Dir_context.h955 std::vector<Instruction*> IRContext::GetConstants() { in GetConstants() function
959 std::vector<const Instruction*> IRContext::GetConstants() const { in GetConstants() function
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/
Dmacro_assembler.cc318 int32_t GetConstants() { in GetConstants() function