Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DWarnMissedTransforms.cpp51 getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width"); in warnAboutLeftoverTransformations()
53 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.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()
DLoopUnrollPeel.cpp311 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in computePeelCount()
768 if (auto Peeled = getOptionalIntLoopAttribute(L, PeeledCountMetaData)) in peelLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h185 llvm::Optional<int> getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name);