Home
last modified time | relevance | path

Searched refs:userContext (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/polly/test/Isl/CodeGen/OpenMP/
Dloop-bounds-reference-outer-ids.ll25 ; IR: %polly.par.userContext = alloca { i64, i64 }
26 …9a-z.]+]] = getelementptr inbounds { i64, i64 }, { i64, i64 }* %polly.par.userContext, i32 0, i32 0
28 …9a-z.]+]] = getelementptr inbounds { i64, i64 }, { i64, i64 }* %polly.par.userContext, i32 0, i32 1
30 ; IR-NEXT: %polly.par.userContext1 = bitcast { i64, i64 }* %polly.par.userContext to i8*
32 ; IR-LABEL: @loop_references_outer_ids_polly_subfn(i8* %polly.par.userContext)
33 ; IR: %polly.par.userContext1 = bitcast i8* %polly.par.userContext to { i64, i64 }*
Dloop-body-references-outer-values.ll18 …n.storeaddr.A = getelementptr inbounds { float* }, { float* }* %polly.par.userContext, i32 0, i32 0
20 ; IR-NEXT: %polly.par.userContext1 = bitcast { float* }* %polly.par.userContext to i8*
Dloop-body-references-outer-values-2.ll9 ; IR: getelementptr inbounds { [1024 x double]* }, { [1024 x double]* }* %polly.par.userContext, i3…
Dsingle_loop.ll37 ; IR-NEXT: %polly.par.userContext = alloca
40 ; IR-NEXT: %polly.par.userContext1 = bitcast {}* %polly.par.userContext to i8*
46 ; IR: define internal void @single_parallel_loop_polly_subfn(i8* %polly.par.userContext) #1
96 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.par.userContext = alloca
99 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.par.userContext1 = bitcast {}* %polly.par.userContext to …
109 ; LIBOMP-IR-STATIC-CHUNKED-NEXT: %polly.par.userContext = bitcast i8* %polly.kmpc.shared
Dinvariant_base_pointer_preloaded.ll11 …A.load = getelementptr inbounds { float, float* }, { float, float* }* %polly.par.userContext, i32 0
Dinvariant_base_pointer_preloaded_different_bb.ll11 ; CHECK: %polly.par.userContext = alloca { float, float*, float* }
Dreference_latest.ll41 ; CHECK-LABEL: define internal void @reference_latest_polly_subfn(i8* %polly.par.userContext)
Dinvariant_base_pointer_preloaded_pass_only_needed.ll18 ; CHECK: %polly.par.userContext = alloca { i64, float, float* }
Dmapped-phi-access.ll53 ; CHECK-LABEL: define internal void @main_polly_subfn(i8* %polly.par.userContext)
Dmatmul-parallel.ll70 ; CODGEN-LABEL: define internal void @init_array_polly_subfn(i8* %polly.par.userContext)
/external/skia/src/ports/
DSkImageEncoder_NDK.cpp63 auto write_to_stream = [](void* userContext, const void* data, size_t size) { in SkEncodeImageWithNDK() argument
64 return reinterpret_cast<SkWStream*>(userContext)->write(data, size); in SkEncodeImageWithNDK()
/external/llvm-project/polly/test/Isl/CodeGen/
Dopenmp_limit_threads.ll17 …p_runtime_start(void (i8*)* @storePosition_polly_subfn, i8* %polly.par.userContext{{[0-9]*}}, i32 …
18 …p_runtime_start(void (i8*)* @storePosition_polly_subfn, i8* %polly.par.userContext{{[0-9]*}}, i32 …
19 …p_runtime_start(void (i8*)* @storePosition_polly_subfn, i8* %polly.par.userContext{{[0-9]*}}, i32 …
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.h60 void * userContext; member
DmDNSWin32.c1061 sock->userContext = inContext; in mDNSPlatformTCPConnect()
1303 callback( sock, sock->userContext, TRUE, 0 ); in TCPDidConnect()
1311 callback( sock, sock->userContext, TRUE, err ); in TCPDidConnect()
1327 callback( sock, sock->userContext, mDNSfalse, sock->lastError ); in TCPCanRead()
/external/llvm-project/polly/docs/experiments/matmul/
Dmatmul.polly.interchanged+tiled+vector+openmp.ll18 %polly.par.userContext = alloca {}, align 8
19 %polly.par.userContext1 = bitcast {}* %polly.par.userContext to i8*
90 define internal void @init_array_polly_subfn(i8* nocapture readnone %polly.par.userContext) #4 {
149 define internal void @main_polly_subfn(i8* nocapture readnone %polly.par.userContext) #4 {
178 define internal void @main_polly_subfn_1(i8* nocapture readnone %polly.par.userContext) #4 {
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c2072 callback( (int) sock->fd, 0, sock->userContext ); in UDSCanRead()
2103 sock->userContext = context; in udsSupportAddFDToEventLoop()