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

  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 152 VF(VecWidth), UF(UnrollFactor), Builder(SE->getContext()), Induction(0),
236 ValueMap(unsigned UnrollFactor) : UF(UnrollFactor) {}
246 Entry.assign(UF, Val);
254 Entry.resize(UF);
255 assert(Entry.size() == UF);
262 unsigned UF;
287 unsigned UF;
697 unsigned UF = CM.selectUnrollFactor(OptForSize, VectorizationUnroll,
707 DEBUG(dbgs() << "LV: Unroll Factor is " << UF << "\n");
710 InnerLoopVectorizer LB(L, SE, LI, DT, DL, TLI, VF.Width, UF);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 41 milliseconds