/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 105 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp() argument 118 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 123 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 131 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 136 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 144 Checks.push_back(B.CreateExtractValue(OverflowOp, 1)); in generateCreationChecksForBinOp() 149 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() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/ |
H A D | configure.ac | 27 dnl Checks for programs. 34 dnl Checks for UNIX variants that set DEFS, 36 dnl Checks for compiler output filename suffixes. 45 dnl Checks for libraries. 47 dnl Checks for header files. 49 dnl Checks for typedefs, structures, and compiler characteristics. 51 dnl Checks for library functions. 53 dnl Checks for tests/rpathcfg.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 232 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() argument 234 return parseRangeChecks(CheckCond, Checks, Visited); in parseRangeChecks() 237 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks, 244 bool combineRangeChecks(SmallVectorImpl<RangeCheck> &Checks, 543 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in widenCondCommon() local 546 parseRangeChecks(Cond0, Checks) && parseRangeChecks(Cond1, Checks) && in widenCondCommon() 547 combineRangeChecks(Checks, CombinedChecks)) { in widenCondCommon() 580 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks() argument 590 return parseRangeChecks(AndLHS, Checks) && in parseRangeChecks() 591 parseRangeChecks(AndRHS, Checks); in parseRangeChecks() [all …]
|
H A D | LoopLoadElimination.cpp | 392 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local 394 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() 404 LLVM_DEBUG(dbgs() << "\nPointer Checks (count: " << Checks.size() in collectMemchecks() 406 LLVM_DEBUG(LAI.getRuntimePointerChecking()->printChecks(dbgs(), Checks)); in collectMemchecks() 408 return Checks; in collectMemchecks() 525 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local 528 if (Checks.size() > Candidates.size() * CheckPerElim) { in processLoop() 544 if (!Checks.empty() || !LAI.getPSE().getUnionPredicate().isAlwaysTrue()) { in processLoop() 566 LoopVersioning LV(LAI, Checks, L, LI, DT, PSE.getSE()); in processLoop()
|
H A D | LoopPredication.cpp | 298 unsigned collectChecks(SmallVectorImpl<Value *> &Checks, Value *Condition, 739 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 800 unsigned NumWidened = collectChecks(Checks, Guard->getOperand(0), Expander, in widenGuardConditions() 808 IRBuilder<> Builder(findInsertPt(Guard, Checks)); in widenGuardConditions() 809 Value *AllChecks = Builder.CreateAnd(Checks); in widenGuardConditions() 825 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local [all …]
|
H A D | LoopDistribute.cpp | 797 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()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
H A D | configure.ac | 27 dnl Checks for programs. 35 dnl Checks for compiler output filename suffixes. 51 dnl Checks for libraries. 53 dnl Checks for header files. 55 dnl Checks for typedefs, structures, and compiler characteristics. 69 dnl Checks for library functions.
|
/netbsd-src/external/gpl2/gettext/dist/ |
H A D | configure.ac | 27 dnl Checks for programs. 29 dnl Checks for libraries. 31 dnl Checks for header files. 33 dnl Checks for typedefs, structures, and compiler characteristics. 35 dnl Checks for library functions.
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | configure.ac | 25 dnl Checks for programs. 52 dnl Checks for libraries. 74 dnl Checks for header files. 97 dnl Checks for typedefs, structures, and compiler characteristics. 99 dnl Checks for library functions.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
H A D | configure.ac | 31 dnl Checks for programs. 58 dnl Checks for compiler output filename suffixes. 70 dnl Checks for libraries. 76 dnl Checks for header files, functions and declarations. 104 dnl Checks for optional programs for the tests/lang-* tests. 107 dnl Checks for special libraries for the tests/test-lock test.
|
/netbsd-src/external/bsd/iscsi/dist/ |
H A D | configure.ac | 18 dnl Checks for programs. 24 dnl Checks for header files. 34 dnl Checks for typedefs, structures, and compiler characteristics. 46 # Checks for typedefs, structures, and compiler characteristics.
|
/netbsd-src/external/bsd/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
|
/netbsd-src/crypto/external/bsd/netpgp/dist/ |
H A D | configure.ac | 22 # Checks for programs. 54 # Checks for header files. 71 # Checks for typedefs, structures, and compiler characteristics. 102 # Checks for library functions.
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | configure.ac | 27 # Checks for programs. 52 # Checks for header files. 56 # Checks for typedefs, structures, and compiler characteristics. 62 # Checks for library functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | configure.ac | 27 # Checks for programs. 51 # Checks for header files. 55 # Checks for typedefs, structures, and compiler characteristics. 61 # Checks for library functions.
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | configure.ac | 27 # Checks for programs. 51 # Checks for header files. 55 # Checks for typedefs, structures, and compiler characteristics. 61 # Checks for library functions.
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | configure.ac | 24 # Checks for programs. 38 # Checks for header files. 55 # Checks for typedefs, structures, and compiler characteristics. 61 # Checks for function declarations. 64 # Checks for library functions. 133 # Checks for variables.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 409 Checks.clear(); in reset() 431 return Checks; in getChecks() 441 unsigned getNumberOfChecks() const { return Checks.size(); } in getNumberOfChecks() 448 const SmallVectorImpl<RuntimePointerCheck> &Checks, 495 SmallVector<RuntimePointerCheck, 4> Checks; variable
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/ |
H A D | configure.ac | 31 dnl Checks for programs. 81 dnl Checks for compiler output filename suffixes. 101 dnl Checks for libraries. 131 dnl Checks for header files, functions and declarations. 135 dnl Checks for header files. 138 dnl Checks for typedefs, structures, and compiler characteristics. 150 dnl Checks for library functions. 292 dnl Checks for optional programs for the tests/lang-* tests.
|
/netbsd-src/external/gpl2/grep/dist/ |
H A D | configure.in | 24 dnl Checks for programs. 31 dnl Checks for typedefs, structures, and compiler characteristics. 39 dnl Checks for header files. 47 dnl Checks for functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | configure.ac | 81 # Checks for header files. 94 # Checks for typedefs, structures, and compiler characteristics. 97 # Checks for library functions.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | DebugMode.rst | 59 Debug Mode Checks 66 Basic Checks 81 Iterator Debugging Checks
|
/netbsd-src/external/bsd/file/dist/ |
H A D | configure.ac | 101 dnl Checks for programs. 110 dnl Checks for headers 134 dnl Checks for typedefs, structures, and compiler characteristics. 184 dnl Checks for functions 190 dnl Checks for libraries
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | configure.ac | 81 # Checks for header files. 94 # Checks for typedefs, structures, and compiler characteristics. 97 # Checks for library functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | configure.ac | 9 # Checks for programs. 49 # Checks for header files. 56 # Checks for typedefs, structures, and compiler characteristics. 82 # Checks for library functions.
|