Searched refs:polly (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/Hexagon/ |
D | hwloop-lt1.ll | 11 br label %polly.loop_body 13 polly.loop_after: ; preds = %polly.loop_body 16 polly.loop_body: ; preds = %entry, %polly.loop_body 17 %polly.loopiv16 = phi i32 [ 0, %entry ], [ %polly.next_loopiv, %polly.loop_body ] 18 %polly.next_loopiv = add i32 %polly.loopiv16, 4 19 %p_vector_iv14 = or i32 %polly.loopiv16, 1 21 %p_vector_iv415 = or i32 %polly.loopiv16, 3 22 %p_arrayidx = getelementptr [400 x i8]* @A, i32 0, i32 %polly.loopiv16 30 %0 = icmp slt i32 %polly.next_loopiv, 400 31 br i1 %0, label %polly.loop_body, label %polly.loop_after
|
/external/llvm/tools/ |
D | CMakeLists.txt | 3 # Build polly before the tools: the tools link against polly when 6 add_llvm_external_project(polly) 8 list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${LLVM_MAIN_SRC_DIR}/tools/polly")
|
D | Makefile | 63 PARALLEL_DIRS += polly
|
/external/llvm/test/ |
D | 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 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/clang/tools/driver/ |
D | cc1_main.cpp | 61 namespace polly { namespace 79 polly::initializePollyPasses(Registry); in cc1_main()
|
/external/llvm/tools/bugpoint/ |
D | bugpoint.cpp | 113 namespace polly { namespace 140 polly::initializePollyPasses(Registry); in main()
|
/external/llvm/ |
D | .gitignore | 49 tools/polly
|
D | Makefile.config.in | 403 # Was polly found in tools/polly?
|
D | Makefile | 128 --disable-polly $$configure_opts; \
|
D | CMakeLists.txt | 527 if(NOT EXISTS ${LLVM_MAIN_SRC_DIR}/tools/polly/CMakeLists.txt)
|
D | configure | 1402 --enable-polly Use polly if available (default is YES) 3788 if (test -d ${srcdir}/tools/polly) && (test $ENABLE_POLLY -eq 1) ; then
|
/external/llvm/tools/opt/ |
D | opt.cpp | 319 namespace polly { namespace 361 polly::initializePollyPasses(Registry); in main()
|
/external/llvm/autoconf/ |
D | configure.ac | 182 dnl Disable the build of polly, even if it is checked out into tools/polly. 183 AC_ARG_ENABLE(polly, optenable 184 AS_HELP_STRING([--enable-polly], 185 [Use polly if available (default is YES)]),, 191 *) AC_MSG_ERROR([Invalid setting for --enable-polly. Use "yes" or "no"]) ;; 195 dnl Check if polly is checked out into tools/polly and configure it if 197 if (test -d ${srcdir}/tools/polly) && (test $ENABLE_POLLY -eq 1) ; then 199 AC_CONFIG_SUBDIRS([tools/polly])
|
/external/llvm/docs/ |
D | CMake.rst | 268 ``tools/{clang,lld,polly}``. ``{Clang,lld,Polly}`` will not be built when it
|