Home
last modified time | relevance | path

Searched refs:kAnd (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp-deps/amber/src/
Dcommand_data.h89 kAnd, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_simplifier.cc121 case HloOpcode::kAnd: in Run()
Dcollective_ops_utils.cc43 (type == PRED && match_opcode(HloOpcode::kAnd))) { in MatchReductionComputation()
Dscatter_expander.cc204 MakeBinaryHlo(HloOpcode::kAnd, negative_index_check, oob_index_check)); in CheckIndexValidity()
211 MakeReduceHlo(valid_index, reduction_init, HloOpcode::kAnd, module)); in CheckIndexValidity()
Dhlo_opcode.h102 V(kAnd, "and", 2) \
Dinstruction_fusion.cc68 case HloOpcode::kAnd: in IsExpensive()
Dhlo_instruction.cc939 case HloOpcode::kAnd: in CreateBinary()
1755 case HloOpcode::kAnd: in CloneWithNewOperands()
2144 case HloOpcode::kAnd: in IdenticalSlowPath()
2654 case HloOpcode::kAnd: in IsOpElementwise()
3094 case HloOpcode::kAnd: in Visit()
Dalgebraic_simplifier_test.cc3610 builder.AddInstruction(HloInstruction::CreateBinary(r0pred, HloOpcode::kAnd, in TEST_F()
3615 EXPECT_EQ(root->opcode(), HloOpcode::kAnd); in TEST_F()
3631 builder.AddInstruction(HloInstruction::CreateBinary(r0pred, HloOpcode::kAnd, in TEST_F()
3636 EXPECT_EQ(root->opcode(), HloOpcode::kAnd); in TEST_F()
3652 builder.AddInstruction(HloInstruction::CreateBinary(r0pred, HloOpcode::kAnd, in TEST_F()
3657 EXPECT_EQ(root->opcode(), HloOpcode::kAnd); in TEST_F()
3673 builder.AddInstruction(HloInstruction::CreateBinary(r0pred, HloOpcode::kAnd, in TEST_F()
3678 EXPECT_EQ(root->opcode(), HloOpcode::kAnd); in TEST_F()
Dhlo_graph_dumper.cc941 case HloOpcode::kAnd: in GetInstructionColor()
Dhlo_sharding_util.cc1075 root_instruction->opcode() == HloOpcode::kAnd) { in IdentityValueAndHloOpcodeForScatterReduceComputation()
Dsharding_propagation.cc167 case HloOpcode::kAnd: in PickRepresentativeOperand()
Ddynamic_padder.cc1256 ShapeUtil::MakeScalarShape(PRED), HloOpcode::kAnd, inbound_lhs, in RewriteDynamicSort()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc124 enum class Kind { kAnd, kOr, kNot, kAndRecurrence, kSymbol, kIntSymbol }; enumerator
171 Kind kind() const override { return Kind::kAnd; } in kind()
525 if (kind == Predicate::Kind::kAnd || kind == Predicate::Kind::kOr) { in SimplifyUsingDeMorgan()
659 pred_kind == Predicate::Kind::kAnd in MakeInternedAndOr()
673 is_and ? Predicate::Kind::kAnd : Predicate::Kind::kOr; in MakeAndOrImpl()
682 is_and ? Predicate::Kind::kOr : Predicate::Kind::kAnd; in MakeAndOrImpl()
1019 if (backedge_predicate->kind() != Predicate::Kind::kAnd) { in DeduceStepPredicate()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc66 case HloOpcode::kAnd: in MatchReductionComputation()
/external/vixl/src/aarch32/
Dconstants-aarch32.cc49 case kAnd: in ToCString()
Dconstants-aarch32.h129 kAnd, enumerator
/external/openscreen/tools/cddl/
Dsema.h45 kAnd, // .and enumerator
Dsema.cc237 return CddlType::Op::kAnd; in AnalyzeCtlop()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc162 case LogicOp::kAnd: in ToVkLogicOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc419 return xla::HloOpcode::kAnd; in MhloToHloOpcode()
Dhlo_function_importer.cc748 NoAttributeCase(kAnd, AndOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dgather_scatter_handler.cc547 case HloOpcode::kAnd: in HandleScatter()
Dspmd_partitioner.cc528 HloInstruction::CreateBinary(mask->shape(), HloOpcode::kAnd, mask, in PadWithValue()
2419 compare_shape, HloOpcode::kAnd, offset_ge, offset_lt)); in HandleDynamicUpdateSlice()
2422 compare_shape, HloOpcode::kAnd, all_dims_within_partition, in HandleDynamicUpdateSlice()
/external/angle/src/libANGLE/
DGLES1Shaders.inc242 #define kAnd 0x1501
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc1159 op = LogicOp::kAnd; in ProcessLogicOp()

12