Home
last modified time | relevance | path

Searched defs:__h (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Dkeylockerintrin.h130 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()
168 void *__h) { in _mm_encodekey256_u32()
206 _mm_aesenc128kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesenc128kl_u8()
245 _mm_aesenc256kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesenc256kl_u8()
284 _mm_aesdec128kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesdec128kl_u8()
323 _mm_aesdec256kl_u8(__m128i* __odata, __m128i __idata, const void *__h) { in _mm_aesdec256kl_u8()
379 _mm_aesencwide128kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesencwide128kl_u8()
425 _mm_aesencwide256kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesencwide256kl_u8()
471 _mm_aesdecwide128kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesdecwide128kl_u8()
517 _mm_aesdecwide256kl_u8(__m128i __odata[8], const __m128i __idata[8], const void* __h) { in _mm_aesdecwide256kl_u8()
H A Davxintrin.h3733 _mm256_set_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_set_ps() argument
4000 _mm256_setr_ps(float __a,float __b,float __c,float __d,float __e,float __f,float __g,float __h) _mm256_setr_ps() argument
H A Davx512vlfp16intrin.h37 static __inline__ __m128h __DEFAULT_FN_ATTRS128 _mm_set_sh(_Float16 __h) { in _mm_set_sh()
41 static __inline __m128h __DEFAULT_FN_ATTRS128 _mm_set1_ph(_Float16 __h) { in _mm_set1_ph()
45 static __inline __m256h __DEFAULT_FN_ATTRS256 _mm256_set1_ph(_Float16 __h) { in _mm256_set1_ph()
H A Davx512fp16intrin.h67 static __inline __m512h __DEFAULT_FN_ATTRS512 _mm512_set1_ph(_Float16 __h) { in _mm512_set1_ph() argument
[all...]
/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h84 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_am(const hours& __h) noexcept { in is_am() argument
87 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_pm(const hours& __h) noexcept { in is_pm() argument
91 _LIBCPP_HIDE_FROM_ABI inline constexpr hours make12(const hours& __h) noexcept { in make12() argument
100 make24(const hours & __h,bool __is_pm) make24() argument
[all...]
/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h136 unique_ptr<value_type, __return_temporary_buffer> __h; __stable_partition_impl() local
276 unique_ptr<value_type, __return_temporary_buffer> __h; __stable_partition_impl() local
H A Dstable_sort.h245 unique_ptr<value_type, __return_temporary_buffer> __h; __stable_sort_impl() local
/llvm-project/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp
/llvm-project/clang/test/CodeGen/X86/
H A Davx512vlfp16-builtins.c17 __m128h test_mm_set_sh(_Float16 __h) { in test_mm_set_sh()