Searched defs:UnrollFactor (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 924 if (auto UnrollFactor = shouldPragmaUnroll(L, PInfo, TripMultiple, TripCount, in computeUnrollCount() local 950 if (auto UnrollFactor = shouldFullUnroll(L, TTI, DT, SE, EphValues, in computeUnrollCount() local 973 if (auto UnrollFactor = shouldFullUnroll(L, TTI, DT, SE, EphValues, in computeUnrollCount() local 996 if (auto UnrollFactor = shouldPartialUnroll(LoopSize, TripCount, UCE, UP)) { in computeUnrollCount() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 246 unsigned UnrollFactor = 0; in handleOpenCLUnrollHint() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 471 uint64_t UnrollFactor) { in updateLatchBranchWeightsForRemainderLoop()
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 293 unsigned VecWidth, unsigned UnrollFactor) in InnerLoopVectorizer() 616 unsigned UnrollFactor) in InnerLoopUnroller()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 405 unsigned UnrollFactor, LoopVectorizationLegality *LVL, in InnerLoopVectorizer() 785 OptimizationRemarkEmitter *ORE, unsigned UnrollFactor, in InnerLoopUnroller()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 453 unsigned UnrollFactor, LoopVectorizationLegality *LVL, in InnerLoopVectorizer() 753 OptimizationRemarkEmitter *ORE, unsigned UnrollFactor, in InnerLoopUnroller()
|