Home
last modified time | relevance | path

Searched refs:SubOverflow (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp42 } else if (if_inst->GetOpcode() == Opcode::SubOverflow) { in HandleIfBlock()
62 case Opcode::SubOverflow: in HandlePrevInstruction()
/arkcompiler/runtime_core/irtoc/lang/
Dfunction.rb49 …hen, Else: Kind::IfElse, While: Kind::While, AddOverflow: Kind::IfThen, SubOverflow: Kind::IfThen }
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h337 case Opcode::SubOverflow: in CC()
848 case Opcode::SubOverflow: in SrcType()
Dgraph.cpp271 … last->GetOpcode() == Opcode::AddOverflow || last->GetOpcode() == Opcode::SubOverflow); in RemovePredecessors()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp213 last->GetOpcode() == Opcode::AddOverflow || last->GetOpcode() == Opcode::SubOverflow) { in ProcessBB()
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp1177 TEST_F(CodegenTest, SubOverflow) in TEST_F() argument
1190 INST(4, Opcode::SubOverflow).i32().SrcType(DataType::INT32).CC(CC_EQ).Inputs(0, 1); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp1000 TEST_F(Encoder64Test, SubOverflow) in TEST_F() argument
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp999 TEST_F(Encoder64Test, SubOverflow) in TEST_F() argument