Home
last modified time | relevance | path

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

12

/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/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
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
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()
Dvector_dce.cpp103 uint32_t operand_id = in MarkExtractUseAsLive() local
105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive()
134 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local
136 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive()
249 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive() argument
250 Instruction* operand_inst = def_use_mgr->GetDef(*operand_id); in MarkUsesAsLive()
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
/third_party/skia/third_party/externals/spirv-tools/source/opt/
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()
Dvector_dce.cpp103 uint32_t operand_id = in MarkExtractUseAsLive() local
105 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkExtractUseAsLive()
134 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local
136 Instruction* operand_inst = def_use_mgr->GetDef(operand_id); in MarkInsertUsesAsLive()
249 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive() argument
250 Instruction* operand_inst = def_use_mgr->GetDef(*operand_id); in MarkUsesAsLive()
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
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Deliminate_dead_constant_pass.cpp68 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
69 ir::Instruction* def_inst = def_use.GetDef(operand_id); in Process()
/third_party/skia/third_party/externals/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()
/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()
/third_party/skia/third_party/externals/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()
/third_party/spirv-tools/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()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_obfuscate_constants.cpp419 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse() local
421 GetIRContext()->get_def_use_mgr()->GetDef(operand_id); in MaybeAddConstantIdUse()
429 id_use_descriptor.set_id_of_interest(operand_id); in MaybeAddConstantIdUse()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_obfuscate_constants.cpp419 auto operand_id = inst.GetSingleWordInOperand(in_operand_index); in MaybeAddConstantIdUse() local
421 GetIRContext()->get_def_use_mgr()->GetDef(operand_id); in MaybeAddConstantIdUse()
429 id_use_descriptor.set_id_of_interest(operand_id); in MaybeAddConstantIdUse()

12