Searched refs:get_instruction_folder (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | fold_test.cpp | 85 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/ |
D | fold_test.cpp | 85 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/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 342 context()->get_instruction_folder().FoldScalars(spec_opcode, operands); in DoComponentWiseOperation() 353 context()->get_instruction_folder().FoldVectors(spec_opcode, num_dims, in DoComponentWiseOperation()
|
D | simplification_pass.cpp | 47 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
|
D | instruction.cpp | 496 context()->get_instruction_folder().HasConstFoldingRule(opcode()); in IsFoldable() 500 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
|
D | ccp_pass.cpp | 139 context()->get_instruction_folder().FoldInstructionToConstant(instr, in VisitAssignment()
|
D | ir_context.h | 475 const InstructionFolder& get_instruction_folder() { in get_instruction_folder() function
|
D | folding_rules.cpp | 1565 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 342 context()->get_instruction_folder().FoldScalars(spec_opcode, operands); in DoComponentWiseOperation() 353 context()->get_instruction_folder().FoldVectors(spec_opcode, num_dims, in DoComponentWiseOperation()
|
D | simplification_pass.cpp | 47 const InstructionFolder& folder = context()->get_instruction_folder(); in SimplifyFunction()
|
D | instruction.cpp | 496 context()->get_instruction_folder().HasConstFoldingRule(opcode()); in IsFoldable() 500 const InstructionFolder& folder = context()->get_instruction_folder(); in IsFoldableByFoldScalar()
|
D | ccp_pass.cpp | 139 context()->get_instruction_folder().FoldInstructionToConstant(instr, in VisitAssignment()
|
D | ir_context.h | 471 const InstructionFolder& get_instruction_folder() { in get_instruction_folder() function
|
D | folding_rules.cpp | 1565 context->get_instruction_folder().FoldInstruction(a.get()); in FMixFeedingExtract()
|