Home
last modified time | relevance | path

Searched defs:DEF (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_options.h32 #define DEF(COMPONENT, ...) COMPONENT, macro
123 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() macro
Dcompiler_logger.cpp36 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
Dcompiler_logger.h28 #define DEF(COMPONENT, ...) COMPONENT, macro
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_options.h32 #define DEF(COMPONENT, ...) COMPONENT, macro
125 #define DEF(FEATURE, NAME) \ in ParseEnabledCpuFeatures() macro
Dcompiler_logger.cpp36 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
Dcompiler_logger.h28 #define DEF(COMPONENT, ...) COMPONENT, macro
/arkcompiler/runtime_core/compiler/tests/
Dasm_caller.cpp28 #define EMITED_ONE_PARAM_INST_LIST(DEF) \ argument
34 #define EMITED_TWO_PARAM_INST_LIST(DEF) \ argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_caller.cpp33 #define EMITED_ONE_PARAM_INST_LIST(DEF) \ argument
40 #define EMITED_TWO_PARAM_INST_LIST(DEF) \ argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Darch.h36 #define DEF(v) v, macro
/arkcompiler/runtime_core/libpandabase/utils/
Darch.h36 #define DEF(v) v, macro
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_logger.cpp35 #define DEF(COMPONENT, NAME) \ in SetComponents() macro
Dllvm_logger.h28 #define DEF(COMPONENT, ...) COMPONENT, macro
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h255 #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/
Dlocations.h32 #define LOCATIONS(DEF) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dlocations.h33 #define LOCATIONS(DEF) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Doperands.h93 #define ENCODE_MATH_LIST(DEF) \ argument
110 #define ENCODE_INST_WITH_SHIFTED_OPERAND(DEF) \ argument
Dcodegen.h864 #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
Dcodegen.cpp2450 #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