Home
last modified time | relevance | path

Searched refs:SpvOpPhi (Results 1 – 25 of 169) sorted by relevance

1234567

/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_split_block_test.cpp120 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()
Dtransformation_swap_conditional_branch_operands_test.cpp79 MakeInstructionDescriptor(26, SpvOpPhi, 0), 26) in TEST()
84 MakeInstructionDescriptor(25, SpvOpPhi, 0), 26) in TEST()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_split_block_test.cpp120 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()
Dtransformation_swap_conditional_branch_operands_test.cpp79 MakeInstructionDescriptor(26, SpvOpPhi, 0), 26) in TEST()
84 MakeInstructionDescriptor(25, SpvOpPhi, 0), 26) in TEST()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp60 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()
Dregister_pressure.cpp39 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()
Ddead_insert_elim_pass.cpp74 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()
Dloop_fission.cpp116 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()
Dcode_sink.cpp63 while (pos->opcode() == SpvOpPhi) { in SinkInstruction()
82 if (use->opcode() != SpvOpPhi) { in FindNewBasicBlockFor()
Dpropagator.cpp137 if (instr->opcode() == SpvOpPhi) { in Simulate()
192 if (instr->opcode() != SpvOpPhi) { in Simulate()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp60 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()
Dregister_pressure.cpp39 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()
Ddead_insert_elim_pass.cpp74 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()
Dloop_fission.cpp116 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()
Dpropagator.cpp137 if (instr->opcode() == SpvOpPhi) { in Simulate()
192 if (instr->opcode() != SpvOpPhi) { in Simulate()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp26 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()
Dfuzzer_pass_outline_functions.cpp141 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()
Dtransformation_merge_function_returns.cpp134 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()
Dfuzzer_pass_apply_id_synonyms.cpp113 use_inst->opcode() != SpvOpPhi) { in Apply()
136 if (use_inst->opcode() != SpvOpPhi) { in Apply()
Dfuzzer_pass_permute_phi_operands.cpp44 if (inst.opcode() != SpvOpPhi) { in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp26 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()
Dfuzzer_pass_outline_functions.cpp141 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()
Dtransformation_merge_function_returns.cpp134 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()
Dfuzzer_pass_apply_id_synonyms.cpp113 use_inst->opcode() != SpvOpPhi) { in Apply()
136 if (use_inst->opcode() != SpvOpPhi) { in Apply()
Dfuzzer_pass_permute_phi_operands.cpp44 if (inst.opcode() != SpvOpPhi) { in Apply()

1234567