Home
last modified time | relevance | path

Searched refs:getBooleanLoopAttribute (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/lib/Transform/
H A DManualOptimizer.cpp40 if (getBooleanLoopAttribute(LoopID, "llvm.loop.unroll.disable")) in hasUnrollTransformation()
48 if (getBooleanLoopAttribute(LoopID, "llvm.loop.unroll.enable")) in hasUnrollTransformation()
51 if (getBooleanLoopAttribute(LoopID, "llvm.loop.unroll.full")) in hasUnrollTransformation()
101 bool Full = getBooleanLoopAttribute(LoopMD, "llvm.loop.unroll.full"); in applyLoopUnroll()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp345 return getBooleanLoopAttribute(L, LLVMLoopDisableNonforced); in hasDisableAllTransformsHint()
349 return getBooleanLoopAttribute(L, LLVMLoopDisableLICM); in hasDisableLICMTransformsHint()
353 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.disable")) in hasUnrollTransformation()
361 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.enable")) in hasUnrollTransformation()
364 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.full")) in hasUnrollTransformation()
374 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.disable")) in hasUnrollAndJamTransformation()
382 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.enable")) in hasUnrollAndJamTransformation()
409 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in hasVectorizeTransformation()
428 if (getBooleanLoopAttribute(L, "llvm.loop.distribute.enable")) in hasDistributeTransformation()
438 if (getBooleanLoopAttribute(L, "llvm.loop.licm_versioning.disable")) in hasLICMVersioningTransformation()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp749 bool polly::getBooleanLoopAttribute(MDNode *LoopID, StringRef Name) { in getBooleanLoopAttribute() function in polly
772 return getBooleanLoopAttribute(LoopID, "llvm.loop.disable_nonforced"); in hasDisableAllTransformsHint()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1081 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() function in llvm
1111 return getBooleanLoopAttribute(L, LLVMLoopMustProgress); in hasMustProgress()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp411 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h531 bool getBooleanLoopAttribute(llvm::MDNode *LoopID, llvm::StringRef Name);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1331 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1789 EXPECT_TRUE(getBooleanLoopAttribute(L, "llvm.loop.vectorize.enable")); in TEST_F()
1820 EXPECT_TRUE(getBooleanLoopAttribute(L, "llvm.loop.vectorize.enable")); in TEST_F()
1851 EXPECT_TRUE(getBooleanLoopAttribute(L, "llvm.loop.unroll.enable")); in TEST_F()
1852 EXPECT_TRUE(getBooleanLoopAttribute(L, "llvm.loop.unroll.full")); in TEST_F()
1884 EXPECT_TRUE(getBooleanLoopAttribute(Inner, "llvm.loop.unroll.enable")); in TEST_F()
1908 EXPECT_TRUE(getBooleanLoopAttribute(L, "llvm.loop.unroll.enable")); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2292 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()