Searched defs:INST_DEF (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph_visitor.h | 88 #define INST_DEF(OPCODE, ...) \ macro
|
D | inst.h | 49 #define INST_DEF(opcode, base, ...) class base; macro 167 #define INST_DEF(opcode, ...) opcode, macro 179 #define INST_DEF(opcode, ...) #opcode, macro 215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() macro 682 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; macro 687 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); macro 688 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument 2924 #define INST_DEF(opcode, base, ...) \ macro 2934 #define INST_DEF(opcode, base, ...) \ macro
|
D | graph.h | 834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro 851 #define INST_DEF(OPCODE, BASE, ...) \ macro 858 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument
|