/external/deqp-deps/amber/src/ |
D | command_data.h | 89 kAnd, enumerator
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | all_reduce_simplifier.cc | 121 case HloOpcode::kAnd: in Run()
|
D | collective_ops_utils.cc | 43 (type == PRED && match_opcode(HloOpcode::kAnd))) { in MatchReductionComputation()
|
D | scatter_expander.cc | 204 MakeBinaryHlo(HloOpcode::kAnd, negative_index_check, oob_index_check)); in CheckIndexValidity() 211 MakeReduceHlo(valid_index, reduction_init, HloOpcode::kAnd, module)); in CheckIndexValidity()
|
D | hlo_opcode.h | 102 V(kAnd, "and", 2) \
|
D | instruction_fusion.cc | 68 case HloOpcode::kAnd: in IsExpensive()
|
D | hlo_instruction.cc | 939 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()
|
D | algebraic_simplifier_test.cc | 3610 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()
|
D | hlo_graph_dumper.cc | 941 case HloOpcode::kAnd: in GetInstructionColor()
|
D | hlo_sharding_util.cc | 1075 root_instruction->opcode() == HloOpcode::kAnd) { in IdentityValueAndHloOpcodeForScatterReduceComputation()
|
D | sharding_propagation.cc | 167 case HloOpcode::kAnd: in PickRepresentativeOperand()
|
D | dynamic_padder.cc | 1256 ShapeUtil::MakeScalarShape(PRED), HloOpcode::kAnd, inbound_lhs, in RewriteDynamicSort()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 124 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/ |
D | nccl_all_reduce_thunk.cc | 66 case HloOpcode::kAnd: in MatchReductionComputation()
|
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 49 case kAnd: in ToCString()
|
D | constants-aarch32.h | 129 kAnd, enumerator
|
/external/openscreen/tools/cddl/ |
D | sema.h | 45 kAnd, // .and enumerator
|
D | sema.cc | 237 return CddlType::Op::kAnd; in AnalyzeCtlop()
|
/external/deqp-deps/amber/src/vulkan/ |
D | graphics_pipeline.cc | 162 case LogicOp::kAnd: in ToVkLogicOp()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_utils.cc | 419 return xla::HloOpcode::kAnd; in MhloToHloOpcode()
|
D | hlo_function_importer.cc | 748 NoAttributeCase(kAnd, AndOp); in ImportInstructionImpl()
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | gather_scatter_handler.cc | 547 case HloOpcode::kAnd: in HandleScatter()
|
D | spmd_partitioner.cc | 528 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/ |
D | GLES1Shaders.inc | 242 #define kAnd 0x1501
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.cc | 1159 op = LogicOp::kAnd; in ProcessLogicOp()
|