Searched defs:OPTIMIZING_INTRINSICS (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics.h | 58 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ in Dispatch() macro 73 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro 77 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in INTRINSICS_LIST() argument
|
D | intrinsics_x86.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro
|
D | intrinsics_x86_64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro
|
D | intrinsics_arm64.h | 44 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro 68 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro
|
D | intrinsics_arm.h | 42 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro 68 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ macro
|
D | intrinsics.cc | 34 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ in GetIntrinsicInvokeType() macro 364 #define OPTIMIZING_INTRINSICS(Name, IsStatic) \ in operator <<() macro
|
D | nodes.h | 2367 #define OPTIMIZING_INTRINSICS(Name, IsStatic) k ## Name, macro
|