Home
last modified time | relevance | path

Searched refs:Checks (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp118 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp()
158 Checks.push_back(Check); in generateCreationChecksForBinOp()
167 Checks.push_back(Check); in generateCreationChecksForBinOp()
178 Checks.push_back(ShiftCheck); in generateCreationChecksForBinOp()
191 generateCreationChecksForBinOp(I, Checks); in generateCreationChecks()
209 Checks.push_back(Check); in generateCreationChecks()
222 Checks.push_back(Check); in generateCreationChecks()
297 SmallVector<Value*, 4> Checks; in rewrite() local
300 Checks.push_back(getPoisonFor(ValToPoison, V)); in rewrite()
303 generateCreationChecks(I, Checks); in rewrite()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp234 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks()
546 parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) && in widenCondCommon()
547 combineRangeChecks(Checks, CombinedChecks)) { in widenCondCommon()
590 return parseRangeChecks(AndLHS, Checks) && in parseRangeChecks()
591 parseRangeChecks(AndRHS, Checks); in parseRangeChecks()
647 Checks.push_back(Check); in parseRangeChecks()
652 SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in combineRangeChecks() argument
654 unsigned OldCount = Checks.size(); in combineRangeChecks()
655 while (!Checks.empty()) { in combineRangeChecks()
658 const Value *CurrentBase = Checks.front().getBase(); in combineRangeChecks()
[all …]
H A DLoopLoadElimination.cpp391 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
393 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks()
403 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() in collectMemchecks()
405 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks()
407 return Checks; in collectMemchecks()
524 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
527 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop()
543 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop()
565 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
H A DLoopPredication.cpp739 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks() argument
775 Checks.push_back(NewRangeCheck.getValue()); in collectChecks()
782 Checks.push_back(Condition); in collectChecks()
789 Checks.push_back(WideableCond); in collectChecks()
799 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
808 IRBuilder<> Builder(findInsertPt(Guard, Checks)); in widenGuardConditions()
809 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions()
825 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
826 unsigned NumWidened = collectChecks(Checks, BI->getCondition(), in widenWidenableBranchGuardConditions()
834 IRBuilder<> Builder(findInsertPt(BI, Checks)); in widenWidenableBranchGuardConditions()
[all …]
H A DLoopDistribute.cpp797 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
800 if (LAI->hasConvergentOp() && !Checks.empty()) { in processLoop()
811 if (!Pred.isAlwaysTrue() || !Checks.empty()) { in processLoop()
817 LLVM_DEBUG(LAI->getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in processLoop()
818 LoopVersioning LVer(*LAI, Checks, L, LI, DT, SE); in processLoop()
909 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
911 copy_if(AllChecks, std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()
935 return Checks; in includeOnlyCrossPartitionChecks()
/freebsd-13.1/contrib/blacklist/port/
H A Dconfigure.ac11 dnl Checks for programs.
20 dnl Checks for headers
40 dnl Checks for typedefs, structures, and compiler characteristics.
81 dnl Checks for functions
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfigure.ac110 # Checks for libraries.
120 # Checks for header files.
125 # Checks for typedefs, structures, and compiler characteristics.
138 # Checks for library functions.
/freebsd-13.1/contrib/file/
H A Dconfigure.ac90 dnl Checks for programs.
99 dnl Checks for headers
117 dnl Checks for typedefs, structures, and compiler characteristics.
167 dnl Checks for functions
173 dnl Checks for libraries
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h415 Checks.clear(); in reset()
437 return Checks; in getChecks()
447 unsigned getNumberOfChecks() const { return Checks.size(); } in getNumberOfChecks()
454 const SmallVectorImpl<RuntimePointerCheck> &Checks,
501 SmallVector<RuntimePointerCheck, 4> Checks; variable
/freebsd-13.1/contrib/lutok/m4/
H A Dcompiler-flags.m443 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 Dcompiler-features.m452 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-13.1/contrib/kyua/m4/
H A Dcompiler-flags.m443 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 Dcompiler-features.m432 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 Dgetopt.m430 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 Duname.m432 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 Dfs.m439 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-13.1/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh163 "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-13.1/contrib/openbsm/
H A Dconfigure.ac26 # Checks for programs.
43 # Checks for header files.
50 # Checks for typedefs, structures, and compiler characteristics.
95 # Checks for library functions.
/freebsd-13.1/contrib/llvm-project/compiler-rt/
H A D.clang-tidy1 Checks: '-readability-identifier-naming,-llvm-header-guard'
/freebsd-13.1/contrib/libucl/tests/basic/
H A Descapes.in1 # Checks for escapes in strings
/freebsd-13.1/contrib/dialog/
H A Dconfigure.in40 dnl Checks for programs.
102 dnl Checks for libraries.
193 dnl Checks for header files.
202 dnl Checks for library functions.
/freebsd-13.1/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh53 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-13.1/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp40 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning() argument
44 AliasChecks(Checks.begin(), Checks.end()), in LoopVersioning()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h47 ArrayRef<RuntimePointerCheck> Checks, Loop *L, LoopInfo *LI,

1234