Home
last modified time | relevance | path

Searched full:createinstcompare (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml66 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), ConditionC…
79 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), <%= get_cc…
193 …auto cmp_inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), Condit…
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp49 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), mask, in BuildIsFiniteIntrinsic()
59 …GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), GetArgDefinition(bcInst… in BuildStdRuntimeEquals()
310 …auto *isExternalInst = graph->CreateInstCompare(DataType::BOOL, bcAddr, dataInst, nullPtrInst, Dat… in BuildTypedArrayDeoptimizeIfExternalData()
323 …graph->CreateInstCompare(DataType::BOOL, bcAddr, posInst, lengthInst, DataType::INT32, ConditionCo… in BuildTypedArrayDeoptimizeIfOutOfRange()
/arkcompiler/runtime_core/static_core/compiler/tests/
Drpo_test.cpp131 …GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, &INS(0U), &INS(1U), DataType::Type::INT6… in TEST_F()
249 …GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, &INS(0U), &INS(1U), DataType::Type::INT6… in TEST_F()
Ddom_tree_test.cpp157 …GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, &INS(0U), &INS(1U), DataType::Type::INT6… in TEST_F()
Dloop_unswitch_test.cpp1148 …GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, input0, input1, input0->GetType(), compa… in CreateInstIfImm()
/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
Ddom_tree_test.cpp151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml99 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), GetDefinit…
142 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), input0, in…
Dinst_builder-inl.h354 … auto inst = GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), vreg, vreg, in BuildIsNanIntrinsic()
396 …graph_->CreateInstCompare(DataType::BOOL, bcAddr, length, zeroConst, DataType::INT32, ConditionCod… in BuildStringIsEmptyIntrinsic()
421 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharIsUpperCaseIntrinsic()
446 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharToUpperCaseIntrinsic()
474 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharIsLowerCaseIntrinsic()
497 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharToLowerCaseIntrinsic()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml58 …auto inst = graph_->CreateInstCompare(compiler::DataType::BOOL, GetPc(instruction->GetAddress()), …
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dnative_call_optimization.cpp175 …auto deoptComp = graph->CreateInstCompare(DataType::BOOL, pc, getNativeMethod, graph->FindOrCreate… in OptimizeNativeCallWithObjects()
Doptimize_string_concat.cpp236 …GetGraph()->CreateInstCompare(DataType::BOOL, pc, stop, induction, DataType::INT32, ConditionCode:… in CreateAppendArgsLoop()
Dtry_catch_resolving.cpp94 …auto compInst = GetGraph()->CreateInstCompare(DataType::BOOL, ifImm->GetPc(), ifImm->GetInput(0).G… in DeoptimizeIfs()
Dloop_unroll.cpp352 …auto overflowCompare = GetGraph()->CreateInstCompare(compiler::DataType::BOOL, preHeaderCmp->GetPc… in FixCompareInst()
Dloop_idioms.cpp570 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, inst->GetPc(), sub, in ReplaceArrayInitLoop()
Dinlining.cpp374 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), getClsInst, loadCl… in DoInlineMonomorphic()
428 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), loadClsInst, getCl… in CreateCompareClass()
Dchecks_elimination.cpp942 …auto deoptComp = GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, newLeft, right, DataTyp… in InsertBoundsCheckDeoptimization()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp270 …auto compareNull = graph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetO… in ReplaceWithCompareNullish()
273 …graph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetOrCreateUniqueObject… in ReplaceWithCompareNullish()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp198 …auto cmpInst = graph_->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), GetDefinitio… in BuildIsNullValue()