Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-097.md3 ### CVE Number
6 ### Impact
25 ### Patches
31 ### For more information
35 ### Attribution
/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/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/swiftshader/third_party/llvm-10.0/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/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/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/cronet/base/i18n/
Dchar_iterator.cc56 UTF16CharIterator UTF16CharIterator::UpperBound(StringPiece16 str, in UpperBound() function in base::i18n::UTF16CharIterator
/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/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
DInlineCost.cpp414 void addCost(int64_t Inc, int64_t UpperBound = INT_MAX) { in addCost()
/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/cronet/buildtools/third_party/libc++/trunk/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/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_interval_set.h600 typename QuicIntervalSet<T>::const_iterator QuicIntervalSet<T>::UpperBound( in UpperBound() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp598 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp305 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1207 Optional<bool> UpperBound = None, in LoopUnroll()
/external/libchrome/base/containers/
Dflat_tree_unittest.cc1284 TEST(FlatTree, UpperBound) { in TEST() argument
/external/webrtc/rtc_base/containers/
Dflat_tree_unittest.cc1346 TYPED_TEST_P(FlatTreeTest, UpperBound) { in TYPED_TEST_P() argument
/external/cronet/base/containers/
Dflat_tree_unittest.cc1352 TYPED_TEST_P(FlatTreeTest, UpperBound) { in TYPED_TEST_P() argument
/external/clang/utils/TableGen/
DNeonEmitter.cpp2112 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/algorithm/
Dcontainer_test.cc323 TEST_F(NonMutatingTest, UpperBound) { in TEST_F() argument

12