Home
last modified time | relevance | path

Searched refs:UpperBound (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A 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 in generateTwoRangeCond()
[all...]
H A DLowerSwitch.cpp107 ConstantInt *LowerBound, ConstantInt *UpperBound,
112 ConstantInt *LowerBound, ConstantInt *UpperBound,
244 /// The function recursively builds this tree. LowerBound and UpperBound are
250 ConstantInt *UpperBound, Value *Val, in switchConvert()
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, Va in switchConvert()
249 switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, ConstantInt *UpperBound, Value *Val, BasicBlock *Predecessor, BasicBlock *OrigBlock, BasicBlock *Default, const std::vector<IntRange> &UnreachableRanges) switchConvert() argument
333 newLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, ConstantInt *UpperBound, BasicBlock *OrigBlock, BasicBlock *Default) newLeafBlock() argument
368 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); newLeafBlock() local
474 ConstantInt *UpperBound = nullptr; processSwitchInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DScheduleDAG.cpp549 int UpperBound, LowerBound;
551 UpperBound = Node2Index[X->NodeNum];
554 if (LowerBound < UpperBound) {
557 DFS(Y, UpperBound, HasLoop);
560 Shift(Visited, LowerBound, UpperBound);
570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound,
586 if (Node2Index[s] == UpperBound) {
591 if (!Visited.test(s) && Node2Index[s] < UpperBound) {
603 int UpperBound = Node2Index[TargetSU.NodeNum];
608 if (LowerBound > UpperBound) {
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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/
H A 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/
H A 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()
1214 ProvidedRuntime(Runtime), ProvidedUpperBound(UpperBound), in LoopUnroll()
1275 int AllowPartial, int Runtime, int UpperBound, in createLoopUnrollPass()
1286 UpperBound in createLoopUnrollPass()
1273 createLoopUnrollPass(int OptLevel, bool OnlyWhenForced, bool ForgetAllSCEV, int Threshold, int Count, int AllowPartial, int Runtime, int UpperBound, int AllowPeeling) createLoopUnrollPass() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
1444 // Reset UpperBound t in optimizeUsesInBlock()
[all...]
H A 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()
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 in weakCrossingSIVtest()
[all...]
H A DInlineCost.cpp414 void addCost(int64_t Inc, int64_t UpperBound = INT_MAX) { in addCost()
415 assert(UpperBound > 0 && UpperBound <= INT_MAX && "invalid upper bound"); in addCost()
416 Cost = (int)std::min(UpperBound, Cost + Inc); in addCost()
H A DScalarEvolution.cpp7763 const SCEV *UpperBound =
7765 return ExitLimit(getCouldNotCompute(), UpperBound, false);
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c140 av_log(ctx, level, ", max: %i", (int)h->UpperBound); in print_ctl_info()
153 av_log(ctx, level, ", max: %f", h->UpperBound); in print_ctl_info()
317 const LADSPA_Data upper = h->UpperBound; in set_default_ctl_value()
476 value > h->UpperBound) { in set_control()
479 label, port, h->UpperBound); in set_control()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A 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/alsa-lib/src/pcm/
H A Dladspa.h195 LowerBound and UpperBound information.
210 /* Hint LADSPA_HINT_BOUNDED_ABOVE indicates that the UpperBound field
214 specified then the value of UpperBound should be multiplied by the
230 with LowerBound = 0 and UpperBound = 0.5. Hosts that support bounds
350 LADSPA_Data UpperBound; member
H A 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/pulseaudio/src/modules/
H A Dladspa.h194 LowerBound and UpperBound information.
209 /* Hint LADSPA_HINT_BOUNDED_ABOVE indicates that the UpperBound field
213 specified then the value of UpperBound should be multiplied by the
229 with LowerBound = 0 and UpperBound = 0.5. Hosts that support bounds
349 LADSPA_Data UpperBound; member
H A 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/Transforms/
H A DScalar.h195 int Runtime = -1, int UpperBound = -1,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h710 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop);
714 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
H A DBasicTTIImpl.h494 UP.Partial = UP.Runtime = UP.UpperBound = true; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1045 if (Optional<int64_t> UpperBound = in getTypeSize()
1050 Size *= *UpperBound - LowerBound + 1; in getTypeSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1262 UP.UpperBound = true; in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h490 bool UpperBound; member
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc323 TEST_F(NonMutatingTest, UpperBound) { in TEST_F()

Completed in 52 milliseconds