Searched refs:getBooleanLoopAttribute (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 284 static bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() function 384 return getBooleanLoopAttribute(L, LLVMLoopDisableNonforced); in hasDisableAllTransformsHint() 388 return getBooleanLoopAttribute(L, LLVMLoopDisableLICM); in hasDisableLICMTransformsHint() 392 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.disable")) in hasUnrollTransformation() 400 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.enable")) in hasUnrollTransformation() 403 if (getBooleanLoopAttribute(L, "llvm.loop.unroll.full")) in hasUnrollTransformation() 413 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.disable")) in hasUnrollAndJamTransformation() 421 if (getBooleanLoopAttribute(L, "llvm.loop.unroll_and_jam.enable")) in hasUnrollAndJamTransformation() 447 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in hasVectorizeTransformation() 466 if (getBooleanLoopAttribute(L, "llvm.loop.distribute.enable")) in hasDistributeTransformation() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopInfo.cpp | 1085 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() function in llvm 1115 return getBooleanLoopAttribute(L, LLVMLoopMustProgress); in hasMustProgress()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | LoopInfo.h | 634 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | LoopInfo.h | 632 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | LoopInfo.h | 634 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | LoopInfo.h | 634 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/Support/ |
D | ScopHelper.h | 531 bool getBooleanLoopAttribute(llvm::MDNode *LoopID, llvm::StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/Support/ |
D | ScopHelper.h | 531 bool getBooleanLoopAttribute(llvm::MDNode *LoopID, llvm::StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/Support/ |
D | ScopHelper.h | 531 bool getBooleanLoopAttribute(llvm::MDNode *LoopID, llvm::StringRef Name);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/Support/ |
D | ScopHelper.h | 531 bool getBooleanLoopAttribute(llvm::MDNode *LoopID, llvm::StringRef Name);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 1334 bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1409 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2333 if (getBooleanLoopAttribute(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()
|