/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 321 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 D | LowerSwitch.cpp | 107 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 D | ScheduleDAG.cpp | 549 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 D | R600FrameLowering.cpp | 35 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 D | LoopUnrollPass.h | 106 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 D | LoopUnrollPass.cpp | 205 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 D | MemorySSA.cpp | 1411 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 D | DependenceAnalysis.cpp | 547 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 D | InlineCost.cpp | 414 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 D | ScalarEvolution.cpp | 7763 const SCEV *UpperBound = 7765 return ExitLimit(getCouldNotCompute(), UpperBound, false);
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_ladspa.c | 140 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 D | InstructionSelectorImpl.h | 160 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 D | ladspa.h | 195 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 D | pcm_ladspa.c | 519 + 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 D | ladspa.h | 194 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 D | module-ladspa-sink.c | 858 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 D | Scalar.h | 195 int Runtime = -1, int UpperBound = -1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 710 void DFS(const SUnit *SU, int UpperBound, bool& HasLoop); 714 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
|
H A D | BasicTTIImpl.h | 494 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 D | DWARFContext.cpp | 1045 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 D | ARMTargetTransformInfo.cpp | 1262 UP.UpperBound = true; in getUnrollingPreferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 490 bool UpperBound; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 323 TEST_F(NonMutatingTest, UpperBound) { in TEST_F()
|