Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDWarnMissedTransforms.cpp51 getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width"); in warnAboutLeftoverTransformations()
53 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp288 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(Loop *TheLoop, in getOptionalIntLoopAttribute() function in llvm
396 getOptionalIntLoopAttribute(L, "llvm.loop.unroll.count"); in hasUnrollTransformation()
417 getOptionalIntLoopAttribute(L, "llvm.loop.unroll_and_jam.count"); in hasUnrollAndJamTransformation()
438 getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width"); in hasVectorizeTransformation()
440 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in hasVectorizeTransformation()
HDLoopUnrollPeel.cpp311 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in computePeelCount()
768 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in peelLoop()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopUtils.h185 llvm::Optional<int> getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name);