Home
last modified time | relevance | path

Searched defs:test_load (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Damdgpu-bf16.cu50 __device__ void test_load(__bf16 *out, __bf16 *in) { in test_load() function
H A Dspirv-amdgcn-bf16.cu50 __device__ void test_load(__bf16 *out, __bf16 *in) { in test_load() function
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dquadword-atomics.c29 Q test_load(AtomicQ *ptr) { in test_load() function
H A Dppc-xmmintrin.c491 test_load() { in test_load() function
H A Dppc-emmintrin.c599 test_load() { in test_load() function
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py219 def test_load(self): global() member in TestTranslationUnit