Home
last modified time | relevance | path

Searched refs:Bound (Results 1 – 25 of 143) sorted by relevance

123456

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2588 delete [] Bound; in banerjeeMIVtest()
2610 Bound[K].DirSet |= Bound[K].Direction; in exploreDirections()
2737 if (Bound[K].Iterations) { in findBoundsALL()
2818 Bound[K].Iterations, SE->getOne(Bound[K].Iterations->getType())); in findBoundsLT()
2862 Bound[K].Iterations, SE->getOne(Bound[K].Iterations->getType())); in findBoundsGT()
2947 const SCEV *Sum = Bound[1].Lower[Bound[1].Direction]; in getLowerBound()
2949 if (Bound[K].Lower[Bound[K].Direction]) in getLowerBound()
2950 Sum = SE->getAddExpr(Sum, Bound[K].Lower[Bound[K].Direction]); in getLowerBound()
2963 const SCEV *Sum = Bound[1].Upper[Bound[1].Direction]; in getUpperBound()
2965 if (Bound[K].Upper[Bound[K].Direction]) in getUpperBound()
[all …]
H A DDemandedBits.cpp510 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
517 APInt RBound = Bound.reverseBits(); in determineLiveOperandBitsAddCarry()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h801 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/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp24 Value *Bound, Value *Step, StringRef Name, in CreateLoop() argument
44 Value *Cond = B.CreateICmpNE(Inc, Bound, Name + ".cond"); in CreateLoop()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc338 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 Dubsan_handlers.h98 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc334 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 Dubsan_handlers.h96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc334 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 Dubsan_handlers.h96 RECOVERABLE(vla_bound_not_positive, VLABoundData *Data, ValueHandle Bound)
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cris/
H A Drd-bound4.d5 # Bound with register and immediate are part of the common
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-bound4.d5 # Bound with register and immediate are part of the common
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DMatrixUtils.h88 Value *Bound, Value *Step, StringRef Name,
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp777 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 DParser.cpp401 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
402 if (Bound.hasValue()) { in parseIdentifierPrefixImpl()
403 *Value = VariantMatcher::SingleMatcher(*Bound); in parseIdentifierPrefixImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1312 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/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp72 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp679 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()
/netbsd/external/bsd/libbind/dist/doc/
H A Dgetnameinfo.cat344 R. Gilligan, S. Thomson, J. Bound, and W. Stevens, ``Basic Socket Inter-
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dparams.opt267 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/external/gpl3/gcc/dist/gcc/
H A Dparams.opt334 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/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp182 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation() argument
186 nonloc::ConcreteInt(Bound), SVB.getConditionType()); in isInRelation()
/netbsd/external/mpl/bind/dist/doc/arm/
H A Dgeneral.rst74 :rfc:`2136` - P. Vixie, S. Thomson, Y. Rekhter, and J. Bound. *Dynamic Updates in the
125 :rfc:`3493` - R. Gilligan, S. Thomson, J. Bound, J. McCann, and W. Stevens.
/netbsd/external/mit/libuv/dist/docs/src/
H A Dstream.rst198 connected state). Bound sockets or pipes will be assumed to be servers.
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4756 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()

123456