Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600FrameLowering.cpp35 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
DMemorySSA.cpp1411 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
DScalarEvolution.cpp7763 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/third_party/skia/third_party/externals/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
/third_party/pulseaudio/src/modules/
Dladspa.h349 LADSPA_Data UpperBound; member
/third_party/alsa-lib/src/pcm/
Dladspa.h350 LADSPA_Data UpperBound; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1207 Optional<bool> UpperBound = None, in LoopUnroll()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h490 bool UpperBound; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1045 if (Optional<int64_t> UpperBound = in getTypeSize() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc323 TEST_F(NonMutatingTest, UpperBound) { in TEST_F() argument