| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 87 #define INST_DEF(OPCODE, ...) \ macro
|
| D | graph.h | 963 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro 978 #define INST_DEF(OPCODE, BASE, ...) \ macro 991 #define INST_DEF(OPCODE, BASE, ...) \ macro 998 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument
|
| D | inst.h | 54 #define INST_DEF(opcode, base, ...) class base; macro 261 #define INST_DEF(opcode, ...) opcode, macro 272 #define INST_DEF(opcode, ...) #opcode, macro 306 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() macro 867 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; macro 872 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); macro 873 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument 7454 #define INST_DEF(opcode, base, ...) \ macro 7464 #define INST_DEF(opcode, base, ...) \ macro
|
| /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
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 473 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 631 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 476 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro 174 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument
|
| D | codegen.cpp | 2427 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro 2430 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2016 #define INST_DEF(OPCODE, ...) \ in CanCompile() macro
|