Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/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()
721 int UpperBound, LowerBound; in IsReachable() local
/external/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
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp111 const Expr *UpperBound, in calcUpperBoundMagnitudeBits()
149 const auto *UpperBound = in check() local
DArgumentCommentCheck.cpp146 unsigned UpperBound = (ArgName.size() + 2) / 3 + 1; in isLikelyTypo() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600FrameLowering.cpp35 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600FrameLowering.cpp35 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp519 int UpperBound, LowerBound; in AddPred() local
544 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
574 int UpperBound) { in Shift()
618 int UpperBound, LowerBound; in IsReachable() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUFrameLowering.cpp89 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexReference() local
/external/webrtc/modules/congestion_controller/goog_cc/
Dlink_capacity_estimator.cc19 DataRate LinkCapacityEstimator::UpperBound() const { in UpperBound() function in webrtc::LinkCapacityEstimator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.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
DLibCallsShrinkWrap.cpp321 float UpperBound; in generateOneRangeCond() local
343 float UpperBound, LowerBound; in generateTwoRangeCond() local
/external/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
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp201 ConstantInt *UpperBound, Value *Val, in switchConvert()
325 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
422 ConstantInt *UpperBound = nullptr; in processSwitchInst() local
/external/llvm/unittests/ADT/
DSparseSetTest.cpp189 const unsigned UpperBound = 300; in TEST() local
/external/llvm-project/llvm/unittests/ADT/
DSparseSetTest.cpp190 const unsigned UpperBound = 300; in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.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
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp526 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
1086 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1264 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1662 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1771 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1853 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1863 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2637 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
/external/llvm-project/flang/runtime/
Ddescriptor.h48 SubscriptValue UpperBound() const { return LowerBound() + Extent() - 1; } in UpperBound() function
/external/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
1728 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1837 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1919 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1929 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2709 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
/external/llvm-project/libcxx/benchmarks/
Dmap.bench.cpp954 struct UpperBound : Base { struct
957 void run(benchmark::State& State) const { in run()
986 std::string name() const { in name()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h160 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
188 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
/external/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
/external/llvm-project/polly/lib/Transform/
DMaximalStaticExpansion.cpp381 auto UpperBound = getConstant(CurrentStmtDomain.dim_max(i), true, false); in expandAccess() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp598 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local

123