/arkcompiler/runtime_core/compiler/tests/ |
D | graph_cloner_test.cpp | 44 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 54 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() 79 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 89 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() 98 INST(17, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(16, 13); // i < X in TEST_F() 108 INST(20, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(25, 13); // i < X in TEST_F() 138 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 150 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() 178 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 190 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() [all …]
|
D | branch_elimination_test.cpp | 975 … ConditionCode::CC_LT); in TEST_F() 996 … ConditionCode::CC_LT); in TEST_F() 1012 …heckElimination<DominantCondResult::TRUE, RemainedSuccessor::FALSE_SUCCESSOR>(ConditionCode::CC_LT, in TEST_F() 1014 …CheckElimination<DominantCondResult::TRUE, RemainedSuccessor::TRUE_SUCCESSOR>(ConditionCode::CC_LT, in TEST_F() 1016 …CheckElimination<DominantCondResult::TRUE, RemainedSuccessor::TRUE_SUCCESSOR>(ConditionCode::CC_LT, in TEST_F() 1017 … ConditionCode::CC_LT); in TEST_F() 1018 …CheckElimination<DominantCondResult::TRUE, RemainedSuccessor::TRUE_SUCCESSOR>(ConditionCode::CC_LT, in TEST_F() 1020 …heckElimination<DominantCondResult::TRUE, RemainedSuccessor::FALSE_SUCCESSOR>(ConditionCode::CC_LT, in TEST_F() 1022 …heckElimination<DominantCondResult::TRUE, RemainedSuccessor::FALSE_SUCCESSOR>(ConditionCode::CC_LT, in TEST_F() 1024 …ldGraphAndCheckElimination<DominantCondResult::TRUE, RemainedSuccessor::BOTH>(ConditionCode::CC_LT, in TEST_F() [all …]
|
D | cleanup_test.cpp | 113 INST(2, Opcode::If).SrcType(DataType::Type::INT64).CC(CC_LT).Inputs(0, 1); in TEST_F() 138 INST(2, Opcode::If).SrcType(DataType::Type::INT64).CC(CC_LT).Inputs(0, 1); in TEST_F() 165 INST(3, Opcode::If).SrcType(DataType::Type::INT64).CC(CC_LT).Inputs(0, 1); in TEST_F() 201 INST(5, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 3); in TEST_F() 221 INST(5, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 3); in TEST_F() 366 INST(2, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 0); in TEST_F() 397 INST(2, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 0); in TEST_F() 477 INST(2, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 0); in TEST_F() 497 INST(2, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 0); in TEST_F() 518 INST(2, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::INT64).Inputs(1, 0); in TEST_F() [all …]
|
D | reg_alloc_graph_coloring_test.cpp | 54 INST(3, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 0); in TEST_F() 102 INST(3, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 0); in TEST_F() 113 INST(7, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(1, 0); in TEST_F()
|
D | basicblock_test.cpp | 370 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 382 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F() 403 INST(14, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(0, 13); // i < X in TEST_F() 418 INST(5, Opcode::Compare).CC(ConditionCode::CC_LT).b().Inputs(10, 13); // i < X in TEST_F()
|
D | vn_test.cpp | 276 INST(10, Opcode::Compare).b().CC(CC_LT).Inputs(0, 1); in TEST_F() 322 INST(10, Opcode::Compare).b().CC(CC_LT).Inputs(0, 1); in TEST_F() 378 INST(11, Opcode::Compare).b().CC(CC_LT).Inputs(7, 8); in TEST_F() 429 INST(11, Opcode::Compare).b().CC(CC_LT).Inputs(7, 8); in TEST_F()
|
D | liveness_analyzer_test.cpp | 455 INST(10, Opcode::If).SrcType(DataType::UINT32).CC(CC_LT).Inputs(9, 5); // if c < a * b in TEST_F() 464 INST(13, Opcode::If).SrcType(DataType::UINT32).CC(CC_LT).Inputs(12, 6); // if c < a + b in TEST_F()
|
D | ir_builder_test.cpp | 202 case ConditionCode::CC_LT: in CheckCondJump() 269 case ConditionCode::CC_LT: in CheckCondJumpWithZero() 816 INST(2, Opcode::Compare).b().SrcType(DataType::INT32).CC(CC_LT).Inputs(0, 1); in TEST_F() 1225 CheckCondJumpWithZero<false>(ConditionCode::CC_LT); in TEST_F() 1273 CheckCondJump<false>(ConditionCode::CC_LT); in TEST_F()
|
D | dump_test.cpp | 305 IfImmInst ifImm_inst(ConditionCode::CC_LT); in __anonb8e9e89d0402()
|
/arkcompiler/runtime_core/bytecode_optimizer/templates/ |
D | check_width.cpp.erb | 24 case compiler::CC_LT: 42 case compiler::CC_LT:
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | common.h | 587 case compiler::ConditionCode::CC_LT: in CheckCondJumpWithZero() 657 case compiler::ConditionCode::CC_LT: in CheckCondJump()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 64 CC_LT, // < enumerator 101 case ConditionCode::CC_LT: in InverseSignednessConditionCode() 111 return ConditionCode::CC_LT; in InverseSignednessConditionCode() 132 case ConditionCode::CC_LT: in IsSignedConditionCode()
|
D | dump.cpp | 119 case ConditionCode::CC_LT: in GetCondCodeToString()
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | inst_builder_gen.cpp.erb | 146 return 'ConditionCode::CC_LT' if inst.opcode.start_with? 'jlt'
|