/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_split_block_test.cpp | 120 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 0), 100) in TEST() 123 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 1), 100) in TEST() 694 TransformationSplitBlock(MakeInstructionDescriptor(26, SpvOpPhi, 0), 100) in TEST() 697 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 0), 100) in TEST() 700 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 1), 100) in TEST() 745 TransformationSplitBlock(MakeInstructionDescriptor(21, SpvOpPhi, 0), 100) in TEST() 750 TransformationSplitBlock(MakeInstructionDescriptor(20, SpvOpPhi, 0), 100); in TEST()
|
D | transformation_swap_conditional_branch_operands_test.cpp | 79 MakeInstructionDescriptor(26, SpvOpPhi, 0), 26) in TEST() 84 MakeInstructionDescriptor(25, SpvOpPhi, 0), 26) in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_split_block_test.cpp | 120 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 0), 100) in TEST() 123 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 1), 100) in TEST() 694 TransformationSplitBlock(MakeInstructionDescriptor(26, SpvOpPhi, 0), 100) in TEST() 697 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 0), 100) in TEST() 700 TransformationSplitBlock(MakeInstructionDescriptor(27, SpvOpPhi, 1), 100) in TEST() 745 TransformationSplitBlock(MakeInstructionDescriptor(21, SpvOpPhi, 0), 100) in TEST() 750 TransformationSplitBlock(MakeInstructionDescriptor(20, SpvOpPhi, 0), 100); in TEST()
|
D | transformation_swap_conditional_branch_operands_test.cpp | 79 MakeInstructionDescriptor(26, SpvOpPhi, 0), 26) in TEST() 84 MakeInstructionDescriptor(25, SpvOpPhi, 0), 26) in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 60 if (inst->opcode() == SpvOpPhi) { in PropagateStorageClass() 74 if (inst->opcode() == SpvOpPhi) { in PropagateStorageClass() 85 case SpvOpPhi: in PropagateStorageClass() 194 case SpvOpPhi: in PropagateType() 271 if (inst->opcode() == SpvOpPhi) { in PropagateType()
|
D | register_pressure.cpp | 39 return !(insn->opcode() == SpvOpPhi && in operator ()() 150 if (insn.opcode() == SpvOpPhi) { in ComputePartialLiveness() 227 if (insn.opcode() == SpvOpPhi) { in EvaluateRegisterRequirements() 328 if (insn.opcode() == SpvOpPhi || !CreatesRegisterUsage(&insn) || in ComputeLoopRegisterPressure() 389 !(insn->opcode() == SpvOpPhi && in SimulateFusion() 406 if (insn.opcode() == SpvOpPhi || !CreatesRegisterUsage(&insn) || in SimulateFusion() 437 if (insn.opcode() == SpvOpPhi || !CreatesRegisterUsage(&insn) || in SimulateFusion() 535 if (insn.opcode() == SpvOpPhi) { in SimulateFission()
|
D | dead_insert_elim_pass.cpp | 74 insertChain->opcode() != SpvOpPhi) in MarkInsertChain() 142 if (insInst->opcode() != SpvOpPhi) return; in MarkInsertChain() 185 (op != SpvOpPhi || !spvOpcodeIsComposite(typeInst->opcode()))) in EliminateDeadInsertsOnePass() 202 case SpvOpPhi: in EliminateDeadInsertsOnePass()
|
D | loop_fission.cpp | 116 inst.opcode() == SpvOp::SpvOpPhi || inst.IsOpcodeCodeMotionSafe(); in MovableInstruction() 170 if (ignore_phi_users && user->opcode() == SpvOp::SpvOpPhi) return; in TraverseUseDef() 390 if (inst.opcode() == SpvOp::SpvOpPhi) { in SplitLoop()
|
D | code_sink.cpp | 63 while (pos->opcode() == SpvOpPhi) { in SinkInstruction() 82 if (use->opcode() != SpvOpPhi) { in FindNewBasicBlockFor()
|
D | propagator.cpp | 137 if (instr->opcode() == SpvOpPhi) { in Simulate() 192 if (instr->opcode() != SpvOpPhi) { in Simulate()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 60 if (inst->opcode() == SpvOpPhi) { in PropagateStorageClass() 74 if (inst->opcode() == SpvOpPhi) { in PropagateStorageClass() 85 case SpvOpPhi: in PropagateStorageClass() 194 case SpvOpPhi: in PropagateType() 271 if (inst->opcode() == SpvOpPhi) { in PropagateType()
|
D | register_pressure.cpp | 39 return !(insn->opcode() == SpvOpPhi && in operator ()() 150 if (insn.opcode() == SpvOpPhi) { in ComputePartialLiveness() 227 if (insn.opcode() == SpvOpPhi) { in EvaluateRegisterRequirements() 328 if (insn.opcode() == SpvOpPhi || !CreatesRegisterUsage(&insn) || in ComputeLoopRegisterPressure() 389 !(insn->opcode() == SpvOpPhi && in SimulateFusion() 406 if (insn.opcode() == SpvOpPhi || !CreatesRegisterUsage(&insn) || in SimulateFusion() 437 if (insn.opcode() == SpvOpPhi || !CreatesRegisterUsage(&insn) || in SimulateFusion() 535 if (insn.opcode() == SpvOpPhi) { in SimulateFission()
|
D | dead_insert_elim_pass.cpp | 74 insertChain->opcode() != SpvOpPhi) in MarkInsertChain() 142 if (insInst->opcode() != SpvOpPhi) return; in MarkInsertChain() 185 (op != SpvOpPhi || !spvOpcodeIsComposite(typeInst->opcode()))) in EliminateDeadInsertsOnePass() 202 case SpvOpPhi: in EliminateDeadInsertsOnePass()
|
D | loop_fission.cpp | 116 inst.opcode() == SpvOp::SpvOpPhi || inst.IsOpcodeCodeMotionSafe(); in MovableInstruction() 170 if (ignore_phi_users && user->opcode() == SpvOp::SpvOpPhi) return; in TraverseUseDef() 390 if (inst.opcode() == SpvOp::SpvOpPhi) { in SplitLoop()
|
D | propagator.cpp | 137 if (instr->opcode() == SpvOpPhi) { in Simulate() 192 if (instr->opcode() != SpvOpPhi) { in Simulate()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 26 assert(phi_inst.opcode() == SpvOpPhi && "|phi_inst| is not an OpPhi"); in GetResultIdFromLabelId() 69 dependency->opcode() != SpvOpPhi) { in HasValidDependencies() 176 assert(dependency_inst->opcode() == SpvOpPhi && in Apply() 194 MakeUnique<opt::Instruction>(ir_context, SpvOpPhi, inst->type_id(), in Apply() 341 if (inst.opcode() == SpvOpPhi || !IsOpcodeSupported(inst.opcode()) || in GetInstructionToPropagate()
|
D | fuzzer_pass_outline_functions.cpp | 141 if (entry_block->begin()->opcode() == SpvOpPhi || in MaybeGetEntryBlockSuitableForOutlining() 145 while (non_phi_or_var_inst->opcode() == SpvOpPhi || in MaybeGetEntryBlockSuitableForOutlining() 179 while (split_before->opcode() == SpvOpPhi) { in MaybeGetExitBlockSuitableForOutlining()
|
D | transformation_merge_function_returns.cpp | 134 inst->opcode() == SpvOpPhi || in IsApplicable() 409 ir_context, SpvOpPhi, function->type_id(), maybe_return_val_id, in Apply() 447 ir_context, SpvOpPhi, bool_type, is_returning_id, in Apply() 535 if (use_instruction->opcode() == SpvOpPhi) { in Apply() 565 ir_context, SpvOpPhi, function->type_id(), message_.return_val_id(), in Apply() 736 inst_use->opcode() == SpvOpPhi; in CheckDefinitionsStillDominateUsesAfterAddingNewPredecessors()
|
D | fuzzer_pass_apply_id_synonyms.cpp | 113 use_inst->opcode() != SpvOpPhi) { in Apply() 136 if (use_inst->opcode() != SpvOpPhi) { in Apply()
|
D | fuzzer_pass_permute_phi_operands.cpp | 44 if (inst.opcode() != SpvOpPhi) { in Apply()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 26 assert(phi_inst.opcode() == SpvOpPhi && "|phi_inst| is not an OpPhi"); in GetResultIdFromLabelId() 69 dependency->opcode() != SpvOpPhi) { in HasValidDependencies() 176 assert(dependency_inst->opcode() == SpvOpPhi && in Apply() 194 MakeUnique<opt::Instruction>(ir_context, SpvOpPhi, inst->type_id(), in Apply() 341 if (inst.opcode() == SpvOpPhi || !IsOpcodeSupported(inst.opcode()) || in GetInstructionToPropagate()
|
D | fuzzer_pass_outline_functions.cpp | 141 if (entry_block->begin()->opcode() == SpvOpPhi || in MaybeGetEntryBlockSuitableForOutlining() 145 while (non_phi_or_var_inst->opcode() == SpvOpPhi || in MaybeGetEntryBlockSuitableForOutlining() 179 while (split_before->opcode() == SpvOpPhi) { in MaybeGetExitBlockSuitableForOutlining()
|
D | transformation_merge_function_returns.cpp | 134 inst->opcode() == SpvOpPhi || in IsApplicable() 409 ir_context, SpvOpPhi, function->type_id(), maybe_return_val_id, in Apply() 447 ir_context, SpvOpPhi, bool_type, is_returning_id, in Apply() 535 if (use_instruction->opcode() == SpvOpPhi) { in Apply() 565 ir_context, SpvOpPhi, function->type_id(), message_.return_val_id(), in Apply() 736 inst_use->opcode() == SpvOpPhi; in CheckDefinitionsStillDominateUsesAfterAddingNewPredecessors()
|
D | fuzzer_pass_apply_id_synonyms.cpp | 113 use_inst->opcode() != SpvOpPhi) { in Apply() 136 if (use_inst->opcode() != SpvOpPhi) { in Apply()
|
D | fuzzer_pass_permute_phi_operands.cpp | 44 if (inst.opcode() != SpvOpPhi) { in Apply()
|