HomeSort by relevance Sort by last modified time
    Searched refs:LAMBDA (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/OpenMP/
for_linear_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
45 #ifdef LAMBDA
46 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
47 // LAMBDA-LABEL: @main
48 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
50 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
51 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
55 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
56 // LAMBDA: alloca i{{[0-9]+}},
57 // LAMBDA: [[G_START_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
parallel_for_linear_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
42 #ifdef LAMBDA
43 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
44 // LAMBDA-LABEL: @main
45 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
47 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
48 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}, i32* [[G]])
51 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) %{{.+}})
52 // LAMBDA: alloca i{{[0-9]+}},
53 // LAMBDA: [[G_START_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
parallel_private_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
40 #ifdef LAMBDA
41 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
42 // LAMBDA-LABEL: @main
43 // LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
45 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
46 // LAMBDA-NOT: = getelementptr inbounds %{{.+}},
47 // LAMBDA: call{{.*}} void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
50 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
51 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
parallel_reduction_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
45 #ifdef LAMBDA
46 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
47 // LAMBDA-LABEL: @main
48 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
50 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
51 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}, i32* [[G]])
54 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) %{{.+}})
55 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}},
58 // LAMBDA: [[RED_LIST:%.+]] = alloca [1 x i8*]
    [all...]
sections_lastprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
55 #ifdef LAMBDA
56 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
57 // LAMBDA-LABEL: @main
58 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
60 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
61 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
65 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias [[GTID:%.+]], i32* noalias %{{.+}}, i32* dereferenceable(4) [[SIVAR_REF:%.+]])
66 // LAMBDA: alloca i{{[0-9]+}},
67 // LAMBDA: alloca i{{[0-9]+}}
    [all...]
sections_private_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
43 #ifdef LAMBDA
44 // LAMBDA: [[G:@.+]] = global double
45 // LAMBDA-LABEL: @main
46 // LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
48 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
49 // LAMBDA: call {{.*}}void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
53 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
54 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca double,
55 // LAMBDA: [[SIVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
sections_reduction_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
49 #ifdef LAMBDA
50 // LAMBDA: [[G:@.+]] = global double
51 // LAMBDA-LABEL: @main
52 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
54 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
55 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
59 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
60 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca double,
63 // LAMBDA: [[RED_LIST:%.+]] = alloca [1 x i8*]
    [all...]
single_firstprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
67 #ifdef LAMBDA
68 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
69 // LAMBDA-LABEL: @main
70 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
72 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
73 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
77 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) [[ARG:%.+]])
78 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}},
79 // LAMBDA: [[SIVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
single_private_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
42 #ifdef LAMBDA
43 // LAMBDA: [[G:@.+]] = global double
44 // LAMBDA-LABEL: @main
45 // LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
47 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
48 // LAMBDA: call {{.*}}void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
52 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
53 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca double,
54 // LAMBDA: [[SIVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
task_private_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
53 #ifdef LAMBDA
54 // LAMBDA: [[G:@.+]] = global double
55 // LAMBDA-LABEL: @main
56 // LAMBDA: call{{( x86_thiscallcc)?}} void [[OUTER_LAMBDA:@.+]](
58 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
59 // LAMBDA: [[RES:%.+]] = call i8* @__kmpc_omp_task_alloc(%{{[^ ]+}} @{{[^,]+}}, i32 %{{[^,]+}}, i32 1, i64 48, i64 1, i32 (i32, i8*)* bitcast (i32 (i32, %{{[^*]+}}*)* [[TASK_ENTRY:@[^ ]+]] to i32 (i32, i8*)*))
60 // LAMBDA: [[PRIVATES:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* %{{.+}}, i{{.+}} 0, i{{.+}} 1
61 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* [[PRIVATES]], i{{.+}} 0, i{{.+}} 0
62 // LAMBDA: [[SIVAR_PRIVATE_ADDR:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* [[PRIVATES]], i{{.+}} 0, i{ (…)
    [all...]
for_firstprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
68 #ifdef LAMBDA
69 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
70 // LAMBDA-LABEL: @main
71 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
73 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
74 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
78 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) [[SIVAR_REF:%.+]])
80 // LAMBDA: alloca i{{[0-9]+}},
81 // LAMBDA: alloca i{{[0-9]+}}
    [all...]
