Home
last modified time | relevance | path

Searched defs:addInst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/types_api/
Dget_type_static.cpp53 AbckitInst *addInst = helpers::FindFirstInst(graph, ABCKIT_ISA_API_STATIC_OPCODE_ADD); in InspectMethodStaticValid() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/graph_verifier/
Dgraph_verifier.cpp84 AbckitInst *addInst = g_statG->iCreateAdd(graph, loadString, idx); in TransformIrNegativeBinInst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp454 Inst *addInst; in ReplaceSignedModPowerOfTwo() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/inst_manipulation/
Dinst_manipulation.cpp567 auto *addInst = g_statG->iCreateAdd(graph, negInst, newInst); in TEST_F() local
615 auto *addInst = g_dynG->iCreateAdd2(graph, negInst, newInst); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp447 auto addInst = graph->CreateInstAddI(type, 0U, lastInst, 1U); in SRC_GRAPH() local