Home
last modified time | relevance | path

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

12

/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_opportunity_finder.cpp47 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local
/external/angle/third_party/spirv-tools/src/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.cpp31 auto operand_id = operand.words[0]; in Apply() local
Doperand_to_undef_reduction_opportunity_finder.cpp47 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dchange_operand_to_undef_reduction_opportunity.cpp31 auto operand_id = operand.words[0]; in Apply() local
Doperand_to_undef_reduction_opportunity_finder.cpp47 const auto operand_id = operand.words[0]; in GetAvailableOpportunities() local
/external/angle/third_party/spirv-tools/src/source/opt/
Deliminate_dead_constant_pass.cpp70 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
Dvector_dce.cpp101 uint32_t operand_id = in MarkExtractUseAsLive() local
132 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local
247 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive()
Dfix_func_call_arguments.cpp82 uint32_t operand_id = operand_inst->result_id(); in ReplaceAccessChainFuncCallArguments() local
Dssa_rewrite_pass.h91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser()
/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_constant_pass.cpp70 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
Dvector_dce.cpp101 uint32_t operand_id = in MarkExtractUseAsLive() local
132 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local
247 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive()
Dfix_func_call_arguments.cpp82 uint32_t operand_id = operand_inst->result_id(); in ReplaceAccessChainFuncCallArguments() local
Dssa_rewrite_pass.h91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Deliminate_dead_constant_pass.cpp70 uint32_t operand_id = inst->GetSingleWordInOperand(i); in Process() local
Dvector_dce.cpp101 uint32_t operand_id = in MarkExtractUseAsLive() local
132 uint32_t operand_id = current_item.instruction->GetSingleWordInOperand( in MarkInsertUsesAsLive() local
247 def_use_mgr](uint32_t* operand_id) { in MarkUsesAsLive()
Dfix_func_call_arguments.cpp82 uint32_t operand_id = operand_inst->result_id(); in ReplaceAccessChainFuncCallArguments() local
Dssa_rewrite_pass.h91 void AddUser(uint32_t operand_id) { users_.push_back(operand_id); } in AddUser()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_id.cpp32 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local
Dvalidate_non_uniform.cpp338 const auto operand_id = inst->GetOperandAs<uint32_t>(5); in ValidateGroupNonUniformArithmetic() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_id.cpp32 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local
Dvalidate_non_uniform.cpp338 const auto operand_id = inst->GetOperandAs<uint32_t>(5); in ValidateGroupNonUniformArithmetic() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_id.cpp32 const uint32_t operand_id = inst->word(operand.offset); in UpdateIdUse() local
Dvalidate_non_uniform.cpp338 const auto operand_id = inst->GetOperandAs<uint32_t>(5); in ValidateGroupNonUniformArithmetic() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc400 for (int64_t operand_id : proto->operand_ids()) { in IsInstructionOverLimit() local
481 for (auto operand_id : root->operand_ids()) { in AnalyzeConstantValueFallback() local
936 for (auto operand_id : root->operand_ids()) { in AnalyzeConstant() local
975 for (auto operand_id : root->operand_ids()) { in AnalyzeConstant() local
1014 for (auto operand_id : root->operand_ids()) { in AnalyzeIsDynamic() local
1663 for (auto operand_id : inst->operand_ids()) { in SimplifyOp() local

12