Home
last modified time | relevance | path

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

1234

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp100 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 DGuardWidening.cpp200 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 DLoopLoadElimination.cpp403 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 DLoopPredication.cpp310 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 DLoopDistribute.cpp794 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 DInductiveRangeCheckElimination.cpp158 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 Dconfigure.ac12 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 Dconfigure.ac50 # Checks for programs.
61 # Checks for header files.
65 # Checks for typedefs, structures, and compiler characteristics.
/src/contrib/ntp/sntp/
H A Dconfigure.ac105 # 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 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.
/src/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.
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h487 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 DGuardUtils.h62 void parseWidenableGuard(const User *U, llvm::SmallVectorImpl<Value *> &Checks);
/src/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"
/src/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.
/src/contrib/file/
H A Dconfigure.ac105 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 DLoopVersioning.cpp42 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-tidy1 Checks: '-readability-identifier-naming,-llvm-header-guard'
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp139 llvm::SmallVectorImpl<Value *> &Checks) { in parseWidenableGuard() argument
146 Checks.push_back(Check); in parseWidenableGuard()
/src/contrib/libucl/tests/basic/
H A Descapes.in1 # Checks for escapes in strings
/src/contrib/dialog/
H A Dconfigure.in40 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 Dquotas_common.sh53 atf_set "descr" "Checks ${descr} quotas inodes"
/src/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh29 atf_set "descr" "Checks ${descr} quotas inodes"

1234