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

  /external/llvm/tools/
Makefile 68 PARALLEL_DIRS += polly
  /ndk/build/tools/
build-llvm.sh 51 POLLY=no
52 do_polly_option () { POLLY=yes; }
53 register_option "--with-polly" do_polly_option "Enable Polyhedral optimizations for LLVM"
88 if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; then
89 echo "ERROR: polly, if exist, needs to be a symbolic link: $SRC_DIR/$TOOLCHAIN/llvm/tools/polly"
164 CXXFLAGS="$CXXFLAGS $CFLAGS_FOR_BUILD $HOST_CFLAGS" # polly doesn't look at CFLAGS !
171 # Disable polly for now
172 POLLY=n
    [all...]
download-toolchain-sources.sh 228 # 2. Move tools/polly up to be a sibling of llvm and clang. Script build-llvm.sh
229 # will only create symbolic link when --with-polly is specified.
232 test -d tools/polly && mv tools/polly ..)
233 # In polly/utils/cloog_src, touch Makefile.in, aclocal.m4, and configure to
235 (test -d "$TMPDIR/llvm-$LLVM_VERSION/polly" && \
236 cd "$TMPDIR/llvm-$LLVM_VERSION/polly" && \
  /external/llvm/
Makefile 119 --disable-polly ; \
configure 828 tools/polly'
    [all...]
  /external/llvm/projects/sample/
configure 803 ac_subdirs_all='tools/polly'
    [all...]

Completed in 676 milliseconds