Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp550 int UpperBound, LowerBound; AddPred() local
571 DFS(const SUnit * SU,int UpperBound,bool & HasLoop) DFS() argument
603 int UpperBound = Node2Index[TargetSU.NodeNum]; GetSubGraph() local
680 Shift(BitVector & Visited,int LowerBound,int UpperBound) Shift() argument
731 int UpperBound, LowerBound; IsReachable() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock() argument
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock() local
229 ConstantInt *UpperBound, Value *Val, in 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
[all...]
H A DSimplifyCFG.cpp6708 const uint64_t UpperBound = CR.getUpper().getLimitedValue(); SwitchToLookupTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp612 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
1250 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1428 if (const SCEV *UpperBound in 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.cpp1412 unsigned long UpperBound = VersionStack.size() - 1; optimizeUsesInBlock() local
[all...]
H A DScalarEvolution.cpp9399 const SCEV *UpperBound = computeShiftCompareExitLimit() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h246 int64_t UpperBound = 0; // DW_AT_upper_bound value. variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp317 assumeInBoundDual(DefinedOrUnknownSVal Idx,DefinedOrUnknownSVal UpperBound,QualType indexTy) const assumeInBoundDual() argument
361 assumeInBound(DefinedOrUnknownSVal Idx,DefinedOrUnknownSVal UpperBound,bool Assumption,QualType indexTy) const assumeInBound() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h231 uint16_t UpperBound = readU16(); executeMatchTable() local
262 uint16_t UpperBound = readU16(); executeMatchTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp541 if (std::optional<int64_t> UpperBound = in getTypeSizeImpl() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp686 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h317 uint32_t UpperBound; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1373 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...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1137 unsigned UpperBound; in resolveExtra() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2168 std::string LowerBound, UpperBound; genIntrinsicRangeCheckCode() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp764 llvm::Metadata *LowerBound, *UpperBound; CreateType() local
838 auto *UpperBound = DBuilder.createExpression(Expr); CreateType() local
H A DCGOpenMPRuntime.cpp6185 getNumThreads(CodeGenFunction & CGF,const CapturedStmt * CS,const Expr ** E,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal) getNumThreads() argument
6276 getNumThreadsExprForTargetDirective(CodeGenFunction & CGF,const OMPExecutableDirective & D,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal,const Expr ** ThreadLimitExpr) getNumThreadsExprForTargetDirective() argument
6441 int32_t UpperBound = -1; emitNumThreadsForTargetDirective() local
[all...]
H A DCGStmtOpenMP.cpp7656 enum { LowerBound = 5, UpperBound, Stride, LastIter }; EmitOMPTaskLoopBasedDirective() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h592 bool UpperBound; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4978 Metadata *UpperBound = nullptr; parseDISubrange() local
5025 Metadata *UpperBound = ConvToMetadata(upperBound); parseDIGenericSubrange() local
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2486 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); applyStaticWorkshareLoop() local
3048 Value *UpperBound = CLI->getTripCount(); applyDynamicWorkshareLoop() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4604 unsigned UpperBound = (TypoStr.size() + 2) / 3; addName() local