Searched refs:AddOverflow (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 40 } else if (if_inst->GetOpcode() == Opcode::AddOverflow) { in HandleIfBlock() 61 case Opcode::AddOverflow: in HandlePrevInstruction()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | function.rb | 49 …::IfThen, IfImm: Kind::IfThen, Else: Kind::IfElse, While: Kind::While, AddOverflow: Kind::IfThen, …
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 334 case Opcode::AddOverflow: in CC() 845 case Opcode::AddOverflow: in SrcType()
|
| D | graph.cpp | 271 … last->GetOpcode() == Opcode::AddOverflow || last->GetOpcode() == Opcode::SubOverflow); in RemovePredecessors()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | cleanup.cpp | 213 last->GetOpcode() == Opcode::AddOverflow || last->GetOpcode() == Opcode::SubOverflow) { in ProcessBB()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | codegen_test.cpp | 1116 TEST_F(CodegenTest, AddOverflow) in TEST_F() argument 1129 INST(4, Opcode::AddOverflow).i32().SrcType(DataType::INT32).CC(CC_EQ).Inputs(0, 1); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 994 TEST_F(Encoder64Test, AddOverflow) in TEST_F() argument
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 993 TEST_F(Encoder64Test, AddOverflow) in TEST_F() argument
|