Home
last modified time | relevance | path

Searched refs:stride (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp63 GateRef stride = acc_.GetValueIn(valueGate, 1); in IsInductionVariable() local
65 stride = acc_.GetValueIn(valueGate, 0); in IsInductionVariable()
67 if (!IsIntConstant(stride)) { in IsInductionVariable()
93 auto stride = GetIntFromTaggedConstant(strideGate); in GetStartAndStride() local
97 stride = -stride; in GetStartAndStride()
100 return std::make_pair(start, stride); in GetStartAndStride()
142 auto [start, stride] = GetStartAndStride(selector); in TryGetLoopTimes()
156 stride = -stride; in TryGetLoopTimes()
[all...]
H A Descape_analysis.cpp298 constexpr size_t stride = 2; // 2: offset and value in VisitCreateObjectWithBuffer() local
303 for (size_t i = startIn; i < numIn; i += stride) { in VisitCreateObjectWithBuffer()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js17414 this.stride = s;
17421 this.stride = t.stride;
19237 get stride() {
[all...]

Completed in 32 milliseconds