Searched refs:sum_array (Results 1 – 8 of 8) sorted by relevance
/external/vixl/examples/aarch64/ |
D | sum-array.cc | 68 Label sum_array; in main() local 69 masm.Bind(&sum_array); in main() 78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&sum_array)); in main()
|
/external/llvm/test/Transforms/LoopVectorize/ |
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(i32* %A, i32 %n) nounwind uwtable readonly noinline ssp {
|
/external/clang/test/PCH/ |
D | cxx11-lambdas.mm | 18 inline int sum_array(int n) { function 48 return add_int_slowly_twice(x, y) + sum_array(4) + to_block_pointer(5);
|
D | cxx1y-lambdas.mm | 18 inline int sum_array(int n) { function 49 return add_int_slowly_twice(x, y) + sum_array(4) + to_block_pointer(5);
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | variable-loc.ll | 30 declare i32 @sum_array(i32*, i32) nounwind 43 %call = call i32 @sum_array(i32* %arraydecay1, i32 100), !dbg !26 63 !11 = distinct !DISubprogram(name: "sum_array", line: 9, isLocal: false, isDefinition: true, virtua…
|
D | variable-loc.s | 72 brasl %r14, sum_array@PLT
|
/external/vixl/test/aarch64/examples/ |
D | test-examples.cc | 402 TEST_FUNCTION(sum_array); \ 406 TEST(sum_array) { in TEST() argument 409 Label sum_array; in TEST() local 410 masm.Bind(&sum_array); in TEST()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas-capturing.cpp | 1302 inline int sum_array(int n) { in sum_array() function
|