for_private_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
43 #ifdef LAMBDA
44 // LAMBDA: [[G:@.+]] = global double
45 // LAMBDA-LABEL: @main
46 // LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
49 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
50 // LAMBDA: call {{.*}}void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
54 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
55 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca double,
56 // LAMBDA: [[SVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
for_reduction_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
56 #ifdef LAMBDA
57 // LAMBDA: [[G:@.+]] = global double
58 // LAMBDA-LABEL: @main
59 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
61 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
62 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 0, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
66 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}})
67 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca double,
70 // LAMBDA: [[RED_LIST:%.+]] = alloca [2 x i8*]
    [all...]
parallel_copyin_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -fnoopenmp-use-tls -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
11 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=TLS-LAMBDA %s
76 #ifdef LAMBDA
77 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
78 // LAMBDA-LABEL: @main
79 // LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
80 // TLS-LAMBDA: [[G:@.+]] = {{.*}}thread_local {{.*}}global i{{[0-9]+}} 1212,
81 // TLS-LAMBDA-LABEL: @main
82 // TLS-LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
84 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]]
    [all...]
sections_firstprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
69 #ifdef LAMBDA
70 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
71 // LAMBDA-LABEL: @main
72 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
74 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
75 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}})
79 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) [[SIVAR_REF:%.+]])
81 // LAMBDA: alloca i{{[0-9]+}},
82 // LAMBDA: alloca i{{[0-9]+}}
    [all...]
task_firstprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
54 #ifdef LAMBDA
55 // LAMBDA: [[G:@.+]] = global double
56 // LAMBDA: [[SIVAR:@.+]] = internal global i{{[0-9]+}} 0,
57 // LAMBDA-LABEL: @main
58 // LAMBDA: call{{( x86_thiscallcc)?}} void [[OUTER_LAMBDA:@.+]](
60 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
61 // LAMBDA: [[RES:%.+]] = call i8* @__kmpc_omp_task_alloc(%{{[^ ]+}} @{{[^,]+}}, i32 %{{[^,]+}}, i32 1, i64 48, i64 16, i32 (i32, i8*)* bitcast (i32 (i32, %{{[^*]+}}*)* [[TASK_ENTRY:@[^ ]+]] to i32 (i32, i8*)*))
62 // LAMBDA: [[PRIVATES:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* %{{.+}}, i{{.+}} 0, i{{.+}} 1
63 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = getelementptr inbounds %{{.+}}, %{{.+}}* [[PRIVATES]], i{{.+}} 0, i{{.+} (…)
    [all...]
for_lastprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
57 #ifdef LAMBDA
58 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
59 // LAMBDA: [[SIVAR:@.+]] = internal global i{{[0-9]+}} 0,
60 // LAMBDA-LABEL: @main
61 // LAMBDA: call void [[OUTER_LAMBDA:@.+]](
63 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
64 // LAMBDA: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}, i32* %{{.+}})
68 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) [[SIVAR:%.+]])
69 // LAMBDA: alloca i{{[0-9]+}}
    [all...]
parallel_firstprivate_codegen.cpp 4 // RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++11 -DLAMBDA -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s
55 #ifdef LAMBDA
56 // LAMBDA: [[G:@.+]] = global i{{[0-9]+}} 1212,
57 // LAMBDA-LABEL: @main
58 // LAMBDA: call{{.*}} void [[OUTER_LAMBDA:@.+]](
60 // LAMBDA: define{{.*}} internal{{.*}} void [[OUTER_LAMBDA]](
61 // LAMBDA: call {{.*}}void {{.+}} @__kmpc_fork_call({{.+}}, i32 2, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}, i32* [[G]], {{.+}})
64 // LAMBDA: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) %{{.+}})
65 // LAMBDA: [[G_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}, align 128
66 // LAMBDA: [[SIVAR_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 39 /* Lambda is a factor that is multiplied with the step size in learning. This can be used
42 const char * LAMBDA = "Lambda";
jni_stochastic_linear_ranker.cpp 134 else if (strcmp(cKey, LAMBDA) == 0){
285 ConvertParameter2Object(env, &key_array_param, &value_array_param, LAMBDA, s.c_str(), 3 );
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 180 milliseconds

1 2