Home
last modified time | relevance | path

Searched defs:first_operand (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter.cc1206 auto first_operand = old_to_new_instrs_[activations]; in CanPropagate() local
1275 auto first_operand = old_to_new_instrs_[activations]; in CanPropagate() local
1353 auto first_operand = old_to_new_instrs_[consumer->mutable_operand(0)]; in CanPropagate() local
1648 auto first_operand = consumer->mutable_operand(0); in SupportedOpForPropagation() local
1917 auto first_operand = old_to_new_instrs_[consumer->mutable_operand(0)]; in Propagate() local
1955 auto first_operand = old_to_new_instrs_[consumer->mutable_operand(0)]; in Propagate() local
2003 auto first_operand = old_to_new_instrs_[consumer->mutable_operand(0)]; in Propagate() local
2742 auto first_operand = old_to_new_instrs_[concat->mutable_operand(0)]; in PropagateOnConcat() local
2763 auto first_operand = old_to_new_instrs_[reverse->mutable_operand(0)]; in PropagateOnReverse() local
2784 auto first_operand = old_to_new_instrs_[pad->mutable_operand(0)]; in PropagateOnPad() local
[all …]
H A Dhlo_cse_test.cc184 auto first_operand = tuple->operand(0); in TEST_F() local
215 auto first_operand = tuple->operand(0); in TEST_F() local
461 auto first_operand = tuple->operand(0); in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_members_pass.cpp185 uint32_t first_operand = in MarkMembersAsLiveForExtract() local
547 uint32_t first_operand = 0; in UpdateCompsiteExtract() local
602 uint32_t first_operand = 0; in UpdateCompositeInsert() local
H A Dvector_dce.cpp174 WorkListItem first_operand; in MarkVectorShuffleUsesAsLive() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_members_pass.cpp185 uint32_t first_operand = in MarkMembersAsLiveForExtract() local
547 uint32_t first_operand = 0; in UpdateCompsiteExtract() local
602 uint32_t first_operand = 0; in UpdateCompositeInsert() local
Dvector_dce.cpp174 WorkListItem first_operand; in MarkVectorShuffleUsesAsLive() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Deliminate_dead_members_pass.cpp190 uint32_t first_operand = in MarkMembersAsLiveForExtract() local
558 uint32_t first_operand = 0; in UpdateCompsiteExtract() local
615 uint32_t first_operand = 0; in UpdateCompositeInsert() local
H A Dvector_dce.cpp174 WorkListItem first_operand; in MarkVectorShuffleUsesAsLive() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp138 auto first_operand = instruction->GetInOperand(0).words[0]; in IsInstructionSupported() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_bit_instruction_synonym.cpp138 auto first_operand = instruction->GetInOperand(0).words[0]; in IsInstructionSupported() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_bit_instruction_synonym.cpp138 auto first_operand = instruction->GetInOperand(0).words[0]; in IsInstructionSupported() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddtensor_allreduce_sum_optimization.cc287 mlir::OpOperand& first_operand = output_defining_op->getOpOperand(0); in CheckWhileLoopOptimizationCriteria() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emission_utils.cc256 mlir::Value first_operand = reduce.operands()[0]; in IsReductionFromOrToContiguousDimensions() local
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_instruction.h779 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction.h718 RangeInstructionOperands(uint32_t first_operand, size_t num_operands) in RangeInstructionOperands()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc1476 auto first_operand = concat_op.values().front(); in matchAndRewrite() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1561 unsigned first_operand = vec->format == Format::MIMG ? 3 : 0; in get_reg_vector() local