| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 1025 const SCEV *Bound = SE->getMinusSCEV(S, Size); in isKnownLessThan() local 1026 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Bound)) { in isKnownLessThan() 2531 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2538 Bound[K].Iterations = A[K].Iterations ? A[K].Iterations : B[K].Iterations; in banerjeeMIVtest() 2539 Bound[K].Direction = Dependence::DVEntry::ALL; in banerjeeMIVtest() 2540 Bound[K].DirSet = Dependence::DVEntry::NONE; in banerjeeMIVtest() 2541 findBoundsALL(A, B, Bound, K); in banerjeeMIVtest() 2544 if (Bound[K].Lower[Dependence::DVEntry::ALL]) in banerjeeMIVtest() 2545 LLVM_DEBUG(dbgs() << *Bound[K].Lower[Dependence::DVEntry::ALL] << '\t'); in banerjeeMIVtest() 2548 if (Bound[K].Upper[Dependence::DVEntry::ALL]) in banerjeeMIVtest() [all …]
|
| H A D | DemandedBits.cpp | 510 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local 517 APInt RBound = Bound.reverseBits(); in determineLiveOperandBitsAddCarry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 801 const SCEV *getLowerBound(BoundInfo *Bound) const; 806 const SCEV *getUpperBound(BoundInfo *Bound) const; 816 BoundInfo *Bound, 824 BoundInfo *Bound, 831 BoundInfo *Bound, 838 BoundInfo *Bound, 845 BoundInfo *Bound, 852 BoundInfo *Bound,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop() argument 44 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in CreateLoop()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| H A D | ubsan_handlers.cc | 338 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() argument 350 << Value(Data->Type, Bound); in handleVLABoundNotPositive() 354 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument 356 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive() 359 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument 361 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive_abort()
|
| H A D | ubsan_handlers.h | 98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cc | 334 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() argument 346 << Value(Data->Type, Bound); in handleVLABoundNotPositive() 350 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument 352 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive() 355 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument 357 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive_abort()
|
| H A D | ubsan_handlers.h | 96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cpp | 436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() argument 448 << Value(Data->Type, Bound); in handleVLABoundNotPositive() 452 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() argument 454 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive() 457 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort() argument 459 handleVLABoundNotPositive(Data, Bound, Opts); in __ubsan_handle_vla_bound_not_positive_abort()
|
| H A D | ubsan_handlers.h | 108 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | MatrixUtils.h | 88 Value *Bound, Value *Step, StringRef Name,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 777 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher() local 778 if (Bound.hasValue()) { in constructBoundMatcher() 779 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()
|
| H A D | Parser.cpp | 401 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local 402 if (Bound.hasValue()) { in parseIdentifierPrefixImpl() 403 *Value = VariantMatcher::SingleMatcher(*Bound); in parseIdentifierPrefixImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1312 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE() argument 1313 if (auto *BV = Bound.dyn_cast<DIVariable *>()) { in constructSubrangeDIE() 1316 } else if (auto *BE = Bound.dyn_cast<DIExpression *>()) { in constructSubrangeDIE() 1322 } else if (auto *BI = Bound.dyn_cast<ConstantInt *>()) { in constructSubrangeDIE() 1351 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE() argument 1352 if (auto *BV = Bound.dyn_cast<DIVariable *>()) { in constructGenericSubrangeDIE() 1355 } else if (auto *BE = Bound.dyn_cast<DIExpression *>()) { in constructGenericSubrangeDIE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 72 BasicBlock *createLoop(BasicBlock *Preheader, BasicBlock *Exit, Value *Bound, 104 BasicBlock *Exit, Value *Bound, in createLoop() argument 124 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in createLoop()
|
| H A D | X86RegisterInfo.td | 376 // Bound registers, used in MPX instructions 635 // Bound registers
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 679 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange() argument 680 return Bound.is<DIExpression *>() ? (Metadata *)Bound.get<DIExpression *>() in getOrCreateGenericSubrange() 681 : (Metadata *)Bound.get<DIVariable *>(); in getOrCreateGenericSubrange()
|
| H A D | AsmWriter.cpp | 1943 auto IsConstant = [&](Metadata *Bound) -> bool { in writeDIGenericSubrange() argument 1944 if (auto *BE = dyn_cast_or_null<DIExpression>(Bound)) { in writeDIGenericSubrange() 1953 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange() argument 1954 assert(IsConstant(Bound) && "Expected constant"); in writeDIGenericSubrange() 1955 auto *BE = dyn_cast_or_null<DIExpression>(Bound); in writeDIGenericSubrange()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | params.opt | 267 Bound on number of candidates below that all candidates are considered in iv optimizations. 271 Bound on number of iv uses in loop optimized in iv optimizations. 503 Bound on the cost of an expression to compute the number of iterations. 507 Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates. 773 Bound on the complexity of the expressions in the scalar evolutions analyzer. 777 Bound on size of expressions used in the scalar evolutions analyzer. 961 Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check. 965 Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check.
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | getnameinfo.cat3 | 44 R. Gilligan, S. Thomson, J. Bound, and W. Stevens, ``Basic Socket Inter-
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | params.opt | 334 Bound on number of candidates below that all candidates are considered in iv optimizations. 338 Bound on number of iv uses in loop optimized in iv optimizations. 594 Bound on the cost of an expression to compute the number of iterations. 598 Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates. 936 Bound on the complexity of the expressions in the scalar evolutions analyzer. 940 Bound on size of expressions used in the scalar evolutions analyzer. 1169 Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check. 1173 Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 182 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation() argument 186 nonloc::ConcreteInt(Bound), SVB.getConditionType()); in isInRelation()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | general.rst | 78 :rfc:`2136` - P. Vixie, S. Thomson, Y. Rekhter, and J. Bound. *Dynamic Updates in the 129 :rfc:`3493` - R. Gilligan, S. Thomson, J. Bound, J. McCann, and W. Stevens.
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | stream.rst | 198 connected state). Bound sockets or pipes will be assumed to be servers.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4756 auto convToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDISubrange() argument 4757 if (Bound.isMDSignedField()) in parseDISubrange() 4759 Type::getInt64Ty(Context), Bound.getMDSignedValue())); in parseDISubrange() 4760 if (Bound.isMDField()) in parseDISubrange() 4761 return Bound.getMDFieldValue(); in parseDISubrange() 4788 auto ConvToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDIGenericSubrange() argument 4789 if (Bound.isMDSignedField()) in parseDIGenericSubrange() 4792 static_cast<uint64_t>(Bound.getMDSignedValue())}); in parseDIGenericSubrange() 4793 if (Bound.isMDField()) in parseDIGenericSubrange() 4794 return Bound.getMDFieldValue(); in parseDIGenericSubrange()
|