/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 24 Value *Bound, Value *Step, StringRef Name, in CreateLoop()
|
/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 2531 BoundInfo *Bound = new BoundInfo[MaxLevels + 1]; in banerjeeMIVtest() local 2601 CoefficientInfo *B, BoundInfo *Bound, in exploreDirections() 2706 BoundInfo *Bound, const SCEV *Delta) const { in testBounds() 2734 BoundInfo *Bound, unsigned K) const { in findBoundsALL() 2773 BoundInfo *Bound, unsigned K) const { in findBoundsEQ() 2813 BoundInfo *Bound, unsigned K) const { in findBoundsLT() 2857 BoundInfo *Bound, unsigned K) const { in findBoundsGT()
|
H A D | DemandedBits.cpp | 510 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() local
|
H A D | ScalarEvolution.cpp | 9047 auto SolveForBoundary = [&](APInt Bound) -> std::pair<Optional<APInt>,bool> { in SolveQuadraticAddRecRange()
|
/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() 354 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() 359 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
|
/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() 350 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() 355 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.cpp | 436 static void handleVLABoundNotPositive(VLABoundData *Data, ValueHandle Bound, in handleVLABoundNotPositive() 452 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive() 457 ValueHandle Bound) { in __ubsan_handle_vla_bound_not_positive_abort()
|
/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
|
H A D | Parser.cpp | 401 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 104 BasicBlock *Exit, Value *Bound, in createLoop()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 182 llvm::APSInt Bound, ProgramStateRef State) { in isInRelation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1312 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE() 1351 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1943 auto IsConstant = [&](Metadata *Bound) -> bool { in writeDIGenericSubrange() 1953 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange()
|
H A D | DIBuilder.cpp | 679 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4756 auto convToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDISubrange() 4788 auto ConvToMetadata = [&](MDSignedOrMDField Bound) -> Metadata * { in parseDIGenericSubrange()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1000 llvm::Value *Bound = getArrayIndexingBound(*this, Base, IndexedType); in EmitBoundsCheck() local
|