/art/compiler/optimizing/ |
D | intrinsics_x86_64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 44 #undef OPTIMIZING_INTRINSICS 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 69 #undef OPTIMIZING_INTRINSICS
|
D | intrinsics_arm_vixl.h | 36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 39 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 41 #undef OPTIMIZING_INTRINSICS 63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 66 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 68 #undef OPTIMIZING_INTRINSICS
|
D | intrinsics_mips.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 44 #undef OPTIMIZING_INTRINSICS 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 69 #undef OPTIMIZING_INTRINSICS
|
D | intrinsics_x86.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 44 #undef OPTIMIZING_INTRINSICS 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 69 #undef OPTIMIZING_INTRINSICS
|
D | intrinsics_mips64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 42 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 44 #undef OPTIMIZING_INTRINSICS 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 67 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 69 #undef OPTIMIZING_INTRINSICS
|
D | intrinsics_arm64.h | 47 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 50 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 52 #undef OPTIMIZING_INTRINSICS 72 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… macro 75 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 77 #undef OPTIMIZING_INTRINSICS
|
D | intrinsics.h | 46 #define OPTIMIZING_INTRINSICS(Name, ...) \ in Dispatch() macro 51 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in Dispatch() 53 #undef OPTIMIZING_INTRINSICS in Dispatch() 61 #define OPTIMIZING_INTRINSICS(Name, ...) \ macro 65 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in INTRINSICS_LIST() argument 67 #undef OPTIMIZING_INTRINSICS in INTRINSICS_LIST()
|
D | intrinsics.cc | 41 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...… in operator <<() macro 46 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in operator <<() 49 #undef OPTIMIZING_INTRINSICS in operator <<()
|
D | nodes.cc | 3201 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in INTRINSICS_LIST() macro 3205 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in INTRINSICS_LIST() 3207 #undef OPTIMIZING_INTRINSICS in INTRINSICS_LIST() 3217 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in GetSideEffectsIntrinsic() macro 3221 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in GetSideEffectsIntrinsic() 3223 #undef OPTIMIZING_INTRINSICS in GetSideEffectsIntrinsic() 3233 #define OPTIMIZING_INTRINSICS(Name, InvokeType, NeedsEnvOrCache, SideEffects, Exceptions, ...) \ in GetExceptionsIntrinsic() macro 3237 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) in GetExceptionsIntrinsic() 3239 #undef OPTIMIZING_INTRINSICS in GetExceptionsIntrinsic()
|
/art/runtime/ |
D | intrinsics_enum.h | 23 #define OPTIMIZING_INTRINSICS(Name, ...) \ macro 27 INTRINSICS_LIST(OPTIMIZING_INTRINSICS) 29 #undef OPTIMIZING_INTRINSICS
|