Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_visitor.h80 #define INST_DEF(OPCODE, ...) \ macro
Dinst.h132 #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/
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
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
Dgraph.h836 #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/
Dtarget.h256 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h216 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h283 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h229 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h167 #define INST_DEF(OPCODE, MACRO) MACRO(OPCODE) macro
Dencode_visitor.cpp51 #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/
Dllvm_ir_constructor.cpp5021 #define INST_DEF(OPCODE, ...) \ in CanCompile() macro