/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fusion_test.cc | 128 HloInstruction::FusionKind::kLoop); in TestElementwise2D() 238 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 264 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 296 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 324 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 340 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 355 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 370 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 385 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() 400 HloInstruction::FusionKind::kLoop); in XLA_TEST_F() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | defuser_test.cc | 73 HloInstruction::FusionKind::kLoop); in TEST_F() 99 HloInstruction::FusionKind::kLoop); in TEST_F() 138 HloInstruction::FusionKind::kLoop); in TEST_F() 176 HloInstruction::FusionKind::kLoop); in TEST_F() 178 HloInstruction::FusionKind::kLoop); in TEST_F() 204 {negate, add}, HloInstruction::FusionKind::kLoop); in TEST_F() 208 {fused_negate}, HloInstruction::FusionKind::kLoop); in TEST_F()
|
D | hlo_instruction_test.cc | 636 {exp}, HloInstruction::FusionKind::kLoop); in TEST_F() 654 {add}, HloInstruction::FusionKind::kLoop); in TEST_F() 676 {exp3, exp2, exp1}, HloInstruction::FusionKind::kLoop); in TEST_F() 699 {exp2, exp1}, HloInstruction::FusionKind::kLoop); in TEST_F() 777 {map_3_y}, HloInstruction::FusionKind::kLoop); in TEST_F() 824 {tuple, sub, mul, exp, clamp, add}, HloInstruction::FusionKind::kLoop); in TEST_F() 1074 {max, broadcast, div, mul}, HloInstruction::FusionKind::kLoop); in TEST_F() 1115 {sub, broadcast, min}, HloInstruction::FusionKind::kLoop); in TEST_F() 1158 {dot, reshape}, HloInstruction::FusionKind::kLoop); in TEST_F() 1199 {dot, reshape}, HloInstruction::FusionKind::kLoop); in TEST_F() [all …]
|
D | hlo_graph_dumper_test.cc | 65 {sums[3], sums[2], sums[1], sums[0]}, HloInstruction::FusionKind::kLoop); in TEST_F() 80 {fused_sums[1], fused_sums[0]}, HloInstruction::FusionKind::kLoop); in TEST_F()
|
D | reduce_precision_insertion.cc | 125 (instruction->fusion_kind() == HloInstruction::FusionKind::kLoop || in insert_on_inputs() 176 (instruction->fusion_kind() == HloInstruction::FusionKind::kLoop || in insert_on_outputs()
|
/external/skqp/tests/ |
D | GeometryTest.cpp | 236 SkCubicType::kLoop, in check_cubic_around_rect() 241 SkCubicType::kLoop, in check_cubic_around_rect() 243 SkCubicType::kLoop, in check_cubic_around_rect() 245 SkCubicType::kLoop, in check_cubic_around_rect() 250 SkCubicType::kLoop, in check_cubic_around_rect() 252 SkCubicType::kLoop, in check_cubic_around_rect() 254 SkCubicType::kLoop, in check_cubic_around_rect() 259 SkCubicType::kLoop, in check_cubic_around_rect()
|
/external/skia/tests/ |
D | GeometryTest.cpp | 236 SkCubicType::kLoop, in check_cubic_around_rect() 241 SkCubicType::kLoop, in check_cubic_around_rect() 243 SkCubicType::kLoop, in check_cubic_around_rect() 245 SkCubicType::kLoop, in check_cubic_around_rect() 250 SkCubicType::kLoop, in check_cubic_around_rect() 252 SkCubicType::kLoop, in check_cubic_around_rect() 254 SkCubicType::kLoop, in check_cubic_around_rect() 259 SkCubicType::kLoop, in check_cubic_around_rect()
|
/external/v8/src/compiler/ |
D | loop-analysis.cc | 193 if (node->opcode() == IrOpcode::kLoop) { in PropagateBackward() 199 if (merge->opcode() == IrOpcode::kLoop) { in PropagateBackward() 230 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in CreateLoopInfo() 251 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in SetLoopMarkForLoopHeader() 317 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node); in IsLoopHeaderNode() 331 } else if (use->opcode() == IrOpcode::kLoop) { in IsBackedge() 530 if (first->opcode() == IrOpcode::kLoop) return first; in HeaderNode() 533 DCHECK_EQ(IrOpcode::kLoop, header->opcode()); in HeaderNode()
|
D | loop-variable-optimizer.cc | 46 int inputs_end = (node->opcode() == IrOpcode::kLoop) in Run() 65 if (use->opcode() == IrOpcode::kLoop && in Run() 124 case IrOpcode::kLoop: in VisitNode() 224 DCHECK_EQ(IrOpcode::kLoop, loop->opcode()); in TryGetInductionVariable()
|
D | dead-code-elimination.cc | 53 case IrOpcode::kLoop: in Reduce() 121 if (node->opcode() != IrOpcode::kLoop || in ReduceLoopOrMerge() 155 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in ReduceLoopOrMerge()
|
D | graph-assembler.h | 101 enum class GraphAssemblerLabelType { kDeferred, kNonDeferred, kLoop }; enumerator 133 bool IsLoop() const { return type_ == GraphAssemblerLabelType::kLoop; } in IsLoop() 166 return MakeLabelFor(GraphAssemblerLabelType::kLoop, reps...); in MakeLoopLabel()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | construct.h | 45 kLoop, enumerator 102 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
|
D | function.cpp | 82 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge() 163 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | construct.h | 45 kLoop, enumerator 102 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
|
D | function.cpp | 82 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge() 163 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | multi_output_fusion.cc | 55 instr->fusion_kind() == HloInstruction::FusionKind::kLoop) || in IsFusible() 96 instr1->fusion_kind() == HloInstruction::FusionKind::kLoop)) { in LegalToFuse() 160 producer->fusion_kind() == HloInstruction::FusionKind::kLoop; in DoProducerConsumerMultiOutputFusion()
|
D | fusion_merger.cc | 192 if (fusion->fusion_kind() != HloInstruction::FusionKind::kLoop) { in HandleFusion() 209 (user->fusion_kind() == HloInstruction::FusionKind::kLoop || in HandleFusion()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_instruction_fusion.cc | 157 consumer->fusion_kind() == HloInstruction::FusionKind::kLoop) { in ShouldFuse() 175 : HloInstruction::FusionKind::kLoop; in ChooseKind()
|
/external/skia/src/core/ |
D | SkGeometry.h | 166 kLoop, enumerator 176 case SkCubicType::kLoop: in SkCubicIsDegenerate() 191 case SkCubicType::kLoop: return "kLoop"; in SkCubicTypeName()
|
/external/skqp/src/core/ |
D | SkGeometry.h | 166 kLoop, enumerator 176 case SkCubicType::kLoop: in SkCubicIsDegenerate() 191 case SkCubicType::kLoop: return "kLoop"; in SkCubicTypeName()
|
/external/skqp/bench/ |
D | CubicKLMBench.cpp | 27 case SkCubicType::kLoop: in CubicKLMBench()
|
D | GrCCFillGeometryBench.cpp | 30 case SkCubicType::kLoop: in GrCCGeometryBench()
|
/external/skia/bench/ |
D | CubicKLMBench.cpp | 27 case SkCubicType::kLoop: in CubicKLMBench()
|
D | GrCCFillGeometryBench.cpp | 30 case SkCubicType::kLoop: in GrCCGeometryBench()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | dynamic_update_slice_util.h | 48 fusion->fusion_kind() != HloInstruction::FusionKind::kLoop) { in CanEmitFusedDynamicUpdateSliceInPlace()
|