Home
last modified time | relevance | path

Searched refs:test_store (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/experimental/simd/simd.mem/
H A Dstore.pass.cpp25 void test_store() { in test_store() function
91 test_store<ex::native_simd<int32_t>>(); in main()
92 test_store<ex::fixed_size_simd<int32_t, 4>>(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dlower-globaladdr32-aix-asm.ll28 define void @test_store(i32 %0) {
33 ; SMALL-LABEL: .test_store:{{$}}
38 ; LARGE-LABEL: .test_store:{{$}}
H A Dlower-globaladdr64-aix-asm.ll28 define void @test_store(i32 zeroext %0) {
33 ; SMALL-LABEL: .test_store:{{$}}
38 ; LARGE-LABEL: .test_store:{{$}}
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64_32-null.ll4 define void @test_store(i8** %p) {
5 ; CHECK-LABEL: test_store:
H A Dbf16.ll22 define void @test_store(bfloat* %a, bfloat %b) nounwind {
23 ; CHECK-LABEL: test_store:
H A Df16-instructions.ll116 ; CHECK-COMMON-LABEL: test_store:
119 define void @test_store(half %a, half* %b) #0 {
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dmalloc-promote-opaque-ptr.ll17 define void @test_store(i64 %a, i32 %b) {
18 ; CHECK-LABEL: @test_store(
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dquadword-atomics.c39 void test_store(Q val, AtomicQ *ptr) { in test_store() function
H A Dppc-xmmintrin.c960 test_store() { in test_store() function
H A Dppc-emmintrin.c1296 test_store() { in test_store() function
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dtest_g_store.mir5 name: test_store
/llvm-project-15.0.7/llvm/test/Analysis/MemoryDependenceAnalysis/
H A Dreorder-volatile.ll54 define i32 @test_store(i32 %x) {
55 ; CHECK-LABEL: @test_store(
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Dwriteonly.ll28 ; CHECK: define void @test_store(i8* nocapture writeonly %p)
29 define void @test_store(i8* %p) {
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m23 double test_store(MatrixValue *mv, float *Ptr) { function
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dbasic.ll47 define void @test_store(i32* %a) sanitize_address {
48 ; CHECK-LABEL: @test_store
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dfunction-bitcasts.ll122 ; CHECK-LABEL: test_store:
126 define void @test_store() {
/llvm-project-15.0.7/llvm/test/Instrumentation/HeapProfiler/
H A Dbasic.ll36 define void @test_store(i32* %a) {
41 ; CHECK-LABEL: @test_store
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-load-store.mir59 name: test_store
64 ; CHECK-LABEL: name: test_store
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Df16-instructions.ll205 ; CHECK-LABEL: test_store(
210 define void @test_store(half %a, half* %b) #0 {