Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp54 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp252 getOptionalIntLoopAttribute(TheLoop, "llvm.loop.vectorize.width"); in getOptionalElementCountLoopAttribute()
255 std::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.cpp510 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in computePeelCount()
1019 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in peelLoop()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp1089 std::optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute() function in llvm
1105 return getOptionalIntLoopAttribute(TheLoop, Name).value_or(Default); in getIntLoopAttribute()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h1337 std::optional<int> getOptionalIntLoopAttribute(const Loop *TheLoop,