Home
last modified time | relevance | path

Searched defs:Inst (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Danalysis.h26 class Inst; variable
Dgraph_cloner.h27 class Inst; variable
Dlocations.h30 class Inst; variable
Dinst.h39 class Inst; variable
1552 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() function
1554 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) in Inst() function
2762 …explicit ConstantInst(Opcode /* unused */, T value, bool support_int32 = false) : Inst(Opcode::Con… in Inst() function
Druntime_interface.h48 class Inst; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dgraph.h32 explicit Inst(const compiler::Inst *inst) : inst_(inst) in Inst() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.h25 class Inst; variable
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Ddisassembly.h30 class Inst; variable
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h31 class Inst; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp99 using Inst = panda::defect_scan_aux::Inst; typedef