Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp54 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp260 getOptionalIntLoopAttribute(TheLoop, "llvm.loop.vectorize.width"); in getOptionalElementCountLoopAttribute()
263 Optional<int> IsScalable = getOptionalIntLoopAttribute( in getOptionalElementCountLoopAttribute()
365 getOptionalIntLoopAttribute(L, "llvm.loop.unroll.count"); in hasUnrollTransformation()
386 getOptionalIntLoopAttribute(L, "llvm.loop.unroll_and_jam.count"); in hasUnrollAndJamTransformation()
409 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in hasVectorizeTransformation()
H A DLoopPeel.cpp326 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in computePeelCount()
841 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in peelLoop()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h1306 getOptionalIntLoopAttribute(const Loop *TheLoop, StringRef Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1091 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute() function in llvm