Home
last modified time | relevance | path

Searched refs:operand_id (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.cpp31 auto operand_id = operand.words[0]; in Apply() local
32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply()
Doperand_to_undef_reduction_opportunity_finder.cpp47 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/
Dchange_operand_to_undef_reduction_opportunity.cpp31 auto operand_id = operand.words[0]; in Apply() local
32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply()
Doperand_to_undef_reduction_opportunity_finder.cpp47 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/
Dchange_operand_to_undef_reduction_opportunity.cpp31 auto operand_id = operand.words[0]; in Apply() local
32 auto operand_id_def = context_->get_def_use_mgr()->GetDef(operand_id); in Apply()
Doperand_to_undef_reduction_opportunity_finder.cpp47 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/
Dvector_dce.cpp103 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()
Dloop_descriptor.cpp49 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()
Deliminate_dead_constant_pass.cpp71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
73 context()->get_def_use_mgr()->GetDef(operand_id); in Process()
Dssa_rewrite_pass.h91 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/
Dvector_dce.cpp103 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()
Dloop_descriptor.cpp49 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()
Deliminate_dead_constant_pass.cpp71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
73 context()->get_def_use_mgr()->GetDef(operand_id); in Process()
Dssa_rewrite_pass.h91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser() argument
/external/deqp-deps/SPIRV-Tools/source/opt/
Dvector_dce.cpp103 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()
Dloop_descriptor.cpp49 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()
Deliminate_dead_constant_pass.cpp71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
73 context()->get_def_use_mgr()->GetDef(operand_id); in Process()
Dssa_rewrite_pass.h91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser() argument
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp43 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/
Dvalidate_id.cpp43 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/
Dvalidate_id.cpp43 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/
Dfuzzer_pass_obfuscate_constants.cpp420 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/
Dfuzzer_pass_obfuscate_constants.cpp420 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/
Dfuzzer_pass_obfuscate_constants.cpp418 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()
Dfuzzer_pass_donate_modules.cpp917 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()

12