Searched refs:supported_load (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/std/experimental/simd/simd.mem/ |
D | load.pass.cpp | 33 auto supported_load(Args&&... args) -> decltype( in supported_load() function 38 void supported_load(...) = delete; 41 supported_load<int>((int*)nullptr, ex::element_aligned_tag()); in compile_load() 42 supported_load<uint32_t>((int*)nullptr, ex::element_aligned_tag()); in compile_load() 43 supported_load<double>((float*)nullptr, ex::element_aligned_tag()); in compile_load() 44 supported_load<uint16_t>((unsigned int*)nullptr, ex::element_aligned_tag()); in compile_load() 45 supported_load<uint32_t>((float*)nullptr, ex::element_aligned_tag()); in compile_load()
|
/external/llvm-project/libcxx/test/std/experimental/simd/simd.mem/ |
D | load.pass.cpp | 33 auto supported_load(Args&&... args) -> decltype( in supported_load() function 38 void supported_load(...) = delete; 41 supported_load<int>((int*)nullptr, ex::element_aligned_tag()); in compile_load() 42 supported_load<uint32_t>((int*)nullptr, ex::element_aligned_tag()); in compile_load() 43 supported_load<double>((float*)nullptr, ex::element_aligned_tag()); in compile_load() 44 supported_load<uint16_t>((unsigned int*)nullptr, ex::element_aligned_tag()); in compile_load() 45 supported_load<uint32_t>((float*)nullptr, ex::element_aligned_tag()); in compile_load()
|