Home
last modified time | relevance | path

Searched defs:VectorizeConfig (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/
H A DVectorize.h25 struct VectorizeConfig { struct
30 unsigned VectorBits;
33 bool VectorizeBools;
36 bool VectorizeInts;
39 bool VectorizeFloats;
42 bool VectorizePointers;
45 bool VectorizeCasts;
48 bool VectorizeMath;
51 bool VectorizeBitManipulations;
54 bool VectorizeFMA;
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp3211 VectorizeConfig::VectorizeConfig() { in VectorizeConfig() function in VectorizeConfig