Lines Matching full:matmul

24                 clang -S -emit-llvm matmul.c -Xclang -disable-O0-optnone -o matmul.ll
37 opt -S -polly-canonicalize matmul.ll -o matmul.preopt.ll
48 …$ opt -basic-aa -polly-ast -analyze matmul.preopt.ll -polly-process-unprofitable -polly-use-llvm-n…
87 $ opt -polly-use-llvm-names -basic-aa -view-scops -disable-output matmul.preopt.ll
88 … $ opt -polly-use-llvm-names -basic-aa -view-scops-only -disable-output matmul.preopt.ll
95 .. _main: http://polly.llvm.org/experiments/matmul/scops.main.dot.png
96 .. _init_array: http://polly.llvm.org/experiments/matmul/scops.init_array.dot.png
97 .. _print_array: http://polly.llvm.org/experiments/matmul/scops.print_array.dot.png
98 .. _main-scopsonly: http://polly.llvm.org/experiments/matmul/scopsonly.main.dot.png
99 .. _init_array-scopsonly: http://polly.llvm.org/experiments/matmul/scopsonly.init_array.dot.png
100 .. _print_array-scopsonly: http://polly.llvm.org/experiments/matmul/scopsonly.print_array.dot.png
107 …$ opt -polly-use-llvm-names -basic-aa -polly-scops -analyze matmul.preopt.ll -polly-process-unprof…
197 …$ opt -basic-aa -polly-use-llvm-names -polly-dependences -analyze matmul.preopt.ll -polly-process-…
229 …$ opt -basic-aa -polly-use-llvm-names -polly-export-jscop matmul.preopt.ll -polly-process-unprofit…
249 hand written (and available in docs/experiments/matmul).
257 …$ opt -basic-aa -polly-use-llvm-names matmul.preopt.ll -polly-import-jscop -polly-ast -analyze -po…
285 …$ opt -basic-aa -polly-use-llvm-names matmul.preopt.ll -polly-import-jscop -polly-import-jscop-pos…
314 …$ opt -basic-aa -polly-use-llvm-names matmul.preopt.ll -polly-import-jscop -polly-import-jscop-pos…
349 …$ opt -basic-aa -polly-use-llvm-names matmul.preopt.ll -polly-import-jscop -polly-import-jscop-pos…
386 $ opt -S matmul.preopt.ll | opt -S -O3 -o matmul.normalopt.ll
390matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=i…
400matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=i…
410matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=i…
420matmul.preopt.ll -basic-aa -polly-use-llvm-names -polly-import-jscop -polly-import-jscop-postfix=i…
434 $ llc matmul.normalopt.ll -o matmul.normalopt.s -relocation-model=pic
435 $ gcc matmul.normalopt.s -o matmul.normalopt.exe
436 $ llc matmul.polly.interchanged.ll -o matmul.polly.interchanged.s -relocation-model=pic
437 $ gcc matmul.polly.interchanged.s -o matmul.polly.interchanged.exe
438 …$ llc matmul.polly.interchanged+tiled.ll -o matmul.polly.interchanged+tiled.s -relocation-model=pic
439 $ gcc matmul.polly.interchanged+tiled.s -o matmul.polly.interchanged+tiled.exe
440 …$ llc matmul.polly.interchanged+tiled+vector.ll -o matmul.polly.interchanged+tiled+vector.s -reloc…
441 … $ gcc matmul.polly.interchanged+tiled+vector.s -o matmul.polly.interchanged+tiled+vector.exe
442 …$ llc matmul.polly.interchanged+tiled+vector+openmp.ll -o matmul.polly.interchanged+tiled+vector+o…
443 …$ gcc matmul.polly.interchanged+tiled+vector+openmp.s -lgomp -o matmul.polly.interchanged+tiled+ve…
455 $ time ./matmul.normalopt.exe
460 $ time ./matmul.polly.interchanged.exe
465 $ time ./matmul.polly.interchanged+tiled.exe
470 $ time ./matmul.polly.interchanged+tiled+vector.exe
475 $ time ./matmul.polly.interchanged+tiled+vector+openmp.exe