/freebsd/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 …]
|
/freebsd/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 widenICmpRangeCheck() 720 for (auto &Check : Checks) in widenICmpRangeCheck() 734 SmallVector<Value *, 4> Checks; in widenICmpRangeCheck() 736 parseWidenableGuard(Guard, Checks); in widenICmpRangeCheck() 737 widenChecks(Checks, WidenedChecks, Expander, Guard); in widenICmpRangeCheck() 744 IRBuilder<> Builder(findInsertPt(Guard, Checks)); in widenICmpRangeCheck() 745 Value *AllChecks = Builder.CreateAnd(Checks); in widenICmpRangeCheck() 765 SmallVector<Value *, 4> Checks; in collectChecks() 767 parseWidenableGuard(BI, Checks); in collectChecks() 757 collectChecks(SmallVectorImpl<Value * > & Checks,Value * Condition,SCEVExpander & Expander,Instruction * Guard) collectChecks() argument 817 SmallVector<Value *, 4> Checks; widenGuardConditions() local 853 SmallVector<Value *, 4> Checks; widenWidenableBranchGuardConditions() local [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()
|
/freebsd/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/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/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.
|
H A D | compiler-features.m4 | 52 dnl Checks if the current compiler has a way to mark functions that do not 80 dnl Checks if the current compiler has a way to mark parameters as unused
|
/freebsd/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
|
H A D | fs.m4 | 39 dnl Checks whether getcwd(NULL, 0) works; i.e. if getcwd(3) can dynamically 63 dnl Checks whether lchmod(3) exists and if it works. Some systems, such as
|
/freebsd/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
|
/freebsd/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/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/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
|
/freebsd/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/contrib/llvm-project/compiler-rt/ |
H A D | .clang-tidy | 1 Checks: '-readability-identifier-naming,-llvm-header-guard'
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | escapes.in | 1 # Checks for escapes in strings
|
/freebsd/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.
|
/freebsd/contrib/netbsd-tests/sbin/newfs/ |
H A D | quotas_common.sh | 53 atf_set "descr" "Checks ${descr} quotas inodes"
|
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/ |
H A D | quotas_common.sh | 29 atf_set "descr" "Checks ${descr} quotas inodes"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopVersioning.h | 48 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI,
|