Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp552 int UpperBound, LowerBound; in AddPred() local
573 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
605 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() local
682 int UpperBound) { in Shift()
733 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.cpp6815 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.cpp1436 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
H A DScalarEvolution.cpp9460 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.cpp331 DefinedOrUnknownSVal UpperBound, in assumeInBoundDual()
375 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h238 uint16_t UpperBound = readU16(); in executeMatchTable() local
269 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/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h321 uint32_t UpperBound; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1420 std::optional<bool> UpperBound = std::nullopt, in LoopUnroll()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1145 ArrayInfo << "[" << LowerBound << ".." << UpperBound << "]"; in resolveExtra() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2161 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp655 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h602 bool UpperBound; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp774 llvm::Metadata *LowerBound, *UpperBound; in CreateType() local
848 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
H A DCGOpenMPRuntime.cpp6200 const Expr **E, int32_t &UpperBound, in getNumThreads()
6291 CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &UpperBound, in getNumThreadsExprForTargetDirective()
6456 int32_t UpperBound = -1; in emitNumThreadsForTargetDirective() local
H A DCGStmtOpenMP.cpp7728 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5234 Metadata *UpperBound = nullptr; in parseDISubrange() local
5281 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4535 unsigned UpperBound = (TypoStr.size() + 2) / 3; in addName() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4026 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in applyStaticWorkshareLoop() local
4588 Value *UpperBound = CLI->getTripCount(); in applyDynamicWorkshareLoop() local