Home
last modified time | relevance | path

Searched defs:Inst (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dgraph.h30 class Inst { class
32 explicit Inst(const compiler::Inst *inst) : inst_(inst) in Inst() function in panda::defect_scan_aux::Inst
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h1349 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} Inst() function
1351 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) Inst() function
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h1684 explicit Inst(Opcode opcode) : Inst(Initializer {opcode, DataType::Type::NO_TYPE, INVALID_PC}) {} Inst() function
1686 explicit Inst(Initializer t) : pc_(std::get<uint32_t>(t)), opcode_(std::get<Opcode>(t)) Inst() function
[all...]

Completed in 6 milliseconds