| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 80 #define INST_DEF(OPCODE, ...) \ macro
|
| D | inst.h | 132 #define INST_DEF(opcode, ...) opcode, macro 143 #define INST_DEF(opcode, ...) #opcode, macro 177 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() 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 683 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; macro 688 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); macro 689 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument 2929 #define INST_DEF(opcode, base, ...) \ macro 2939 #define INST_DEF(opcode, base, ...) \ macro
|
| D | graph.h | 836 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() macro 853 #define INST_DEF(OPCODE, BASE, ...) \ macro 860 OPCODE_LIST(INST_DEF) in OPCODE_LIST() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | target.h | 256 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 216 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 283 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 229 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.h | 167 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
|
| D | encode_visitor.cpp | 51 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro 54 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 | 5021 #define INST_DEF(OPCODE, ...) \ in CanCompile() macro
|