Home
last modified time | relevance | path

Searched refs:kLoop (Results 1 – 25 of 94) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc128 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/
Ddefuser_test.cc73 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()
Dhlo_instruction_test.cc636 {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 …]
Dhlo_graph_dumper_test.cc65 {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()
Dreduce_precision_insertion.cc125 (instruction->fusion_kind() == HloInstruction::FusionKind::kLoop || in insert_on_inputs()
176 (instruction->fusion_kind() == HloInstruction::FusionKind::kLoop || in insert_on_outputs()
/external/skqp/tests/
DGeometryTest.cpp236 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/
DGeometryTest.cpp236 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/
Dloop-analysis.cc193 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()
Dloop-variable-optimizer.cc46 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()
Ddead-code-elimination.cc53 case IrOpcode::kLoop: in Reduce()
121 if (node->opcode() != IrOpcode::kLoop || in ReduceLoopOrMerge()
155 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in ReduceLoopOrMerge()
Dgraph-assembler.h101 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/
Dconstruct.h45 kLoop, enumerator
102 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
Dfunction.cpp82 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge()
163 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.h45 kLoop, enumerator
102 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
Dfunction.cpp82 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge()
163 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc55 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()
Dfusion_merger.cc192 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/
Dcpu_instruction_fusion.cc157 consumer->fusion_kind() == HloInstruction::FusionKind::kLoop) { in ShouldFuse()
175 : HloInstruction::FusionKind::kLoop; in ChooseKind()
/external/skia/src/core/
DSkGeometry.h166 kLoop, enumerator
176 case SkCubicType::kLoop: in SkCubicIsDegenerate()
191 case SkCubicType::kLoop: return "kLoop"; in SkCubicTypeName()
/external/skqp/src/core/
DSkGeometry.h166 kLoop, enumerator
176 case SkCubicType::kLoop: in SkCubicIsDegenerate()
191 case SkCubicType::kLoop: return "kLoop"; in SkCubicTypeName()
/external/skqp/bench/
DCubicKLMBench.cpp27 case SkCubicType::kLoop: in CubicKLMBench()
DGrCCFillGeometryBench.cpp30 case SkCubicType::kLoop: in GrCCGeometryBench()
/external/skia/bench/
DCubicKLMBench.cpp27 case SkCubicType::kLoop: in CubicKLMBench()
DGrCCFillGeometryBench.cpp30 case SkCubicType::kLoop: in GrCCGeometryBench()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.h48 fusion->fusion_kind() != HloInstruction::FusionKind::kLoop) { in CanEmitFusedDynamicUpdateSliceInPlace()

1234