Home
last modified time | relevance | path

Searched refs:INST_DEF (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h88 #define INST_DEF(OPCODE, ...) \ macro
93 OPCODE_LIST(INST_DEF)
94 #undef INST_DEF
Dvisitor.inc50 #define INST_DEF(opcode, ...) Visit##opcode,
51 OPCODE_LIST(INST_DEF)
52 #undef INST_DEF
Dinst.h49 #define INST_DEF(opcode, base, ...) class base; macro
51 OPCODE_LIST(INST_DEF)
52 #undef INST_DEF
167 #define INST_DEF(opcode, ...) opcode, macro
168 OPCODE_LIST(INST_DEF)
170 #undef INST_DEF
179 #define INST_DEF(opcode, ...) #opcode, macro
180 OPCODE_LIST(INST_DEF)
181 #undef INST_DEF
215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() macro
[all …]
Dgraph.h834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro
840 OPCODE_LIST(INST_DEF) in CreateInst()
842 #undef INST_DEF in CreateInst()
851 #define INST_DEF(OPCODE, BASE, ...) \ macro
858 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument
860 #undef INST_DEF in OPCODE_LIST()