Searched refs:INST_DEF (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph_visitor.h | 88 #define INST_DEF(OPCODE, ...) \ macro 93 OPCODE_LIST(INST_DEF) 94 #undef INST_DEF
|
D | visitor.inc | 50 #define INST_DEF(opcode, ...) Visit##opcode, 51 OPCODE_LIST(INST_DEF) 52 #undef INST_DEF
|
D | inst.h | 49 #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 …]
|
D | graph.h | 834 #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()
|