Home
last modified time | relevance | path

Searched refs:kLoop (Results 1 - 25 of 62) sorted by relevance

123

/third_party/skia/tests/
H A DGeometryTest.cpp301 SkCubicType::kLoop, in check_cubic_around_rect()
306 SkCubicType::kLoop, in check_cubic_around_rect()
308 SkCubicType::kLoop, in check_cubic_around_rect()
310 SkCubicType::kLoop, in check_cubic_around_rect()
315 SkCubicType::kLoop, in check_cubic_around_rect()
317 SkCubicType::kLoop, in check_cubic_around_rect()
319 SkCubicType::kLoop, in check_cubic_around_rect()
324 SkCubicType::kLoop, in check_cubic_around_rect()
393 check_cubic_type(reporter, loop, SkCubicType::kLoop); in test_classify_cubic()
586 REPORTER_ASSERT(reporter, SkClassifyCubic(loop.data()) == SkCubicType::kLoop); in test_chop_at_midtangent()
[all...]
H A DWangsFormulaTest.cpp20 const SkPoint kLoop[4] = { member
263 m.mapPoints(pts, kLoop, 4); in DEF_TEST()
301 check_cubic_log2_with_transform(kLoop, m); in DEF_TEST()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dconstruct.cc35 the_kind == kLoop in Construct()
54 (the_kind == kLoop || the_kind == kContinue || in Construct()
H A Dconstruct.h80 kLoop, enumerator
167 case Construct::kLoop: in ToString()
/third_party/node/deps/v8/src/compiler/
H A Dloop-analysis.cc208 if (node->opcode() == IrOpcode::kLoop) { in PropagateBackward()
214 if (merge->opcode() == IrOpcode::kLoop) { in PropagateBackward()
253 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in CreateLoopInfo()
274 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in SetLoopMarkForLoopHeader()
341 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node); in IsLoopHeaderNode()
355 } else if (use->opcode() == IrOpcode::kLoop) { in IsBackedge()
558 DCHECK_EQ(loop_header->opcode(), IrOpcode::kLoop); in FindSmallInnermostLoopFromHeader()
577 case IrOpcode::kLoop: in FindSmallInnermostLoopFromHeader()
713 if (first->opcode() == IrOpcode::kLoop) return first; in HeaderNode()
716 DCHECK_EQ(IrOpcode::kLoop, heade in HeaderNode()
[all...]
H A 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()
226 DCHECK_EQ(IrOpcode::kLoop, loop->opcode()); in TryGetInductionVariable()
H A Ddead-code-elimination.cc52 case IrOpcode::kLoop: in Reduce()
120 if (node->opcode() != IrOpcode::kLoop || in ReduceLoopOrMerge()
154 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in ReduceLoopOrMerge()
241 merge->opcode() == IrOpcode::kLoop); in ReduceEffectPhi()
H A Dwasm-loop-peeling.cc21 DCHECK_EQ(loop_node->opcode(), IrOpcode::kLoop); in PeelWasmLoop()
H A Dloop-analysis.h141 if (node->opcode() == IrOpcode::kLoop) return node; in GetLoopControl()
H A Dloop-peeling.cc164 if (node->opcode() == IrOpcode::kLoop) continue; // already done. in Peel()
H A Dloop-unrolling.cc21 DCHECK_EQ(loop_node->opcode(), IrOpcode::kLoop); in UnrollLoop()
H A Dcommon-operator-reducer.cc228 DCHECK_EQ(IrOpcode::kLoop, merge->opcode()); in ReduceEffectPhi()
295 DCHECK_EQ(IrOpcode::kLoop, merge->opcode()); in ReducePhi()
H A Dcommon-operator.cc680 IrOpcode::kLoop, Operator::kKontrol, // opcode in LoopOperator()
685 LoopOperator<input_count> kLoop##input_count##Operator;
1072 return &cache_.kLoop##input_count##Operator; in Loop()
1080 IrOpcode::kLoop, Operator::kKontrol, // opcode in Loop()
1551 } else if (op->opcode() == IrOpcode::kLoop) { in ResizeMergeOrPhi()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dconstruct.h46 kLoop, member in spvtools::val::ConstructType
103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
148 /// kContinue and kLoop constructs will always have corresponding
H A Dconstruct.cpp49 case ConstructType::kLoop: in ValidateConstructSize()
151 if (type() == ConstructType::kLoop) { in IsStructuredExit()
H A Dfunction.cpp81 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge()
166 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dconstruct.h46 kLoop, member in spvtools::val::ConstructType
103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
148 /// kContinue and kLoop constructs will always have corresponding
H A Dconstruct.cpp49 case ConstructType::kLoop: in ValidateConstructSize()
151 if (type() == ConstructType::kLoop) { in IsStructuredExit()
H A Dfunction.cpp81 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge()
166 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
/third_party/spirv-tools/source/val/
H A Dconstruct.h46 kLoop, member in spvtools::val::ConstructType
103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock()
148 /// kContinue and kLoop constructs will always have corresponding
H A Dconstruct.cpp48 case ConstructType::kLoop: in ValidateConstructSize()
76 const bool is_loop = type() == ConstructType::kLoop; in blocks()
135 if (type() == ConstructType::kLoop) { in IsStructuredExit()
H A Dfunction.cpp82 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge()
168 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
/third_party/skia/src/core/
H A DSkGeometry.h237 kLoop, member in SkCubicType
247 case SkCubicType::kLoop: in SkCubicIsDegenerate()
261 case SkCubicType::kLoop: return "kLoop"; in SkCubicTypeName()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dtoken.h239 kLoop, member in tint::reader::wgsl::Token::Type
/third_party/skia/bench/
H A DInterpBench.cpp21 kLoop = 20000 enumerator

Completed in 19 milliseconds

123