Searched refs:getOptionalIntLoopAttribute (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ManualOptimizer.cpp | 44 getOptionalIntLoopAttribute(LoopID, "llvm.loop.unroll.count"); in hasUnrollTransformation() 100 getOptionalIntLoopAttribute(LoopMD, "llvm.loop.unroll.count").value_or(0); in applyLoopUnroll()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | WarnMissedTransforms.cpp | 54 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 252 getOptionalIntLoopAttribute(TheLoop, "llvm.loop.vectorize.width"); in getOptionalElementCountLoopAttribute() 255 Optional<int> IsScalable = getOptionalIntLoopAttribute( in getOptionalElementCountLoopAttribute() 357 getOptionalIntLoopAttribute(L, "llvm.loop.unroll.count"); in hasUnrollTransformation() 378 getOptionalIntLoopAttribute(L, "llvm.loop.unroll_and_jam.count"); in hasUnrollAndJamTransformation() 401 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in hasVectorizeTransformation()
|
| H A D | LoopPeel.cpp | 394 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in computePeelCount() 900 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in peelLoop()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 1085 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute() function in llvm 1101 return getOptionalIntLoopAttribute(TheLoop, Name).value_or(Default); in getIntLoopAttribute()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ScopHelper.h | 534 llvm::Optional<int> getOptionalIntLoopAttribute(llvm::MDNode *LoopID,
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ScopHelper.cpp | 753 llvm::Optional<int> polly::getOptionalIntLoopAttribute(MDNode *LoopID, in getOptionalIntLoopAttribute() function in polly
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 1335 getOptionalIntLoopAttribute(const Loop *TheLoop, StringRef Name);
|