Home
last modified time | relevance | path

Searched refs:getOptionalIntLoopAttribute (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DManualOptimizer.cpp44 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 DWarnMissedTransforms.cpp54 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp252 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 DLoopPeel.cpp394 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 DLoopInfo.cpp1085 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 DScopHelper.h534 llvm::Optional<int> getOptionalIntLoopAttribute(llvm::MDNode *LoopID,
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp753 llvm::Optional<int> polly::getOptionalIntLoopAttribute(MDNode *LoopID, in getOptionalIntLoopAttribute() function in polly
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1335 getOptionalIntLoopAttribute(const Loop *TheLoop, StringRef Name);