Home
last modified time | relevance | path

Searched refs:sum_array (Results 1 – 8 of 8) sorted by relevance

/external/vixl/examples/aarch64/
Dsum-array.cc68 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/
Dno_int_induction.ll3 ; 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/
Dcxx11-lambdas.mm18 inline int sum_array(int n) { function
48 return add_int_slowly_twice(x, y) + sum_array(4) + to_block_pointer(5);
Dcxx1y-lambdas.mm18 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/
Dvariable-loc.ll30 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…
Dvariable-loc.s72 brasl %r14, sum_array@PLT
/external/vixl/test/aarch64/examples/
Dtest-examples.cc402 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/
Dcxx1y-generic-lambdas-capturing.cpp1302 inline int sum_array(int n) { in sum_array() function