Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp353 return getBooleanLoopAttribute(L, LLVMLoopDisableNonforced); in hasDisableAllTransformsHint()
357 return getBooleanLoopAttribute(L, LLVMLoopDisableLICM); in hasDisableLICMTransformsHint()
361 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.disable")) in hasUnrollTransformation()
369 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.enable")) in hasUnrollTransformation()
372 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.full")) in hasUnrollTransformation()
382 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.disable")) in hasUnrollAndJamTransformation()
390 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.enable")) in hasUnrollAndJamTransformation()
417 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in hasVectorizeTransformation()
436 if (getBooleanLoopAttribute(L, "llvm.loop.distribute.enable")) in hasDistributeTransformation()
446 if (getBooleanLoopAttribute(L, "llvm.loop.licm_versioning.disable")) in hasLICMVersioningTransformation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1087 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() function in llvm
1108 return getBooleanLoopAttribute(L, LLVMLoopMustProgress); in hasMustProgress()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h1302 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2170 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()