| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_options.h | 45 #define OPTION_BUILDER(NAME, DEFAULT) \ argument 51 #define OPTIONS(NAME, DEFAULT) bool \ argument 54 #define GET_OPTION(NAME, DEFAULT) \ argument 57 #define SET_OPTION(NAME, DEFAULT) \ argument
|
| D | gate_meta_data_builder.h | 63 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 80 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 89 #define DECLARE_CACHED_GATE_META(NAME, OP, R, S, D, V) \ argument 101 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 106 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 111 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 116 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 121 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 126 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument 132 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument [all …]
|
| D | share_gate_meta_data.cpp | 25 #define GATE_NAME_MAP(NAME, OP, R, S, D, V) { OpCode::OP, #OP }, in Str() argument 218 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 226 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 235 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_BOOL() argument 244 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 268 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 292 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 302 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 312 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 322 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument [all …]
|
| D | circuit.h | 109 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 117 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 125 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ in GATE_META_DATA_LIST_WITH_SIZE() argument 133 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 141 #define DECLARE_GATE_META_WITH_BOOL_VALUE_IN(NAME, OP, R, S, D, V) \ argument 149 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument 157 #define DECLARE_GATE_META_FOR_CALL(NAME, OP, R, S, D, V) \ argument 165 #define DECLARE_GATE_META_FOR_NEW(NAME, OP, R, S, D, V) \ argument 174 #define DECLARE_GATE_META(NAME, OP, R, S, D, V) \ argument
|
| D | deopt_type.h | 124 #define DECLARE_DEOPT_TYPE(NAME, TYPE) TYPE, argument
|
| D | circuit_builder.h | 903 #define ARITHMETIC_BINARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument 912 #define ARITHMETIC_UNARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument 921 #define CMP_BINARY_OP_WITHOUT_BITWIDTH(NAME, OPCODEID, CONDITION) \ argument 938 #define ARITHMETIC_UNARY_OP_WITH_BITWIDTH(NAME, OPCODEID, MACHINETYPEID) … argument
|
| D | share_opcodes.h | 143 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument 154 #define DECLARE_GATE_OPCODE(NAME) NAME, argument
|
| D | gate_matchers.h | 66 #define DECLARE_IS_GATE(NAME, OP, R, S, D, V) … argument 80 #define DECLARE_IS_INST(NAME, OPCODEID, MACHINETYPEID) … in GATE_META_DATA_LIST_WITH_BOOL() argument 89 #define DECLARE_IS_INST(NAME, OPCODEID, CONDITION) … argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info_util.cpp | 28 #define DW_TAG(ID, NAME) \ in GetDwTagName() argument 47 #define DW_FORM(ID, NAME) \ in GetDwFormName() argument 62 #define DW_AT(ID, NAME) \ in GetDwAtName() argument 77 #define DW_OP(ID, NAME) \ in GetDwOpName() argument 93 #define DW_ATE(ID, NAME) \ in GetDwAteName() argument
|
| D | intrinsics.cpp | 25 #define DEF_MIR_INTRINSIC(X, NAME, INTRN_CLASS, RETURN_TYPE, ...) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | dwarf.h | 22 #define DW_TAG(ID, NAME) DW_TAG_##NAME = (ID), argument 30 #define DW_AT(ID, NAME) DW_AT_##NAME = (ID), argument 37 #define DW_FORM(ID, NAME) DW_FORM_##NAME = (ID), argument 43 #define DW_OP(ID, NAME) DW_OP_##NAME = (ID), argument 50 #define DW_ATE(ID, NAME) DW_ATE_##NAME = (ID), argument 60 #define DW_LANG(ID, NAME, LOWER_BOUND) DW_LANG_##NAME = (ID), argument
|
| D | intrinsic_op.h | 21 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR, argument
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler_logger.cpp | 36 #define CONTINUE_DEF(COMPONENT, NAME) \ in SetComponents() argument
|
| D | compiler_options.h | 128 #define CONTINUE_DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler_logger.cpp | 36 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
|
| D | compiler_options.h | 123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_logger.cpp | 35 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | const_declaration.ts | 18 const NAME: string = 'SanYe'; constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsDynamicType.h | 23 static constexpr auto NAME = 0; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | dfx_option.h | 27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | vtable.h | 27 NAME = 0, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.h | 42 static constexpr std::string_view NAME = "ScopesInitPhase"; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | ambientLowering.cpp | 25 static std::string const NAME = "AmbientLowering"; in Name() local
|
| D | objectIterator.cpp | 46 static std::string const NAME = "ObjectIteratorLowering"; in Name() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 217 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in TypedOpProfiler() argument 231 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) \ in TypedOpProfiler() argument
|