Home
last modified time | relevance | path

Searched refs:i2 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_comparator.h285 auto eq_lambda = [](SaveStateImm i1, SaveStateImm i2) { in CompareSaveStateInst()
286 return i1.value == i2.value && i1.vreg == i2.vreg && i1.is_acc == i2.is_acc; in CompareSaveStateInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dloop_unswitcher.cpp142 auto i2 = graph->FindOrCreateConstant(0); in ReplaceWithConstantCondition() local
147 std::swap(i1, i2); in ReplaceWithConstantCondition()
152 inst->SetInput(0, i2); in ReplaceWithConstantCondition()
156 GetClone(inst)->SetInput(0, i2); in ReplaceWithConstantCondition()
H A Danalysis.h52 inline bool IsInstInDifferentBlocks(Inst *i1, Inst *i2) in IsInstInDifferentBlocks() argument
54 return i1->GetBasicBlock() != i2->GetBasicBlock(); in IsInstInDifferentBlocks()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator.h260 auto eqLambda = [](SaveStateImm i1, SaveStateImm i2) { in InstSaveStateCompare()
261 return i1.value == i2.value && i1.vreg == i2.vreg && i1.vregType == i2.vregType && i1.type == i2.type; in InstSaveStateCompare()
H A Dencoder_operands.cpp386 ssize_t i1(0x0U), i2(0x2U); in TEST()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DIrViewer.js541 let i2 = levely.indexOf(n2.pos.y);
542 return i1 + 1 === i2;
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1351 * let i2:number = d2.Compute();
1354 * console.log(i2);
1666 * let i2:number = d2.Compute();
1669 * console.log(i2);
1684 Local<NumberRef> i2 = Derive::Compute(vm_, d2); in HWTEST_F_L0() local
1688 GTEST_LOG_(INFO) << "i2 = " << i2->Int32Value(vm_); in HWTEST_F_L0()

Completed in 10 milliseconds