Home
last modified time | relevance | path

Searched refs:VectorizerWidth (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp22 if (!Attrs.IsParallel && Attrs.VectorizerWidth == 0 && in createMetadata()
33 if (Attrs.VectorizerWidth > 0) { in createMetadata()
36 Type::getInt32Ty(Ctx), Attrs.VectorizerWidth))}; in createMetadata()
67 VectorizerWidth(0), VectorizerUnroll(0) {} in LoopAttributes()
71 VectorizerWidth = 0; in clear()
H A DCGLoopInfo.h47 unsigned VectorizerWidth; member
116 void setVectorizerWidth(unsigned W) { StagedAttrs.VectorizerWidth = W; } in setVectorizerWidth()