Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp549 int UpperBound, LowerBound; in AddPred() local
570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
603 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() local
680 int UpperBound) { in Shift()
729 int UpperBound, LowerBound; in IsReachable() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600FrameLowering.cpp31 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock() local
222 ConstantInt *UpperBound, Value *Val, in SwitchConvert()
378 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst() local
DLibCallsShrinkWrap.cpp321 float UpperBound; in generateOneRangeCond() local
343 float UpperBound, LowerBound; in generateTwoRangeCond() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp547 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
1165 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1343 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1714 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1823 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1906 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1916 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2711 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
DInlineCost.cpp542 void addCost(int64_t Inc, int64_t UpperBound = INT_MAX) { in addCost()
DMemorySSA.cpp1423 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
DScalarEvolution.cpp8386 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h185 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
213 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp322 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp689 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1277 Optional<bool> UpperBound = None, in LoopUnroll()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1307 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in createStaticWorkshareLoop() local
1430 Value *UpperBound = CLI->getTripCount(); in createDynamicWorkshareLoop() local
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DNeonEmitter.cpp2115 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1113 if (Optional<int64_t> UpperBound = in getTypeSize() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h490 bool UpperBound; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp723 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
783 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
DCGStmtOpenMP.cpp6921 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp4442 Metadata *UpperBound = nullptr; in parseDISubrange() local
4489 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4273 unsigned UpperBound = (TypoStr.size() + 2) / 3; in addName() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp6206 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local