| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 49 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), mask, in BuildIsFiniteIntrinsic() 59 …GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), GetArgDefinition(bcInst… in BuildStdRuntimeEquals()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 66 …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/compiler/tests/ |
| D | rpo_test.cpp | 124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() 244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
|
| D | dom_tree_test.cpp | 151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | rpo_test.cpp | 131 …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()
|
| D | dom_tree_test.cpp | 157 …GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, &INS(0U), &INS(1U), DataType::Type::INT6… in TEST_F()
|
| D | loop_unswitch_test.cpp | 1148 …GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, input0, input1, input0->GetType(), compa… in CreateInstIfImm()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_templates.yaml | 99 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), GetDefinit… 142 …auto inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), input0, in…
|
| D | inst_builder-inl.h | 364 … auto inst = GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), vreg, vreg, in BuildIsNanIntrinsic() 406 …graph_->CreateInstCompare(DataType::BOOL, bcAddr, length, zeroConst, DataType::INT32, ConditionCod… in BuildStringIsEmptyIntrinsic() 431 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharIsUpperCaseIntrinsic() 456 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharToUpperCaseIntrinsic() 484 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharIsLowerCaseIntrinsic() 507 GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), inst1, in BuildCharToLowerCaseIntrinsic()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 227 …auto cmpInst = graph_->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), GetDefinitio… in BuildIsUndefined()
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/ |
| D | inst_templates.yaml | 58 …auto inst = graph_->CreateInstCompare(compiler::DataType::BOOL, GetPc(instruction->GetAddress()), …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 277 …auto compareNull = graph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetO… in ReplaceWithCompareNullish() 280 …graph->CreateInstCompare(DataType::BOOL, intrinsic->GetPc(), input, graph->GetOrCreateUndefinedIns… in ReplaceWithCompareNullish()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | try_catch_resolving.cpp | 92 …auto compInst = GetGraph()->CreateInstCompare(DataType::BOOL, ifImm->GetPc(), ifImm->GetInput(0).G… in DeoptimizeIfs()
|
| D | optimize_string_concat.cpp | 234 …GetGraph()->CreateInstCompare(DataType::BOOL, pc, stop, induction, DataType::INT32, ConditionCode:… in CreateAppendArgsLoop()
|
| D | loop_unroll.cpp | 352 …auto overflowCompare = GetGraph()->CreateInstCompare(compiler::DataType::BOOL, preHeaderCmp->GetPc… in FixCompareInst()
|
| D | loop_idioms.cpp | 569 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, inst->GetPc(), sub, in ReplaceArrayInitLoop()
|
| D | inlining.cpp | 351 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), getClsInst, loadCl… in DoInlineMonomorphic() 377 …auto cmpInst = GetGraph()->CreateInstCompare(DataType::BOOL, callInst->GetPc(), loadClsInst, getCl… in CreateCompareClass()
|
| D | checks_elimination.cpp | 937 …auto deoptComp = GetGraph()->CreateInstCompare(DataType::BOOL, INVALID_PC, newLeft, right, DataTyp… in InsertBoundsCheckDeoptimization()
|