/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_abi.cpp | 27 #define INT_REG(ID, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, isSpill, isExtraSpill) \ in IsAvailableReg() argument 31 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsAvailableReg() argument 36 #define FP_SIMD_REG(ID, PV, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill,… in IsAvailableReg() argument 40 #define FP_SIMD_REG_ALIAS(ID) in IsAvailableReg() argument 59 #define INT_REG(ID, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, isSpill, isExtraSpill) \ in IsCalleeSavedReg() argument 63 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsCalleeSavedReg() argument 68 #define FP_SIMD_REG(ID, PV, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill,… in IsCalleeSavedReg() argument 72 #define FP_SIMD_REG_ALIAS(ID) in IsCalleeSavedReg() argument 85 #define INT_REG(ID, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, isSpill, isExtraSpill) \ in IsParamReg() argument 89 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsParamReg() argument [all …]
|
/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
|
/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
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
D | x64_abi.cpp | 27 #define INT_REG(ID, PREF8, PREF8_16, PREF16, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, … in IsAvailableReg() argument 31 #define INT_REG_ALIAS(ALIAS, ID) in IsAvailableReg() argument 36 #define FP_SIMD_REG(ID, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill, isE… in IsAvailableReg() argument 50 #define INT_REG(ID, PREF8, PREF8_16, PREF16, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, … in IsCalleeSavedReg() argument 54 #define INT_REG_ALIAS(ALIAS, ID) in IsCalleeSavedReg() argument 59 #define FP_SIMD_REG(ID, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill, isE… in IsCalleeSavedReg() argument 73 #define INT_REG(ID, PREF8, PREF8_16, PREF16, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, … in IsParamReg() argument 77 #define INT_REG_ALIAS(ALIAS, ID) in IsParamReg() argument 82 #define FP_SIMD_REG(ID, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill, isE… in IsParamReg() argument 96 #define INT_REG(ID, PREF8, PREF8_16, PREF16, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, … in IsSpillReg() argument [all …]
|
D | x64_emitter.cpp | 82 #define HANDLE_DW_OP(ID, NAME, VERSION, VENDOR) \ in GetDwOpName() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
D | aarch64_isa.h | 80 #define INT_REG(ID, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, isSpill, isExtraSpill) R#… argument 81 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) argument 86 #define FP_SIMD_REG(ID, PV, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill,… argument 87 #define FP_SIMD_REG_ALIAS(ID) argument 95 #define INT_REG(ID, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, isSpill, isExtraSpill) argument 96 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) R##ALIAS = R##ID, argument 100 #define FP_SIMD_REG(ID, PV, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill,… argument 101 #define FP_SIMD_REG_ALIAS(ID) S##ID = V##ID, argument 105 #define FP_SIMD_REG(ID, PV, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill,… argument 106 #define FP_SIMD_REG_ALIAS(ID) D##ID = V##ID, argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
D | x64_isa.h | 50 #define INT_REG(ID, PREF8, PREF8_16, PREF16, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, … argument 53 #define INT_REG_ALIAS(ALIAS, ID) argument 58 #define FP_SIMD_REG(ID, P8, P16, P32, P64, P128, canBeAssigned, isCalleeSave, isParam, isSpill, isE… argument 65 #define INT_REG(ID, PREF8, PREF8_16, PREF16, PREF32, PREF64, canBeAssigned, isCalleeSave, isParam, … argument 67 #define INT_REG_ALIAS(ALIAS, ID) R##ALIAS = R##ID, argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 116 enum ID { in COMMON_STUB_LIST() enum
|
D | rt_call_signature.h | 25 enum ID { enum
|
D | bc_call_signature.h | 608 enum ID { enum
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
D | patch_return_handler_stack_adjustment.cpp | 118 static inline char ID = 0; // NOLINT(readability-identifier-naming) member in __anon2f5456e90111::PatchReturnHandlerStackAdjustment
|
/arkcompiler/runtime_core/compiler/optimizer/ |
D | pass_manager.h | 68 …static constexpr IdentifierType ID = GetIndex<std::decay_t<Type>>(std::index_sequence_for<Types...… variable
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | irnode.h | 48 ID, enumerator
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | ir_constructor.h | 1494 #define BASIC_BLOCK(ID, ...) \ argument 1497 #define INST(ID, ...) builder_->NewInst(ID, __VA_ARGS__) argument 1499 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) argument 1501 #define PARAMETER(ID, ARG_NUM) builder_->NewParameter(ID, ARG_NUM) argument 1503 #define NULLPTR(ID) builder_->AddNullptrInst(ID) argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ |
D | pass_manager.h | 76 …static constexpr IdentifierType ID = GetIndex<std::decay_t<Type>>(std::index_sequence_for<Types...… variable
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | ir_constructor.h | 1162 #define BASIC_BLOCK(ID, ...) \ argument 1165 #define INST(ID, ...) builder_->NewInst(ID, __VA_ARGS__) argument 1167 #define CONSTANT(ID, VALUE) builder_->NewConstant(ID, VALUE) argument 1169 #define PARAMETER(ID, ARG_NUM) builder_->NewParameter(ID, ARG_NUM) argument
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | irnode.h | 47 ID, enumerator
|
/arkcompiler/runtime_core/static_core/assembler/ |
D | lexer.h | 50 ID, /* other */ enumerator
|
/arkcompiler/runtime_core/assembler/ |
D | lexer.h | 49 … ID, /* other */ enumerator
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/ |
D | interop_intrinsics_opt_test.cpp | 23 #define INTRINSIC(ID, INTRINSIC_ID) \ argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_call_signature.h | 129 enum ID { enum
|
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
D | intrusive_instrumentator.py | 245 ID = 0 variable in SyncAction
|
/arkcompiler/runtime_core/static_core/libpandafile/ |
D | file_items.h | 1598 enum class Type { INTEGER, LONG, FLOAT, DOUBLE, ID, ARRAY }; enumerator
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_items.h | 1468 enum class Type { INTEGER, LONG, FLOAT, DOUBLE, ID, ARRAY }; enumerator
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|