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

  /external/llvm/tools/
Makefile 68 PARALLEL_DIRS += polly
  /external/llvm/test/
Makefile 70 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
71 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/polly/test
73 # Force creation of Polly's lit.site.cfg.
74 polly-tools-site-cfg: FORCE
75 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/polly/test lit.site.cfg
76 extra-site-cfgs:: polly-tools-site-cfg
  /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 # 3. 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.
236 test -d tools/polly && mv tools/polly ..)
243 # In polly/utils/cloog_src, touch Makefile.in, aclocal.m4, and configure to
245 (test -d "$TMPDIR/llvm-$LLVM_VERSION/polly" && \
246 cd "$TMPDIR/llvm-$LLVM_VERSION/polly" && \
build-device-llvm.sh 182 --disable-polly \
  /external/llvm/
Makefile 119 --disable-polly ; \
configure 832 tools/polly'
    [all...]
  /external/llvm/projects/sample/
configure 802 ac_subdirs_all='tools/polly'
    [all...]

Completed in 2444 milliseconds