Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp550 int UpperBound, LowerBound; in AddPred() local
571 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
603 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() local
680 int UpperBound) { in Shift()
731 int UpperBound, LowerBound; in IsReachable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock() local
229 ConstantInt *UpperBound, Value *Val, in SwitchConvert()
390 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst() local
H A DLibCallsShrinkWrap.cpp315 float UpperBound; in generateOneRangeCond() local
337 float UpperBound, LowerBound; in generateTwoRangeCond() local
H A DSimplifyCFG.cpp6708 const uint64_t UpperBound = CR.getUpper().getLimitedValue(); in SwitchToLookupTable() local
/freebsd/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 = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1799 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1908 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1991 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2001 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2809 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
H A DMemorySSA.cpp1412 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
H A DScalarEvolution.cpp9399 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h246 int64_t UpperBound = 0; // DW_AT_upper_bound value. variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp317 DefinedOrUnknownSVal UpperBound, in assumeInBoundDual()
361 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h231 uint16_t UpperBound = readU16(); in executeMatchTable() local
262 uint16_t UpperBound = readU16(); in executeMatchTable() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp541 if (std::optional<int64_t> UpperBound = in getTypeSizeImpl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp686 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h317 uint32_t UpperBound; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1373 std::optional<bool> UpperBound = std::nullopt, in LoopUnroll()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1137 unsigned UpperBound; in resolveExtra() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp655 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2168 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp764 llvm::Metadata *LowerBound, *UpperBound; in CreateType() local
838 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
H A DCGOpenMPRuntime.cpp6185 const Expr **E, int32_t &UpperBound, in getNumThreads()
6276 CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &UpperBound, in getNumThreadsExprForTargetDirective()
6441 int32_t UpperBound = -1; in emitNumThreadsForTargetDirective() local
H A DCGStmtOpenMP.cpp7656 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h592 bool UpperBound; member
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4978 Metadata *UpperBound = nullptr; in parseDISubrange() local
5025 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2486 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in applyStaticWorkshareLoop() local
3048 Value *UpperBound = CLI->getTripCount(); in applyDynamicWorkshareLoop() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4604 unsigned UpperBound = (TypoStr.size() + 2) / 3; in addName() local