Searched refs:upperbound (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | print-passes.ll | 16 …;no-peeling;peeling;no-profile-peeling;profile-peeling;no-runtime;runtime;no-upperbound;upperbound>
|
| H A D | new-pm-print-pipeline.ll | 34 …artial;peeling;runtime;upperbound;profile-peeling;full-unroll-max=5;O1>,loop-unroll<no-partial;no-… 35 …artial;peeling;runtime;upperbound;profile-peeling;full-unroll-max=5;O1>,loop-unroll<no-partial;no-…
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ |
| H A D | runtime-small-upperbound.ll | 3 ; RUN: opt -S -loop-unroll -unroll-runtime -unroll-max-upperbound=6 %s -o - | FileCheck %s --check-… 10 ; Check that loop in hoge_3, with a runtime upperbound of 3, is not unrolled. 73 ; Check that loop in hoge_5, with a runtime upperbound of 5, is unrolled when -unroll-max-upperboun…
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ArrayBoundCheckerV2.cpp | 193 SVal upperbound = svalBuilder.evalBinOpNN(state, BO_GE, rawOffsetVal, in checkLocation() local 197 Optional<NonLoc> upperboundToCheck = upperbound.getAs<NonLoc>(); in checkLocation()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/AArch64/ |
| H A D | full-unroll-trip-count-upper-bound.ll | 2 ; RUN: opt -loop-unroll -unroll-max-upperbound=0 -S -mtriple aarch64 -mcpu=cortex-a57 %s | FileChec…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/ |
| H A D | dbg-sve-types.ll | 2 ; when the DISubrange has no count, but only an upperbound.
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 422 "no-upperbound;upperbound")
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | openmp-llvm.mlir | 395 // CHECK: store i64 31, ptr %{{.*}}upperbound 413 // CHECK: store i64 32, ptr %{{.*}}upperbound
|
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | convert-to-llvm.fir | 1803 // N is the upperbound, sh1 and sh2 are the shifts or lowerbounds
|