Searched refs:selector (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | loop_peeling.cpp | 35 GateRef selector = circuit_->NewGate(circuit_->DependSelector(numIns), {merge, depend, copyDepend}); in CopyLoopExit() local 36 acc_.UpdateAllUses(depend, selector); in CopyLoopExit() 37 acc_.ReplaceIn(selector, 1, depend); // 0: index of exit depend in CopyLoopExit() 43 GateRef selector = circuit_->NewGate(circuit_->ValueSelector(numIns), acc_.GetMachineType(value), in CopyLoopExit() local 45 acc_.UpdateAllUses(value, selector); in CopyLoopExit() 46 acc_.ReplaceIn(selector, 1, value); // 0: index of exit depend in CopyLoopExit() 78 GateRef LoopPeeling::CopySelector(GateRef stateMerge, GateRef selector, size_t numLoopbacks) in CopySelector() argument 82 if (acc_.IsValueSelector(selector)) { in CopySelector() 89 auto numOfIns = acc_.GetNumIns(selector); in CopySelector() 93 auto input = acc_.GetIn(selector, in CopySelector() 116 auto selector = CopySelector(merge, *it, numLoopbacks); CopyLoopHeader() local [all...] |
H A D | induction_variable_analysis.cpp | 137 GateRef selector = acc_.GetValueIn(cmp, 0); in TryGetLoopTimes() local 138 if (!IsInductionVariable(selector)) { in TryGetLoopTimes() 142 auto [start, stride] = GetStartAndStride(selector); in TryGetLoopTimes()
|
H A D | loop_peeling.h | 44 GateRef CopySelector(GateRef stateMerge, GateRef selector, size_t numLoopbacks);
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 3055 cc.physics.selector.register("physx", { [all...] |
Completed in 30 milliseconds