Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScheduleDAG.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()
721 int UpperBound, LowerBound; in IsReachable() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600FrameLowering.cpp35 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp250 ConstantInt *UpperBound, Value *Val, in switchConvert()
335 ConstantInt *UpperBound, in newLeafBlock()
368 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
474 ConstantInt *UpperBound = nullptr; in processSwitchInst() local
HDLibCallsShrinkWrap.cpp321 float UpperBound; in generateOneRangeCond() local
343 float UpperBound, LowerBound; in generateTwoRangeCond() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDependenceAnalysis.cpp547 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
1163 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1341 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1739 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1848 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1930 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1940 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2720 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
HDInlineCost.cpp414 void addCost(int64_t Inc, int64_t UpperBound = INT_MAX) { in addCost()
HDMemorySSA.cpp1411 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
HDScalarEvolution.cpp7763 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDInstructionSelectorImpl.h160 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
188 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp596 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDProgramState.cpp315 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopUnrollPass.cpp1207 Optional<bool> UpperBound = None, in LoopUnroll()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp1045 if (Optional<int64_t> UpperBound = in getTypeSize() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h490 bool UpperBound; member
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
HDNeonEmitter.cpp2061 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4257 unsigned UpperBound = (TypoStr.size() + 2) / 3; in addName() local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelEmitter.cpp5687 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp5281 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator