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

  /external/clang/tools/driver/
cc1_main.cpp 61 namespace polly { namespace
79 polly::initializePollyPasses(Registry);
  /external/llvm/tools/
Makefile 63 PARALLEL_DIRS += polly
  /external/llvm/test/
Makefile 73 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
74 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/polly/test
76 # Force creation of Polly's lit.site.cfg.
77 polly-tools-site-cfg: FORCE
78 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/polly/test lit.site.cfg
79 extra-site-cfgs:: polly-tools-site-cfg
  /external/llvm/tools/bugpoint/
bugpoint.cpp 113 namespace polly { namespace
140 polly::initializePollyPasses(Registry);
  /ndk/build/tools/
download-toolchain-sources.sh 230 # 3. Move tools/polly up to be a sibling of llvm and clang. Script build-llvm.sh
231 # will only create symbolic link when --with-polly is specified.
238 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-llvm.sh 47 POLLY=no
48 do_polly_option () { POLLY=yes; }
49 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"
169 CXXFLAGS="$CXXFLAGS $CFLAGS_FOR_BUILD $HOST_CFLAGS" # polly doesn't look at CFLAGS !
176 # Disable polly for now
177 POLLY=n
    [all...]
build-device-llvm.sh 215 --disable-polly \
  /external/llvm/tools/opt/
opt.cpp 319 namespace polly { namespace
361 polly::initializePollyPasses(Registry);
  /external/llvm/
Makefile 128 --disable-polly $$configure_opts; \
configure 827 tools/polly'
    [all...]

Completed in 142 milliseconds