Searched refs:sum_array (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/test/Transforms/LoopVectorize/ |
H A D | no_int_induction.ll | 3 ; int __attribute__((noinline)) sum_array(int *A, int n) { 9 ;CHECK-LABEL: @sum_array( 15 define i32 @sum_array(ptr %A, i32 %n) nounwind uwtable readonly noinline ssp {
|
/llvm-project/llvm/test/DebugInfo/SystemZ/ |
H A D | variable-loc.ll | 29 declare i32 @sum_array(ptr, i32) nounwind 40 %call = call i32 @sum_array(ptr %main_arr, i32 100), !dbg !26 60 !11 = distinct !DISubprogram(name: "sum_array", line: 9, isLocal: false, isDefinition: true, virtua…
|
H A D | variable-loc.s | 72 brasl %r14, sum_array@PLT
|
/llvm-project/clang/test/PCH/ |
H A D | cxx11-lambdas.mm | 18 inline int sum_array(int n) { function 53 return add_int_slowly_twice(x, y) + sum_array(4) + to_block_pointer(5);
|
H A D | cxx1y-lambdas.mm | 18 inline int sum_array(int n) { function 51 return add_int_slowly_twice(x, y) + sum_array(4) + to_block_pointer(5);
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx1y-generic-lambdas-capturing.cpp | 1309 inline int sum_array(int n) { in sum_array() function
|