Home
last modified time | relevance | path

Searched defs:operand_id (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.cpp31 auto operand_id = operand.words[0]; in Apply() local
Doperand_to_undef_reduction_pass.cpp49 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_constant_pass.cpp71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
Dvector_dce.cpp100 uint32_t operand_id = in MarkExtractUseAsLive() local
127 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local
244 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive()
Dssa_rewrite_pass.h92 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser()
Dfold_spec_constant_op_and_composite_pass.cpp234 uint32_t operand_id = inst->GetSingleWordInOperand(i); in DoVectorShuffle() local
Dloop_descriptor.cpp49 for (uint32_t operand_id = 1; operand_id < induction->NumInOperands(); in GetInductionStepOperation() local
175 for (uint32_t operand_id = 0; operand_id < induction->NumInOperands(); in GetInductionInitValue() local
Dconst_folding_rules.cpp637 uint32_t operand_id = inst->GetSingleWordInOperand(non_const_idx); in FoldFClampFeedingCompare() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_constant_pass.cpp71 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
Dvector_dce.cpp98 uint32_t operand_id = in MarkExtractUseAsLive() local
120 uint32_t operand_id = in MarkInsertUsesAsLive() local
224 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive()
Dssa_rewrite_pass.h92 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser()
Dfold_spec_constant_op_and_composite_pass.cpp234 uint32_t operand_id = inst->GetSingleWordInOperand(i); in DoVectorShuffle() local
Dloop_descriptor.cpp49 for (uint32_t operand_id = 1; operand_id < induction->NumInOperands(); in GetInductionStepOperation() local
175 for (uint32_t operand_id = 0; operand_id < induction->NumInOperands(); in GetInductionInitValue() local
Dconst_folding_rules.cpp637 uint32_t operand_id = inst->GetSingleWordInOperand(non_const_idx); in FoldFClampFeedingCompare() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp43 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_id.cpp43 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1760 int64 operand_id = to_unique_operand_id[operand]; in EmitElementalConcatenate() local
1794 int64 operand_id = to_unique_operand_id[operand]; in EmitElementalConcatenate() local
Dhlo_instruction.cc105 result.begin(), [&instruction_map](int64 operand_id) { in CreateFromProto()
594 for (const int64 operand_id : proto.operand_ids()) { in CreateFromProto() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc209 for (const int64 operand_id : instr.operand_ids()) { in IsConstantVisitor() local