/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | change_operand_to_undef_reduction_opportunity.cpp | 31 auto operand_id = operand.words[0]; in Apply() local 32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 47 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local 49 context->get_def_use_mgr()->GetDef(operand_id); in GetAvailableOpportunities()
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | change_operand_to_undef_reduction_opportunity.cpp | 31 auto operand_id = operand.words[0]; in Apply() local 32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 47 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local 49 context->get_def_use_mgr()->GetDef(operand_id); in GetAvailableOpportunities()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/ |
D | change_operand_to_undef_reduction_opportunity.cpp | 31 auto operand_id = operand.words[0]; in Apply() local 32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 47 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local 49 context->get_def_use_mgr()->GetDef(operand_id); in GetAvailableOpportunities()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 103 uint32_t operand_id = in MarkExtractUseAsLive() local 105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive() 130 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local 132 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive() 247 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive() argument 248 Instruction* operand_inst = def_use_mgr->GetDef(*operand_id); in MarkUsesAsLive()
|
D | loop_descriptor.cpp | 49 for (uint32_t operand_id = 1; operand_id < induction->NumInOperands(); in GetInductionStepOperation() local 50 operand_id += 2) { in GetInductionStepOperation() 53 context_->cfg()->block(induction->GetSingleWordInOperand(operand_id)); in GetInductionStepOperation() 59 induction->GetSingleWordInOperand(operand_id - 1)); in GetInductionStepOperation() 175 for (uint32_t operand_id = 0; operand_id < induction->NumInOperands(); in GetInductionInitValue() local 176 operand_id += 2) { in GetInductionInitValue() 178 induction->GetSingleWordInOperand(operand_id + 1)); in GetInductionInitValue() 182 induction->GetSingleWordInOperand(operand_id)); in GetInductionInitValue()
|
D | eliminate_dead_constant_pass.cpp | 71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local 73 context()->get_def_use_mgr()->GetDef(operand_id); in Process()
|
D | ssa_rewrite_pass.h | 91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | vector_dce.cpp | 103 uint32_t operand_id = in MarkExtractUseAsLive() local 105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive() 130 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local 132 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive() 247 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive() argument 248 Instruction* operand_inst = def_use_mgr->GetDef(*operand_id); in MarkUsesAsLive()
|
D | loop_descriptor.cpp | 49 for (uint32_t operand_id = 1; operand_id < induction->NumInOperands(); in GetInductionStepOperation() local 50 operand_id += 2) { in GetInductionStepOperation() 53 context_->cfg()->block(induction->GetSingleWordInOperand(operand_id)); in GetInductionStepOperation() 59 induction->GetSingleWordInOperand(operand_id - 1)); in GetInductionStepOperation() 175 for (uint32_t operand_id = 0; operand_id < induction->NumInOperands(); in GetInductionInitValue() local 176 operand_id += 2) { in GetInductionInitValue() 178 induction->GetSingleWordInOperand(operand_id + 1)); in GetInductionInitValue() 182 induction->GetSingleWordInOperand(operand_id)); in GetInductionInitValue()
|
D | eliminate_dead_constant_pass.cpp | 71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local 73 context()->get_def_use_mgr()->GetDef(operand_id); in Process()
|
D | ssa_rewrite_pass.h | 91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser() argument
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | vector_dce.cpp | 103 uint32_t operand_id = in MarkExtractUseAsLive() local 105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive() 130 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local 132 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive() 247 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive() argument 248 Instruction* operand_inst = def_use_mgr->GetDef(*operand_id); in MarkUsesAsLive()
|
D | loop_descriptor.cpp | 49 for (uint32_t operand_id = 1; operand_id < induction->NumInOperands(); in GetInductionStepOperation() local 50 operand_id += 2) { in GetInductionStepOperation() 53 context_->cfg()->block(induction->GetSingleWordInOperand(operand_id)); in GetInductionStepOperation() 59 induction->GetSingleWordInOperand(operand_id - 1)); in GetInductionStepOperation() 175 for (uint32_t operand_id = 0; operand_id < induction->NumInOperands(); in GetInductionInitValue() local 176 operand_id += 2) { in GetInductionInitValue() 178 induction->GetSingleWordInOperand(operand_id + 1)); in GetInductionInitValue() 182 induction->GetSingleWordInOperand(operand_id)); in GetInductionInitValue()
|
D | eliminate_dead_constant_pass.cpp | 71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local 73 context()->get_def_use_mgr()->GetDef(operand_id); in Process()
|
D | ssa_rewrite_pass.h | 91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser() argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_id.cpp | 43 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local 45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_id.cpp | 43 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local 45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_id.cpp | 43 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local 45 if (auto def = _.FindDef(operand_id)) in UpdateIdUse()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_obfuscate_constants.cpp | 420 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse() local 422 GetIRContext()->get_def_use_mgr()->GetDef(operand_id); in MaybeAddConstantIdUse() 430 id_use_descriptor.set_id_of_interest(operand_id); in MaybeAddConstantIdUse()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_obfuscate_constants.cpp | 420 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse() local 422 GetIRContext()->get_def_use_mgr()->GetDef(operand_id); in MaybeAddConstantIdUse() 430 id_use_descriptor.set_id_of_interest(operand_id); in MaybeAddConstantIdUse()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_obfuscate_constants.cpp | 418 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse() local 420 GetIRContext()->get_def_use_mgr()->GetDef(operand_id); in MaybeAddConstantIdUse() 428 id_use_descriptor.set_id_of_interest(operand_id); in MaybeAddConstantIdUse()
|
D | fuzzer_pass_donate_modules.cpp | 917 auto operand_id = in_operand.words[0]; in PrepareInstructionForDonation() local 918 if (!original_id_to_donated_id->count(operand_id)) { in PrepareInstructionForDonation() 927 ->GetDef(operand_id) in PrepareInstructionForDonation() 932 {operand_id, GetFuzzerContext()->GetFreshId()}); in PrepareInstructionForDonation() 934 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
|