Searched defs:addInst (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/types_api/ |
| D | get_type_static.cpp | 53 AbckitInst *addInst = helpers::FindFirstInst(graph, ABCKIT_ISA_API_STATIC_OPCODE_ADD); in InspectMethodStaticValid() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/graph_verifier/ |
| D | graph_verifier.cpp | 84 AbckitInst *addInst = g_statG->iCreateAdd(graph, loadString, idx); in TransformIrNegativeBinInst() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 454 Inst *addInst; in ReplaceSignedModPowerOfTwo() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/inst_manipulation/ |
| D | inst_manipulation.cpp | 567 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/ |
| D | codegen_test_1.cpp | 447 auto addInst = graph->CreateInstAddI(type, 0U, lastInst, 1U); in SRC_GRAPH() local
|