HomeSort by relevance Sort by last modified time
    Searched refs:ftemplate (Results 1 - 11 of 11) sorted by null

  /external/clang/test/OpenMP/
distribute_codegen.cpp 242 // HCHECK: call {{.*}}i32 {{.+}}ftemplate
250 T ftemplate() { function
261 int fint(void) { return ftemplate<int>(); }
nvptx_target_codegen.cpp 275 tx ftemplate(int n) { function
335 a += ftemplate<int>(n);
nvptx_target_firstprivate_codegen.cpp 103 tx ftemplate(int n) { function
196 a += ftemplate<int>(n);
target_codegen.cpp 377 tx ftemplate(int n) { function
441 // CHECK: call {{.*}}i32 [[FTEMPLATE:@.+]](i32 {{.*}})
442 a += ftemplate<int>(n);
575 // CHECK: define {{.*}}[[FTEMPLATE]]
    [all...]
target_firstprivate_codegen.cpp 325 tx ftemplate(int n) { function
    [all...]
target_private_codegen.cpp 139 tx ftemplate(int n) { function
248 a += ftemplate<int>(n);
for_codegen.cpp 497 // CHECK: call {{.*}}i32 {{.*}}ftemplate
505 T ftemplate() { function
514 int fint(void) { return ftemplate<int>(); }
  /external/eigen/bench/
bench_unrolling 3 # gcc : CXX="g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000"
5 CXX=${CXX-g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000} # default value
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 943 milliseconds