Searched refs:ID (Results 1 – 5 of 5) sorted by relevance
/art/compiler/llvm/ |
D | runtime_support_llvm_func.h | 27 #define DEFINE_RUNTIME_SUPPORT_FUNC_ID(ID, NAME) ID, argument
|
D | intrinsic_helper.h | 39 #define DEF_INTRINSICS_FUNC(ID, ...) ID, argument
|
D | runtime_support_builder.cc | 44 #define GET_RUNTIME_SUPPORT_FUNC_DECL(ID, NAME) \ in RuntimeSupportBuilder() argument 48 runtime_support_func_decls_[runtime_support::ID] = fn; \ in RuntimeSupportBuilder()
|
D | intrinsic_func_list.def | 17 // DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, 23 #define _EVAL_DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, ...) \ 24 DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, __VA_ARGS__)
|
D | gbc_expander.cc | 405 static char ID; member in __anon2da1a0e30111::GBCExpanderPass 409 : llvm::FunctionPass(ID), intrinsic_helper_(intrinsic_helper), irb_(irb), in GBCExpanderPass() 425 char GBCExpanderPass::ID = 0; member in __anon2da1a0e30111::GBCExpanderPass
|