/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
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 | vector_dce.cpp | 103 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()
|
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
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
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 | vector_dce.cpp | 103 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()
|
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
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | eliminate_dead_constant_pass.cpp | 68 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/ |
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()
|
/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/spirv-tools/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()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_obfuscate_constants.cpp | 419 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/ |
D | fuzzer_pass_obfuscate_constants.cpp | 419 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()
|