Searched refs:getBooleanLoopAttribute (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 345 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 639 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 1097 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() function in llvm 1147 return getBooleanLoopAttribute(L, LLVMLoopMustProgress); in hasMustProgress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1858 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2482 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()
|