Home
last modified time | relevance | path

Searched refs:get_instruction_folder (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfold_test.cpp85 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
569 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
650 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1261 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1408 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
2166 inst = context->get_instruction_folder().FoldInstructionToConstant(inst, in TEST_P()
2214 inst = context->get_instruction_folder().FoldInstructionToConstant(inst, in TEST_P()
2265 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
3855 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
3977 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp85 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
528 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
609 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1220 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
1367 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
2125 inst = context->get_instruction_folder().FoldInstructionToConstant(inst, in TEST_P()
2173 inst = context->get_instruction_folder().FoldInstructionToConstant(inst, in TEST_P()
2224 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
3814 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
3936 bool succeeded = context->get_instruction_folder().FoldInstruction(inst); in TEST_P()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp342 context()->get_instruction_folder().FoldScalars(spec_opcode, operands); in DoComponentWiseOperation()
353 context()->get_instruction_folder().FoldVectors(spec_opcode, num_dims, in DoComponentWiseOperation()
Dsimplification_pass.cpp47 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
Dinstruction.cpp496 context()->get_instruction_folder().HasConstFoldingRule(opcode()); in IsFoldable()
500 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
Dccp_pass.cpp139 context()->get_instruction_folder().FoldInstructionToConstant(instr, in VisitAssignment()
Dir_context.h475 const InstructionFolder& get_instruction_folder() { in get_instruction_folder() function
Dfolding_rules.cpp1565 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp342 context()->get_instruction_folder().FoldScalars(spec_opcode, operands); in DoComponentWiseOperation()
353 context()->get_instruction_folder().FoldVectors(spec_opcode, num_dims, in DoComponentWiseOperation()
Dsimplification_pass.cpp47 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
Dinstruction.cpp496 context()->get_instruction_folder().HasConstFoldingRule(opcode()); in IsFoldable()
500 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
Dccp_pass.cpp139 context()->get_instruction_folder().FoldInstructionToConstant(instr, in VisitAssignment()
Dir_context.h471 const InstructionFolder& get_instruction_folder() { in get_instruction_folder() function
Dfolding_rules.cpp1565 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()