Home
last modified time | relevance | path

Searched defs:INST_DEF (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h88 #define INST_DEF(OPCODE, ...) \ macro
Dinst.h49 #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
Dgraph.h834 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro
851 #define INST_DEF(OPCODE, BASE, ...) \ macro
858 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument