| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 100 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp() argument 113 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 118 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 126 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 131 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 139 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 144 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 153 Checks.push_back(Check); in generateCreationChecksForBinOp() 162 Checks.push_back(Check); in generateCreationChecksForBinOp() 173 Checks.push_back(ShiftCheck); in generateCreationChecksForBinOp() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GuardWidening.cpp | 200 bool canBeHoistedTo(const SmallVectorImpl<Value *> &Checks, in canBeHoistedTo() argument 202 return all_of(Checks, in canBeHoistedTo() 209 void makeAvailableAt(const SmallVectorImpl<Value *> &Checks, in makeAvailableAt() argument 211 for (Value *V : Checks) in makeAvailableAt() 279 SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument 281 if (!parseRangeChecks(CheckCond, Checks)) in parseRangeChecks() 287 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks); 293 bool combineRangeChecks(SmallVectorImpl<RangeCheck> &Checks, 767 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in mergeChecks() local 768 if (parseRangeChecks(ChecksToWiden, Checks) && in mergeChecks() [all …]
|
| H A D | LoopLoadElimination.cpp | 403 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local 405 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() 415 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() in collectMemchecks() 417 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks() 419 return Checks; in collectMemchecks() 562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local 565 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop() 581 if (!Checks.empty() || !LAI.getPSE().getPredicate().isAlwaysTrue()) { in processLoop() 603 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
|
| H A D | LoopPredication.cpp | 310 void widenChecks(SmallVectorImpl<Value *> &Checks, 717 void LoopPredication::widenChecks(SmallVectorImpl<Value *> &Checks, in widenChecks() argument 720 for (auto &Check : Checks) in widenChecks() 734 SmallVector<Value *, 4> Checks; in widenGuardConditions() local 736 parseWidenableGuard(Guard, Checks); in widenGuardConditions() 737 widenChecks(Checks, WidenedChecks, Expander, Guard); 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() [all …]
|
| H A D | LoopDistribute.cpp | 794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local 797 if (LAI->hasConvergentOp() && !Checks.empty()) { in processLoop() 808 if (!Pred.isAlwaysTrue() || !Checks.empty()) { in processLoop() 814 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop() 815 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop() 904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local 906 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks() 930 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()
|
| /src/contrib/blocklist/port/ |
| H A D | configure.ac | 12 dnl Checks for programs. 21 dnl Checks for headers 42 dnl Checks for typedefs, structures, and compiler characteristics. 83 dnl Checks for functions
|
| /src/contrib/libyaml/ |
| H A D | configure.ac | 50 # Checks for programs. 61 # Checks for header files. 65 # Checks for typedefs, structures, and compiler characteristics.
|
| /src/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.
|
| /src/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.
|
| /src/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.
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 487 Checks.clear(); in reset() 510 return Checks; in getChecks() 531 unsigned getNumberOfChecks() const { return Checks.size(); } in getNumberOfChecks() 538 const SmallVectorImpl<RuntimePointerCheck> &Checks, 593 SmallVector<RuntimePointerCheck, 4> Checks; variable
|
| H A D | GuardUtils.h | 62 void parseWidenableGuard(const User *U, llvm::SmallVectorImpl<Value *> &Checks);
|
| /src/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"
|
| /src/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.
|
| /src/contrib/file/ |
| H A D | configure.ac | 105 dnl Checks for programs. 114 dnl Checks for headers 141 dnl Checks for typedefs, structures, and compiler characteristics. 203 dnl Checks for functions 209 dnl Checks for libraries
|
| /src/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()
|
| /src/contrib/llvm-project/compiler-rt/ |
| H A D | .clang-tidy | 1 Checks: '-readability-identifier-naming,-llvm-header-guard'
|
| /src/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()
|
| /src/contrib/libucl/tests/basic/ |
| H A D | escapes.in | 1 # Checks for escapes in strings
|
| /src/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.
|
| /src/contrib/netbsd-tests/sbin/newfs/ |
| H A D | quotas_common.sh | 53 atf_set "descr" "Checks ${descr} quotas inodes"
|
| /src/contrib/netbsd-tests/sbin/fsck_ffs/ |
| H A D | quotas_common.sh | 29 atf_set "descr" "Checks ${descr} quotas inodes"
|