Searched defs:VF (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Doptions.h70 #define VF 0x00008000 macro
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.cpp109 unsigned VF = MinVecRegSize / Sz; local
121 DEBUG(dbgs() << "SLP: Found cost=" << Cost << " for VF=" << VF << "\n"); local
567 Instruction *BoUpSLP::GetLastInstr(ArrayRef<Value *> VL, unsigned VF) { argument
589 vectorizeTree(ArrayRef<Value *> VL, int VF) argument
598 vectorizeTree_rec(ArrayRef<Value *> VL, int VF) argument
[all...]
H A DLoopVectorize.cpp287 unsigned VF; member in class:__anon2707::InnerLoopVectorizer
751 LoopVectorizationCostModel::VectorizationFactor VF; local
3229 unsigned VF = MaxVectorSize; local
3323 selectUnrollFactor(bool OptForSize, unsigned UserUF, unsigned VF, unsigned LoopCost) argument
3522 expectedCost(unsigned VF) argument
3556 getInstructionCost(Instruction *I, unsigned VF) argument
3737 ToVectorTy(Type *Scalar, unsigned VF) argument
[all...]

Completed in 76 milliseconds