Home
last modified time | relevance | path

Searched defs:UpperBound (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp552 int UpperBound, LowerBound; AddPred() local
573 DFS(const SUnit * SU,int UpperBound,bool & HasLoop) DFS() argument
605 int UpperBound = Node2Index[TargetSU.NodeNum]; GetSubGraph() local
682 Shift(BitVector & Visited,int LowerBound,int UpperBound) Shift() argument
733 int UpperBound, LowerBound; IsReachable() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DTooSmallLoopVariableCheck.cpp138 calcUpperBoundMagnitudeBits(const ASTContext &Context, const Expr *UpperBound, in calcUpperBoundMagnitudeBits() argument
187 const auto *UpperBound = in check() local
H A DArgumentCommentCheck.cpp148 unsigned UpperBound = (ArgName.size() + 2) / 3 + 1; in isLikelyTypo() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp157 NewLeafBlock(CaseRange & Leaf,Value * Val,ConstantInt * LowerBound,ConstantInt * UpperBound,BasicBlock * OrigBlock,BasicBlock * Default) NewLeafBlock() argument
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); NewLeafBlock() local
229 SwitchConvert(CaseItr Begin,CaseItr End,ConstantInt * LowerBound,ConstantInt * UpperBound,Value * Val,BasicBlock * Predecessor,BasicBlock * OrigBlock,BasicBlock * Default,const std::vector<IntRange> & UnreachableRanges) SwitchConvert() argument
390 ConstantInt *UpperBound = nullptr; ProcessSwitchInst() local
[all...]
H A DLibCallsShrinkWrap.cpp315 float UpperBound; in generateOneRangeCond() local
337 float UpperBound, LowerBound; in generateTwoRangeCond() local
/llvm-project/llvm/unittests/ADT/
H A DSparseSetTest.cpp190 const unsigned UpperBound = 300; in TEST() local
/llvm-project/offload/DeviceRTL/src/
H A DTasking.cpp84 uint64_t *LowerBound, uint64_t *UpperBound, int64_t, int, in __kmpc_taskloop() argument
/llvm-project/flang/include/flang/Runtime/
H A Ddescriptor.h52 RT_API_ATTRS SubscriptValue UpperBound() const { UpperBound() function
/llvm-project/libcxx/benchmarks/
H A Dmap.bench.cpp
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h246 int64_t UpperBound = 0; // DW_AT_upper_bound value. variable
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp612 const APInt &UpperBound = CUB->getAPInt(); intersectConstraints() local
1250 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { strongSIVtest() local
1428 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { weakCrossingSIVtest() local
1799 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { weakZeroSrcSIVtest() local
1908 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { weakZeroDstSIVtest() local
1991 if (const SCEVConstant *UpperBound = exactRDIVtest() local
2001 if (const SCEVConstant *UpperBound = exactRDIVtest() local
2809 if (const SCEV *UpperBound = getUpperBound(Bound)) testBounds() local
[all...]
H A DMemorySSA.cpp1436 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp331 assumeInBoundDual(DefinedOrUnknownSVal Idx,DefinedOrUnknownSVal UpperBound,QualType indexTy) const assumeInBoundDual() argument
375 assumeInBound(DefinedOrUnknownSVal Idx,DefinedOrUnknownSVal UpperBound,bool Assumption,QualType indexTy) const assumeInBound() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h238 uint16_t UpperBound = readU16(); executeMatchTable() local
269 uint16_t UpperBound = readU16(); executeMatchTable() local
/llvm-project/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp359 auto UpperBound = getConstant(CurrentStmtDomain.dim_max(i), true, false); in expandAccess() local
H A DMatmulOptimizer.cpp1566 isl::pw_multi_aff UpperBound, in areDepsOverCompleteDomain() argument
1613 isl::pw_multi_aff UpperBound = Domain.lexmax_pw_multi_aff(); in containsOnlyTcDeps() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp542 if (std::optional<int64_t> UpperBound = getTypeSizeImpl() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp686 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp586 uint64_t UpperBound = Section->getEndAddress(); analyzeJumpTable() local
2053 uint64_t UpperBound = SI->first + SI->second->getSize(); getSectionForAddress() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h321 uint32_t UpperBound; global() member
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1420 LoopUnroll(int OptLevel=2,bool OnlyWhenForced=false,bool ForgetAllSCEV=false,std::optional<unsigned> Threshold=std::nullopt,std::optional<unsigned> Count=std::nullopt,std::optional<bool> AllowPartial=std::nullopt,std::optional<bool> Runtime=std::nullopt,std::optional<bool> UpperBound=std::nullopt,std::optional<bool> AllowPeeling=std::nullopt,std::optional<bool> AllowProfileBasedPeeling=std::nullopt,std::optional<unsigned> ProvidedFullUnrollMaxCount=std::nullopt) LoopUnroll() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1137 unsigned UpperBound; in resolveExtra() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp655 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2161 std::string LowerBound, UpperBound; genIntrinsicRangeCheckCode() local

12