Home
last modified time | relevance | path

Searched defs:input2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h110 auto input2 = inst2->CastToPhi()->GetPhiInput(bb2); in Compare() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp427 double input2 = 100 * (static_cast<uint64_t>(UINT32_MAX) + 1) + 23456; in HWTEST_F_L0() local
479 double input2 = 100 * (static_cast<uint64_t>(UINT32_MAX) + 1) + 23456; in HWTEST_F_L0() local
531 double input2 = 100 * (static_cast<uint64_t>(UINT16_MAX) + 1) + 23456; in HWTEST_F_L0() local
583 double input2 = 100 * (static_cast<uint64_t>(UINT16_MAX) + 1) + 23456; in HWTEST_F_L0() local
635 double input2 = 100 * (static_cast<uint64_t>(UINT8_MAX) + 1) + 56; in HWTEST_F_L0() local
687 double input2 = 100 * (static_cast<uint64_t>(UINT8_MAX) + 1) + 45; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator.h106 auto input2 = inst2->CastToPhi()->GetPhiInput(bb2); in InstInitialCompare() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp59 void OptimizeMemoryBarriers::CheckTwoInputs(Inst *input1, Inst *input2) in CheckTwoInputs()
Dchecks_elimination.cpp424 auto input2 = inst->GetInput(1).GetInst(); in VisitAddOverflowCheck() local
437 auto input2 = inst->GetInput(1).GetInst(); in VisitSubOverflowCheck() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2504 …utsInst3(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, Inst *input2) in FixedInputsInst3()
2519 …utsInst4(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, Inst *input2, in FixedInputsInst4()
4199 Inst *input2) in LoadCompressedStringCharInst()
5159 …amicInst(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, Inst *input2) in LoadObjectDynamicInst()
5181 …amicInst(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, Inst *input2, in StoreObjectDynamicInst()
6464 …e opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, Inst *input2, Inst *input3, in SelectInst()
6512 …tImmInst(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input0, Inst *input1, Inst *input2, in SelectImmInst()
7206 Inst *input1, Inst *input2) in DeoptimizeCompareInst()