Searched refs:UnrollFactor (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 363 unsigned UnrollFactor = 0; in handleOpenCLUnrollHint() local 381 UnrollFactor = static_cast<unsigned>(Val); in handleOpenCLUnrollHint() 384 return ::new (S.Context) OpenCLUnrollHintAttr(S.Context, A, UnrollFactor); in handleOpenCLUnrollHint()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 522 uint64_t UnrollFactor) { in updateLatchBranchWeightsForRemainderLoop() argument 530 assert(UnrollFactor > 1); in updateLatchBranchWeightsForRemainderLoop() 531 uint64_t BackEdgeWeight = (UnrollFactor - 1) * ExitWeight; in updateLatchBranchWeightsForRemainderLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 461 unsigned UnrollFactor, LoopVectorizationLegality *LVL, in InnerLoopVectorizer() argument 465 AC(AC), ORE(ORE), VF(VecWidth), UF(UnrollFactor), in InnerLoopVectorizer() 886 OptimizationRemarkEmitter *ORE, unsigned UnrollFactor, in InnerLoopUnroller() argument 891 ElementCount::getFixed(1), UnrollFactor, LVL, CM, in InnerLoopUnroller()
|