Home
last modified time | relevance | path

Searched refs:IsFoldableType (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.h87 bool IsFoldableType(Instruction* type_inst) const;
Dinstruction.cpp663 if (!folder.IsFoldableType(type)) { in IsFoldableByFoldScalar()
674 return folder.IsFoldableType(def_inst_type); in IsFoldableByFoldScalar()
Dfold.cpp687 bool InstructionFolder::IsFoldableType(Instruction* type_inst) const { in IsFoldableType() function in spvtools::opt::InstructionFolder
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.h87 bool IsFoldableType(Instruction* type_inst) const;
Dinstruction.cpp663 if (!folder.IsFoldableType(type)) { in IsFoldableByFoldScalar()
674 return folder.IsFoldableType(def_inst_type); in IsFoldableByFoldScalar()
Dfold.cpp687 bool InstructionFolder::IsFoldableType(Instruction* type_inst) const { in IsFoldableType() function in spvtools::opt::InstructionFolder