Searched refs:VF (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp140 /// block to a specified vectorization factor (VF).
160 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()), Induction(0),
217 /// variable canonicalization. It supports both VF = 1 for unrolled loops and
221 unsigned UF, unsigned VF, PhiVector *PV);
312 unsigned VF; member in class:__anon2720::InnerLoopVectorizer
689 /// \return The most profitable vectorization factor and the cost of that VF.
690 /// This method checks every power of two up to VF. If UserVF is not ZERO
704 /// VF and LoopCost are the selected vectorization factor and the cost of the
705 /// selected VF.
706 unsigned selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF,
962 LoopVectorizationCostModel::VectorizationFactor VF; local
2412 widenPHIInstruction(Instruction *PN, InnerLoopVectorizer::VectorParts &Entry, LoopVectorizationLegality *Legal, unsigned UF, unsigned VF, PhiVector *PV) argument
[all...]
H A DSLPVectorizer.cpp1892 unsigned VF = MinVecRegSize / Sz; local
1894 if (!isPowerOf2_32(Sz) || VF < 2)
1903 if (i + VF > e)
1907 if (hasValueBeenRAUWed(Chain, TrackValues, i, VF))
1910 DEBUG(dbgs() << "SLP: Analyzing " << VF << " stores at offset " << i
1912 ArrayRef<Value *> Operands = Chain.slice(i, VF);
1918 DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF << "\n"); local
1924 i += VF - 1;
2037 unsigned VF local
[all...]
/freebsd-9.3-release/tools/tools/vop_table/
H A Dvop_table.pl168 @VF = <V>;
177 foreach $v (@VF) {
/freebsd-9.3-release/bin/pax/
H A Doptions.h70 #define VF 0x00008000 macro
H A Doptions.c355 flg |= VF;
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt5fw-1.11.27.0.bin.uu7529 VF/518cQAAyuoARICvISACgAIEow8oTgIgAAErDRD9Kg0Q8AAABsEAbaIPscAAA9EGAwW1RS+de6
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src14270 kf2=^VB\r, kf3=^VC\r, kf4=^VD\r, kf5=^VE\r, kf6=^VF\r,

Completed in 171 milliseconds