| /arkcompiler/runtime_core/compiler/ |
| D | compiler_options.h | 32 #define DEF(COMPONENT, ...) COMPONENT, macro 123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() macro
|
| D | compiler_logger.cpp | 36 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
|
| D | compiler_logger.h | 28 #define DEF(COMPONENT, ...) COMPONENT, macro
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler_options.h | 32 #define DEF(COMPONENT, ...) COMPONENT, macro 125 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() macro
|
| D | compiler_logger.cpp | 36 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
|
| D | compiler_logger.h | 28 #define DEF(COMPONENT, ...) COMPONENT, macro
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_caller.cpp | 28 #define EMITED_ONE_PARAM_INST_LIST(DEF) \ argument 34 #define EMITED_TWO_PARAM_INST_LIST(DEF) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | asm_caller.cpp | 33 #define EMITED_ONE_PARAM_INST_LIST(DEF) \ argument 40 #define EMITED_TWO_PARAM_INST_LIST(DEF) \ argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | arch.h | 36 #define DEF(v) v, macro
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | arch.h | 36 #define DEF(v) v, macro
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_logger.cpp | 35 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
|
| D | llvm_logger.h | 28 #define DEF(COMPONENT, ...) COMPONENT, macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 255 #define ENCODE_INST_ADDITIONAL_ZERO_ARG(DEF) \ argument 279 #define ENCODE_INST_ADDITIONAL_ONE_ARG(DEF) DEF(MakeCall, MemRef, entryPoint) argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.h | 32 #define LOCATIONS(DEF) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | locations.h | 33 #define LOCATIONS(DEF) \ argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | operands.h | 93 #define ENCODE_MATH_LIST(DEF) \ argument 110 #define ENCODE_INST_WITH_SHIFTED_OPERAND(DEF) \ argument
|
| D | codegen.h | 864 #define BINARRY_IMM_OPS(DEF) DEF(Add) DEF(Sub) DEF(Shl) DEF(AShr) DEF(And) DEF(Or) DEF(Xor) argument 875 #define SIGN_UNSIGN_OPS(DEF) DEF(Div) DEF(Mod) DEF(Min) DEF(Max) DEF(Shr) argument
|
| D | codegen.cpp | 2450 #define BINARY_IMM_OPS(DEF) DEF(Add) DEF(Sub) DEF(Shl) DEF(AShr) DEF(And) DEF(Or) DEF(Xor) argument 2484 #define SIGN_UNSIGN_OPS(DEF) DEF(Div) DEF(Min) DEF(Max) argument
|