Home
last modified time | relevance | path

Searched refs:polly (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/Hexagon/
Dhwloop-lt1.ll11 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/
DCMakeLists.txt3 # 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")
DMakefile63 PARALLEL_DIRS += polly
/external/llvm/test/
DMakefile73 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/
Dcc1_main.cpp61 namespace polly { namespace
79 polly::initializePollyPasses(Registry); in cc1_main()
/external/llvm/tools/bugpoint/
Dbugpoint.cpp113 namespace polly { namespace
140 polly::initializePollyPasses(Registry); in main()
/external/llvm/
D.gitignore49 tools/polly
DMakefile.config.in403 # Was polly found in tools/polly?
DMakefile128 --disable-polly $$configure_opts; \
DCMakeLists.txt527 if(NOT EXISTS ${LLVM_MAIN_SRC_DIR}/tools/polly/CMakeLists.txt)
Dconfigure1402 --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/
Dopt.cpp319 namespace polly { namespace
361 polly::initializePollyPasses(Registry); in main()
/external/llvm/autoconf/
Dconfigure.ac182 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/
DCMake.rst268 ``tools/{clang,lld,polly}``. ``{Clang,lld,Polly}`` will not be built when it