| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 112 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 152 Checks.push_back(Check); in generateCreationChecksForBinOp() 161 Checks.push_back(Check); in generateCreationChecksForBinOp() 172 Checks.push_back(ShiftCheck); in generateCreationChecksForBinOp() 185 generateCreationChecksForBinOp(I, Checks); in generateCreationChecks() 203 Checks.push_back(Check); in generateCreationChecks() 216 Checks.push_back(Check); in generateCreationChecks() 294 SmallVector<Value*, 4> Checks; in rewrite() local 297 Checks.push_back(getPoisonFor(ValToPoison, U)); in rewrite() 301 generateCreationChecks(I, Checks); in rewrite() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 200 return all_of(Checks, in canBeHoistedTo() 209 for (Value *V : Checks) in makeAvailableAt() 278 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks() 763 if (parseRangeChecks(ChecksToWiden, Checks) && in mergeChecks() 764 parseRangeChecks(ChecksToHoist, Checks) && in mergeChecks() 765 combineRangeChecks(Checks, CombinedChecks)) { in mergeChecks() 858 Checks.push_back(Check); in parseRangeChecks() 865 unsigned OldCount = Checks.size(); in combineRangeChecks() 866 while (!Checks.empty()) { in combineRangeChecks() 869 const Value *CurrentBase = Checks.front().getBase(); in combineRangeChecks() [all …]
|
| H A D | LoopLoadElimination.cpp | 399 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local 401 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() 411 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() in collectMemchecks() 413 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks() 415 return Checks; in collectMemchecks() 546 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local 549 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop() 565 if (!Checks.empty() || !LAI.getPSE().getPredicate().isAlwaysTrue()) { in processLoop() 587 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
|
| H A D | LoopPredication.cpp | 310 void widenChecks(SmallVectorImpl<Value *> &Checks, 720 for (auto &Check : Checks) in widenChecks() 734 SmallVector<Value *, 4> Checks; in widenGuardConditions() local 736 parseWidenableGuard(Guard, Checks); in widenGuardConditions() 744 IRBuilder<> Builder(findInsertPt(Guard, Checks)); in widenGuardConditions() 745 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() 765 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local 767 parseWidenableGuard(BI, Checks); in widenWidenableBranchGuardConditions() 771 Checks.push_back(WC); in widenWidenableBranchGuardConditions() 779 IRBuilder<> Builder(findInsertPt(BI, Checks)); in widenWidenableBranchGuardConditions() [all …]
|
| H A D | LoopDistribute.cpp | 791 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local 794 if (LAI->hasConvergentOp() && !Checks.empty()) { in processLoop() 805 if (!Pred.isAlwaysTrue() || !Checks.empty()) { in processLoop() 811 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop() 812 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop() 901 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local 903 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks() 927 return Checks; in includeOnlyCrossPartitionChecks()
|
| H A D | InductiveRangeCheckElimination.cpp | 158 SmallVectorImpl<InductiveRangeCheck> &Checks, 238 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed); 487 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond() argument 496 Checks, Visited); in extractRangeChecksFromCond() 498 Checks, Visited); in extractRangeChecksFromCond() 522 Checks.push_back(IRC); in extractRangeChecksFromCond() 527 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed) { in extractRangeChecksFromBranch() argument 552 Checks, Visited); in extractRangeChecksFromBranch()
|
| /freebsd-14.2/contrib/blocklist/port/ |
| H A D | configure.ac | 11 dnl Checks for programs. 20 dnl Checks for headers 40 dnl Checks for typedefs, structures, and compiler characteristics. 81 dnl Checks for functions
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | configure.ac | 105 # Checks for libraries. 115 # Checks for header files. 120 # Checks for typedefs, structures, and compiler characteristics. 132 # Checks for library functions.
|
| /freebsd-14.2/contrib/lutok/m4/ |
| H A D | compiler-flags.m4 | 43 dnl Checks for a compiler flag and sets a result variable. 72 dnl Checks for a compiler flag and appends it to a result variable. 98 dnl Checks for a C compiler flag and appends it to a variable. 110 dnl Checks for a C++ compiler flag and appends it to a variable. 122 dnl Checks for a set of C compiler flags and appends them to CFLAGS. 141 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.
|
| /freebsd-14.2/contrib/kyua/m4/ |
| H A D | compiler-flags.m4 | 43 dnl Checks for a compiler flag and sets a result variable. 82 dnl Checks for a compiler flag and appends it to a result variable. 108 dnl Checks for a C compiler flag and appends it to a variable. 120 dnl Checks for a C++ compiler flag and appends it to a variable. 132 dnl Checks for a set of C compiler flags and appends them to CFLAGS. 151 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.
|
| H A D | compiler-features.m4 | 32 dnl Checks if the current compiler has a way to mark functions that do not 65 dnl Checks if the current compiler has a way to mark functions as pure. 97 dnl Checks if the current compiler has a way to mark parameters as unused
|
| H A D | getopt.m4 | 30 dnl Checks if getopt(3) supports a + sign to enforce POSIX correctness. 81 dnl Checks if optreset exists to reset the processing of getopt(3) options. 113 dnl Checks the value to pass to optind to reset getopt(3) processing.
|
| H A D | uname.m4 | 32 dnl Checks for the current architecture name (aka processor type) and defines 50 dnl Checks for the current platform name (aka machine name) and defines
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 439 Checks.clear(); in reset() 462 return Checks; in getChecks() 483 unsigned getNumberOfChecks() const { return Checks.size(); } in getNumberOfChecks() 490 const SmallVectorImpl<RuntimePointerCheck> &Checks, 545 SmallVector<RuntimePointerCheck, 4> Checks; variable
|
| H A D | GuardUtils.h | 62 void parseWidenableGuard(const User *U, llvm::SmallVectorImpl<Value *> &Checks);
|
| /freebsd-14.2/contrib/file/ |
| H A D | configure.ac | 100 dnl Checks for programs. 109 dnl Checks for headers 133 dnl Checks for typedefs, structures, and compiler characteristics. 183 dnl Checks for functions 189 dnl Checks for libraries
|
| /freebsd-14.2/contrib/netbsd-tests/bin/sh/ |
| H A D | t_cmdsub.sh | 163 "Checks various mixed new and old style cmd substitutions" 181 atf_set "descr" "Checks that redirects work in command substitutions" 202 atf_set "descr" "Checks that redirects work in old style cmd sub" 252 atf_set "descr" "Checks that variables work in old style cmd sub"
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | configure.ac | 26 # Checks for programs. 43 # Checks for header files. 50 # Checks for typedefs, structures, and compiler characteristics. 95 # Checks for library functions.
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/ |
| H A D | .clang-tidy | 1 Checks: '-readability-identifier-naming,-llvm-header-guard'
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning() argument 45 : VersionedLoop(L), AliasChecks(Checks.begin(), Checks.end()), in LoopVersioning()
|
| /freebsd-14.2/contrib/libucl/tests/basic/ |
| H A D | escapes.in | 1 # Checks for escapes in strings
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GuardUtils.cpp | 139 llvm::SmallVectorImpl<Value *> &Checks) { in parseWidenableGuard() argument 146 Checks.push_back(Check); in parseWidenableGuard()
|
| /freebsd-14.2/contrib/netbsd-tests/sbin/newfs/ |
| H A D | quotas_common.sh | 53 atf_set "descr" "Checks ${descr} quotas inodes"
|
| /freebsd-14.2/contrib/netbsd-tests/sbin/fsck_ffs/ |
| H A D | quotas_common.sh | 29 atf_set "descr" "Checks ${descr} quotas inodes"
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | configure.in | 40 dnl Checks for programs. 103 dnl Checks for libraries. 202 dnl Checks for header files. 211 dnl Checks for library functions.
|