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

  /external/llvm/tools/bugpoint/
Makefile 13 bitwriter vectorize objcarcopts
  /external/llvm/tools/opt/
Makefile 12 LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts objcarcopts ipo vectorize all-targets
  /external/llvm/tools/lto/
Makefile 13 mcdisassembler vectorize
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
Makefile 12 SPU_CFLAGS=-W -Wall -Winline -Wno-main -I. -I /usr/spu/include -I /opt/cell/sdk/usr/spu/include -finline-limit=10000 -Winline -ftree-vectorize -funroll-loops -fmodulo-sched -ffast-math -fPIC -O2
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 957 HOOK_VECTOR (TARGET_VECTORIZE, vectorize)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 957 HOOK_VECTOR (TARGET_VECTORIZE, vectorize)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 957 HOOK_VECTOR (TARGET_VECTORIZE, vectorize)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 957 HOOK_VECTOR (TARGET_VECTORIZE, vectorize)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 45 #define LV_NAME "loop-vectorize"
48 #include "llvm/Transforms/Vectorize.h"
104 /// We don't vectorize loops with a known constant trip count below this number.
108 cl::desc("Don't vectorize loops with a constant "
120 /// vectorized and that we don't need to re-vectorize it if we run into it
156 void vectorize(LoopVectorizationLegality *Legal) { function in class:__anon11952::InnerLoopVectorizer
191 /// A helper function to vectorize a single BB within the innermost loop.
203 /// Vectorize Load and Store instructions,
221 /// When we widen (vectorize) values we place them in the map. If the values
317 /// LoopVectorizationLegality checks if it is legal to vectorize a loop, an
    [all...]

Completed in 329 milliseconds