/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600FrameLowering.cpp | 32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 552 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 D | TooSmallLoopVariableCheck.cpp | 138 calcUpperBoundMagnitudeBits(const ASTContext &Context, const Expr *UpperBound, in calcUpperBoundMagnitudeBits() argument 187 const auto *UpperBound = in check() local
|
H A D | ArgumentCommentCheck.cpp | 148 unsigned UpperBound = (ArgName.size() + 2) / 3 + 1; in isLikelyTypo() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 157 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 D | LibCallsShrinkWrap.cpp | 315 float UpperBound; in generateOneRangeCond() local 337 float UpperBound, LowerBound; in generateTwoRangeCond() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SparseSetTest.cpp | 190 const unsigned UpperBound = 300; in TEST() local
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Tasking.cpp | 84 uint64_t *LowerBound, uint64_t *UpperBound, int64_t, int, in __kmpc_taskloop() argument
|
/llvm-project/flang/include/flang/Runtime/ |
H A D | descriptor.h | 52 RT_API_ATTRS SubscriptValue UpperBound() const { UpperBound() function
|
/llvm-project/libcxx/benchmarks/ |
H A D | map.bench.cpp |
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 246 int64_t UpperBound = 0; // DW_AT_upper_bound value. variable
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 612 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 D | MemorySSA.cpp | 1436 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 331 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 D | GIMatchTableExecutorImpl.h | 238 uint16_t UpperBound = readU16(); executeMatchTable() local 269 uint16_t UpperBound = readU16(); executeMatchTable() local
|
/llvm-project/polly/lib/Transform/ |
H A D | MaximalStaticExpansion.cpp | 359 auto UpperBound = getConstant(CurrentStmtDomain.dim_max(i), true, false); in expandAccess() local
|
H A D | MatmulOptimizer.cpp | 1566 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 D | DWARFDie.cpp | 542 if (std::optional<int64_t> UpperBound = getTypeSizeImpl() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 686 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 586 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 D | DXContainer.h | 321 uint32_t UpperBound; global() member
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 1420 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 D | LVScope.cpp | 1137 unsigned UpperBound; in resolveExtra() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 655 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 2161 std::string LowerBound, UpperBound; genIntrinsicRangeCheckCode() local
|