Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_options.h45 #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
Dgate_meta_data_builder.h63 #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 …]
Dshare_gate_meta_data.cpp25 #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 …]
Dcircuit.h109 #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
Ddeopt_type.h124 #define DECLARE_DEOPT_TYPE(NAME, TYPE) TYPE, argument
Dcircuit_builder.h903 #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
Dshare_opcodes.h143 #define DECLARE_GATE_OPCODE(NAME, OP, R, S, D, V) OP, argument
154 #define DECLARE_GATE_OPCODE(NAME) NAME, argument
Dgate_matchers.h66 #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/
Ddebug_info_util.cpp28 #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
Dintrinsics.cpp25 #define DEF_MIR_INTRINSIC(X, NAME, INTRN_CLASS, RETURN_TYPE, ...) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddwarf.h22 #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
Dintrinsic_op.h21 #define DEF_MIR_INTRINSIC(STR, NAME, INTRN_CLASS, RETURN_TYPE, ...) INTRN_##STR, argument
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_logger.cpp36 #define CONTINUE_DEF(COMPONENT, NAME) \ in SetComponents() argument
Dcompiler_options.h128 #define CONTINUE_DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
/arkcompiler/runtime_core/compiler/
Dcompiler_logger.cpp36 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
Dcompiler_options.h123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_logger.cpp35 #define DEF(COMPONENT, NAME) \ in SetComponents() argument
/arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/
Dconst_declaration.ts18 const NAME: string = 'SanYe'; constant
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsDynamicType.h23 static constexpr auto NAME = 0; variable
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddfx_option.h27 #define DFX_OPTION_ELEM(D, NAME, STR) D(NAME, DfxOptionHandler::DfxOptionId::NAME##_ID, STR) argument
/arkcompiler/ets_runtime/ecmascript/
Dvtable.h27 NAME = 0, enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h42 static constexpr std::string_view NAME = "ScopesInitPhase"; variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DambientLowering.cpp25 static std::string const NAME = "AmbientLowering"; in Name() local
DobjectIterator.cpp46 static std::string const NAME = "ObjectIteratorLowering"; in Name() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h217 #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

12