Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
731 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
813 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
864 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1475 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1876 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
2825 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
4471 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
4593 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
6646 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp86 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
731 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
813 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
864 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1475 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1876 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
2825 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
4471 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
4593 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
6646 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dsimplification_pass.cpp77 if (is_foldable_copy || folder.FoldInstruction(inst)) { in SimplifyFunction()
124 if (is_foldable_copy || folder.FoldInstruction(inst)) { in SimplifyFunction()
Dfold.h111 bool FoldInstruction(Instruction* inst) const;
Dfold.cpp700 bool InstructionFolder::FoldInstruction(Instruction* inst) const { in FoldInstruction() function in spvtools::opt::InstructionFolder
Damd_ext_to_khr.cpp923 if (folder.FoldInstruction(inst)) { in Process()
Dfolding_rules.cpp1725 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dsimplification_pass.cpp77 if (is_foldable_copy || folder.FoldInstruction(inst)) { in SimplifyFunction()
124 if (is_foldable_copy || folder.FoldInstruction(inst)) { in SimplifyFunction()
Dfold.h111 bool FoldInstruction(Instruction* inst) const;
Dfold.cpp700 bool InstructionFolder::FoldInstruction(Instruction* inst) const { in FoldInstruction() function in spvtools::opt::InstructionFolder
Damd_ext_to_khr.cpp923 if (folder.FoldInstruction(inst)) { in Process()
Dfolding_rules.cpp1725 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()