Home
last modified time | relevance | path

Searched refs:UpperBound (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp321 float UpperBound; in generateOneRangeCond() local
324 UpperBound = 709.0f; in generateOneRangeCond()
327 UpperBound = 88.0f; in generateOneRangeCond()
330 UpperBound = 11356.0f; in generateOneRangeCond()
337 return createCond(CI, CmpInst::FCMP_OGT, UpperBound); in generateOneRangeCond()
343 float UpperBound, LowerBound; in generateTwoRangeCond() local
348 UpperBound = 710.0f; in generateTwoRangeCond()
353 UpperBound = 89.0f; in generateTwoRangeCond()
358 UpperBound = 11357.0f; in generateTwoRangeCond()
362 UpperBound = 709.0f; in generateTwoRangeCond()
[all …]
DLowerSwitch.cpp107 ConstantInt *LowerBound, ConstantInt *UpperBound,
112 ConstantInt *LowerBound, ConstantInt *UpperBound,
250 ConstantInt *UpperBound, Value *Val, in switchConvert() argument
254 assert(LowerBound && UpperBound && "Bounds must be initialized"); in switchConvert()
262 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert()
264 NumMergedCases = UpperBound->getSExtValue() - LowerBound->getSExtValue(); in switchConvert()
268 return newLeafBlock(*Begin, Val, LowerBound, UpperBound, OrigBlock, in switchConvert()
305 << ", " << UpperBound->getSExtValue() << "]\n"); in switchConvert()
319 UpperBound, Val, NewNode, OrigBlock, in switchConvert()
335 ConstantInt *UpperBound, in newLeafBlock() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp549 int UpperBound, LowerBound; in AddPred() local
551 UpperBound = Node2Index[X->NodeNum]; in AddPred()
554 if (LowerBound < UpperBound) { in AddPred()
557 DFS(Y, UpperBound, HasLoop); in AddPred()
560 Shift(Visited, LowerBound, UpperBound); in AddPred()
570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() argument
586 if (Node2Index[s] == UpperBound) { in DFS()
591 if (!Visited.test(s) && Node2Index[s] < UpperBound) { in DFS()
603 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() local
608 if (LowerBound > UpperBound) { in GetSubGraph()
[all …]
/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
37 for (int i = MFI.getObjectIndexBegin(); i < UpperBound; ++i) { in getFrameIndexReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopUnrollPass.h106 LoopUnrollOptions &setUpperBound(bool UpperBound) { in setUpperBound()
107 AllowUpperBound = UpperBound; in setUpperBound()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp205 UP.UpperBound = false; in gatherUnrollingPreferences()
244 UP.UpperBound = false; in gatherUnrollingPreferences()
262 UP.UpperBound = *UserUpperBound; in gatherUnrollingPreferences()
803 if (!(UP.UpperBound || MaxOrZero) || in computeUnrollCount()
822 TripMultiple = UP.UpperBound ? 1 : TripMultiple; in computeUnrollCount()
836 TripMultiple = UP.UpperBound ? 1 : TripMultiple; in computeUnrollCount()
1207 Optional<bool> UpperBound = None, in LoopUnroll() argument
1214 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
1275 int AllowPartial, int Runtime, int UpperBound, in INITIALIZE_PASS_DEPENDENCY()
1286 UpperBound == -1 ? None : Optional<bool>(UpperBound), in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1411 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
1413 if (UpperBound - LocInfo.LowerBound > MaxCheckLimit) { in optimizeUsesInBlock()
1417 << UpperBound - LocInfo.LowerBound in optimizeUsesInBlock()
1426 while (UpperBound > LocInfo.LowerBound) { in optimizeUsesInBlock()
1427 if (isa<MemoryPhi>(VersionStack[UpperBound])) { in optimizeUsesInBlock()
1432 while (VersionStack[UpperBound] != Result) { in optimizeUsesInBlock()
1433 assert(UpperBound != 0); in optimizeUsesInBlock()
1434 --UpperBound; in optimizeUsesInBlock()
1440 MemoryDef *MD = cast<MemoryDef>(VersionStack[UpperBound]); in optimizeUsesInBlock()
1445 UpperBound = 0; in optimizeUsesInBlock()
[all …]
DDependenceAnalysis.cpp547 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
548 LLVM_DEBUG(dbgs() << "\t\tupper bound = " << UpperBound << "\n"); in intersectConstraints()
549 if (Xq.sgt(UpperBound) || Yq.sgt(UpperBound)) { in intersectConstraints()
1163 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1164 LLVM_DEBUG(dbgs() << "\t UpperBound = " << *UpperBound); in strongSIVtest()
1165 LLVM_DEBUG(dbgs() << ", " << *UpperBound->getType() << "\n"); in strongSIVtest()
1170 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest()
1341 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1342 LLVM_DEBUG(dbgs() << "\t UpperBound = " << *UpperBound << "\n"); in weakCrossingSIVtest()
1343 const SCEV *ConstantTwo = SE->getConstant(UpperBound->getType(), 2); in weakCrossingSIVtest()
[all …]
DInlineCost.cpp414 void addCost(int64_t Inc, int64_t UpperBound = INT_MAX) { in addCost() argument
415 assert(UpperBound > 0 && UpperBound <= INT_MAX && "invalid upper bound"); in addCost()
416 Cost = (int)std::min(UpperBound, Cost + Inc); in addCost()
DScalarEvolution.cpp7763 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
7765 return ExitLimit(getCouldNotCompute(), UpperBound, false); in computeShiftCompareExitLimit()
/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
168 << LowerBound << ", " << UpperBound << "), Default=" << Default in executeMatchTable()
171 if (Opcode < LowerBound || UpperBound <= Opcode) { in executeMatchTable()
188 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
197 << UpperBound << "), Default=" << Default in executeMatchTable()
215 if (TypeID < LowerBound || UpperBound <= TypeID) { in executeMatchTable()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c130 av_log(ctx, level, ", max: %i", (int)h->UpperBound); in print_ctl_info()
143 av_log(ctx, level, ", max: %f", h->UpperBound); in print_ctl_info()
284 const LADSPA_Data upper = h->UpperBound; in set_default_ctl_value()
438 value > h->UpperBound) { in set_control()
441 label, port, h->UpperBound); in set_control()
/third_party/alsa-lib/src/pcm/
Dladspa.h350 LADSPA_Data UpperBound; member
Dpcm_ladspa.c519 + log(desc->PortRangeHints[port].UpperBound) in snd_pcm_ladspa_get_default_cvalue()
523 (desc->PortRangeHints[port].UpperBound * 0.25); in snd_pcm_ladspa_get_default_cvalue()
529 desc->PortRangeHints[port].UpperBound); in snd_pcm_ladspa_get_default_cvalue()
533 desc->PortRangeHints[port].UpperBound); in snd_pcm_ladspa_get_default_cvalue()
540 + log(desc->PortRangeHints[port].UpperBound) in snd_pcm_ladspa_get_default_cvalue()
544 (desc->PortRangeHints[port].UpperBound * 0.75); in snd_pcm_ladspa_get_default_cvalue()
548 *val = desc->PortRangeHints[port].UpperBound; in snd_pcm_ladspa_get_default_cvalue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DScalar.h195 int Runtime = -1, int UpperBound = -1,
/third_party/pulseaudio/src/modules/
Dladspa.h349 LADSPA_Data UpperBound; member
Dmodule-ladspa-sink.c858 LADSPA_Data upper = d->PortRangeHints[p].UpperBound; in validate_control_parameters()
919 upper = d->PortRangeHints[p].UpperBound; in write_control_parameters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h710 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
714 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
DBasicTTIImpl.h494 UP.Partial = UP.Runtime = UP.UpperBound = true; in getUnrollingPreferences()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspautils.c377 upper = desc->PortRangeHints[portnum].UpperBound; in gst_ladspa_object_class_get_param_spec()
/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
1050 Size *= *UpperBound - LowerBound + 1; in getTypeSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp1262 UP.UpperBound = true; in getUnrollingPreferences()
/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/abseil-cpp/absl/algorithm/
Dcontainer_test.cc323 TEST_F(NonMutatingTest, UpperBound) { in TEST_F() argument