Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_visitor.h87 #define INST_DEF(OPCODE, ...) \ macro
Dgraph.h963 #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
Dinst.h54 #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/
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
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h473 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h631 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h476 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) macro
174 ENCODE_INST_WITH_SHIFTED_OPERAND(INST_DEF) in ENCODE_INST_WITH_SHIFTED_OPERAND() argument
Dcodegen.cpp2427 #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/
Dllvm_ir_constructor.cpp2016 #define INST_DEF(OPCODE, ...) \ in CanCompile() macro