HomeSort by relevance Sort by last modified time
    Searched refs:kLoop (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
construct.h 34 kLoop,
91 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection;
111 /// kContinue and kLoop constructs will always have corresponding
construct.cpp 43 case ConstructType::kLoop: return size == 1;
function.cpp 87 AddConstruct({ConstructType::kLoop, current_block_, &merge_block});
168 FindConstructForEntryBlock(current_block_, ConstructType::kLoop)
  /external/tensorflow/tensorflow/compiler/xla/service/
defuser_test.cc 71 HloInstruction::FusionKind::kLoop);
96 HloInstruction::FusionKind::kLoop);
134 HloInstruction::FusionKind::kLoop);
171 HloInstruction::FusionKind::kLoop);
173 HloInstruction::FusionKind::kLoop);
198 {negate, add}, HloInstruction::FusionKind::kLoop);
202 {fused_negate}, HloInstruction::FusionKind::kLoop);
hlo_graph_dumper_test.cc 74 {sums[3], sums[2], sums[1], sums[0]}, HloInstruction::FusionKind::kLoop);
89 {fused_sums[1], fused_sums[0]}, HloInstruction::FusionKind::kLoop);
liveness_util.cc 42 user->fusion_kind() == HloInstruction::FusionKind::kLoop) {
79 user->fusion_kind() == HloInstruction::FusionKind::kLoop) {
198 if (user->fusion_kind() == HloInstruction::FusionKind::kLoop &&
303 if (user->fusion_kind() == HloInstruction::FusionKind::kLoop &&
reduce_precision_insertion.cc 125 (instruction->fusion_kind() == HloInstruction::FusionKind::kLoop ||
176 (instruction->fusion_kind() == HloInstruction::FusionKind::kLoop ||
instruction_fusion.cc 431 consumer->fusion_kind() != HloInstruction::FusionKind::kLoop &&
450 return HloInstruction::FusionKind::kLoop;
  /external/tensorflow/tensorflow/compiler/xla/tests/
fusion_test.cc 119 HloInstruction::FusionKind::kLoop);
225 HloInstruction::FusionKind::kLoop);
251 HloInstruction::FusionKind::kLoop);
283 HloInstruction::FusionKind::kLoop);
311 HloInstruction::FusionKind::kLoop);
327 HloInstruction::FusionKind::kLoop);
341 HloInstruction::FusionKind::kLoop);
356 HloInstruction::FusionKind::kLoop);
371 HloInstruction::FusionKind::kLoop);
385 HloInstruction::FusionKind::kLoop);
    [all...]
multioutput_fusion_test.cc 100 {tuple, sub, add2, broadcast}, HloInstruction::FusionKind::kLoop),
160 HloInstruction::FusionKind::kLoop),
196 ROOT fusion = (s32[]) fusion(x), kind=kLoop, calls=fused_computation
  /external/skia/tests/
GeometryTest.cpp 225 SkCubicType::kLoop,
230 SkCubicType::kLoop,
232 SkCubicType::kLoop,
234 SkCubicType::kLoop,
239 SkCubicType::kLoop,
241 SkCubicType::kLoop,
243 SkCubicType::kLoop,
248 SkCubicType::kLoop,
  /external/skqp/tests/
GeometryTest.cpp 225 SkCubicType::kLoop,
230 SkCubicType::kLoop,
232 SkCubicType::kLoop,
234 SkCubicType::kLoop,
239 SkCubicType::kLoop,
241 SkCubicType::kLoop,
243 SkCubicType::kLoop,
248 SkCubicType::kLoop,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_instruction_fusion.cc 137 consumer->fusion_kind() == HloInstruction::FusionKind::kLoop) {
155 : HloInstruction::FusionKind::kLoop;
  /external/skia/bench/
CubicKLMBench.cpp 29 case SkCubicType::kLoop:
  /external/skqp/bench/
CubicKLMBench.cpp 29 case SkCubicType::kLoop:
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ops.h 45 fusion->fusion_kind() != HloInstruction::FusionKind::kLoop) {
  /external/v8/src/compiler/
loop-analysis.cc 193 if (node->opcode() == IrOpcode::kLoop) {
199 if (merge->opcode() == IrOpcode::kLoop) {
230 DCHECK_EQ(IrOpcode::kLoop, node->opcode());
251 DCHECK_EQ(IrOpcode::kLoop, node->opcode());
317 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node);
331 } else if (use->opcode() == IrOpcode::kLoop) {
521 if (first->opcode() == IrOpcode::kLoop) return first;
524 DCHECK_EQ(IrOpcode::kLoop, header->opcode());
graph-replay.cc 72 case IrOpcode::kLoop:
dead-code-elimination.cc 29 case IrOpcode::kLoop:
76 if (node->opcode() != IrOpcode::kLoop ||
106 DCHECK_EQ(IrOpcode::kLoop, node->opcode());
loop-variable-optimizer.cc 45 int inputs_end = (node->opcode() == IrOpcode::kLoop)
64 if (use->opcode() == IrOpcode::kLoop &&
200 case IrOpcode::kLoop:
302 DCHECK_EQ(IrOpcode::kLoop, NodeProperties::GetControlInput(phi)->opcode());
operator-properties.cc 129 opcode == IrOpcode::kDead || opcode == IrOpcode::kLoop ||
loop-analysis.h 123 if (node->opcode() == IrOpcode::kLoop) return node;
  /external/skia/src/core/
SkGeometry.h 163 kLoop,
173 case SkCubicType::kLoop:
188 case SkCubicType::kLoop: return "kLoop";
  /external/skqp/src/core/
SkGeometry.h 163 kLoop,
173 case SkCubicType::kLoop:
188 case SkCubicType::kLoop: return "kLoop";
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fusion_merger.cc 210 if (fusion->fusion_kind() != HloInstruction::FusionKind::kLoop) {
227 HloInstruction::FusionKind::kLoop;

Completed in 488 milliseconds

1 2 3