Home
last modified time | relevance | path

Searched refs:Dist (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp108 Dist.normalize(); in DitheringDistributer()
109 RemWeight = Dist.Total; in DitheringDistributer()
320 Dist.addBackedge(Resolved, Weight); in addToDist()
326 Dist.addExit(Resolved, Weight); in addToDist()
349 Dist.addLocal(Resolved, Weight); in addToDist()
433 DitheringDistributer D(Dist, Mass); in distributeMass()
435 for (const Weight &W : Dist.Weights) { in distributeMass()
813 Distribution Dist; in adjustLoopHeaderMass() local
828 DitheringDistributer D(Dist, LoopMass); in adjustLoopHeaderMass()
832 for (const Weight &W : Dist.Weights) { in adjustLoopHeaderMass()
[all …]
H A DLoopAccessAnalysis.cpp1341 const SCEV &Dist, uint64_t Stride, in isSafeDependenceDistance() argument
1365 const SCEV *CastedDist = &Dist; in isSafeDependenceDistance()
1367 uint64_t DistTypeSize = DL.getTypeAllocSize(Dist.getType()); in isSafeDependenceDistance()
1374 CastedProduct = SE.getZeroExtendExpr(Product, Dist.getType()); in isSafeDependenceDistance()
1376 CastedDist = SE.getNoopOrSignExtend(&Dist, Product->getType()); in isSafeDependenceDistance()
1466 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src); in isDependent() local
1471 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent()
1486 const SCEVConstant *C = dyn_cast<SCEVConstant>(Dist); in isDependent()
1490 *(PSE.getBackedgeTakenCount()), *Dist, Stride, in isDependent()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp164 unsigned Dist);
388 unsigned LastUse = Dist; in noUseAfterLastDef()
402 return !(LastUse > LastDef && LastUse < Dist); in noUseAfterLastDef()
645 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
651 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
759 DistanceMap.insert(std::make_pair(NewMI, Dist)); in convertInstTo3Addr()
1037 assert(Dist > DefDist && "Visited def already?"); in isDefTooClose()
1241 Dist)) { in tryInstructionCommute()
1575 DistanceMap[MI] = ++Dist; in processTiedPairs()
1698 unsigned Dist = 0; in runOnMachineFunction() local
[all …]
H A DLiveVariables.cpp202 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
203 if (Dist > LastDefDist) { in FindLastPartialDef()
206 LastDefDist = Dist; in FindLastPartialDef()
296 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
297 if (Dist > LastPartDefDist) in FindLastRefOrPartRef()
298 LastPartDefDist = Dist; in FindLastRefOrPartRef()
302 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef()
346 if (Dist > LastPartDefDist) { in HandlePhysRegKill()
347 LastPartDefDist = Dist; in HandlePhysRegKill()
358 LastRefOrPartRefDist = Dist; in HandlePhysRegKill()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h442 Distribution &Dist);
486 Distribution &Dist);
501 void distributeIrrLoopHeaderMass(Distribution &Dist);
1159 Distribution Dist;
1183 Dist.addLocal(HeaderNode, HeaderWeightValue);
1202 Dist.addLocal(HeaderNode, MinWeight);
1204 distributeIrrLoopHeaderMass(Dist);
1312 Distribution Dist;
1315 if (!addLoopSuccessorsToDist(OuterLoop, *Loop, Dist))
1324 Dist, OuterLoop, Node, getNode(*SI),
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp50 unsigned Dist = 0; in isBaseOf() local
53 ++Dist; in isBaseOf()
56 *Distance = Dist; in isBaseOf()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.h76 UseQueueType() : Uses(Dist) {} in UseQueueType()
96 Dist.clear(); in reset()
100 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp()
102 DenseMap<const MachineInstr*,unsigned> &Dist; member
106 DenseMap<const MachineInstr*,unsigned> Dist; member
H A DHexagonHardwareLoops.cpp782 int64_t Dist = EndV - StartV; in computeCount() local
783 if (Dist == 0) in computeCount()
786 bool Exact = (Dist % IVBump) == 0; in computeCount()
791 if ((Dist < 0) ^ (IVBump < 0)) in computeCount()
798 Dist = Dist > 0 ? Dist+1 : Dist-1; in computeCount()
804 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount()
808 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount()
809 : (-Dist + (-IVBump - 1)) / (-IVBump); in computeCount()
H A DBitTracker.cpp783 auto F = Dist.find(MI); in operator ()()
784 if (F != Dist.end()) in operator ()()
789 Dist.insert(std::make_pair(MI, D)); in operator ()()
H A DHexagonLoopIdiomRecognition.cpp2206 Value *Dist = Builder.CreateSub(LowA, HighA); in processCopyingStore() local
2207 Value *CmpD = Builder.CreateICmpSLE(NumBytes, Dist); in processCopyingStore()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp263 int64_t &AddrDispShift, int &Dist);
335 int64_t &AddrDispShift, int &Dist) { in chooseBestLEA() argument
377 Dist = DistTemp; in chooseBestLEA()
521 int Dist; in removeRedundantAddrCalc() local
522 if (!chooseBestLEA(Insns->second, MI, DefMI, AddrDispShift, Dist)) in removeRedundantAddrCalc()
531 if (Dist < 0) { in removeRedundantAddrCalc()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp120 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local
122 const APInt &Val = Dist->getAPInt(); in isDependenceDistanceOfOne()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1367 int64_t Dist = MAddr.Offset - MAddrNext.Offset; in promoteConstantOffsetToImm() local
1370 AM.BaseOffs = Dist; in promoteConstantOffsetToImm()
1372 (uint32_t)std::abs(Dist) > MaxDist) { in promoteConstantOffsetToImm()
1373 MaxDist = std::abs(Dist); in promoteConstantOffsetToImm()
/freebsd-12.1/sys/gnu/dts/arm64/al/
H A Dalpine-v2.dtsi118 reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp371 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers() local
372 if (C == Dist) in areConsecutivePointers()
/freebsd-12.1/sys/gnu/dts/arm64/freescale/
H A Dfsl-ls1028a.dtsi97 reg= <0x0 0x06000000 0 0x10000>, /* GIC Dist */
H A Dimx8qxp.dtsi70 reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */
H A Dimx8mq.dtsi663 reg = <0x38800000 0x10000>, /* GIC Dist */
H A Dfsl-ls208xa.dtsi49 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
H A Dfsl-ls1088a.dtsi114 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
H A Dfsl-lx2160a.dtsi330 reg = <0x0 0x06000000 0 0x10000>, // GIC Dist
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3813 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI() argument
3814 Dist = 0; in getBundledDefMI()
3826 ++Dist; in getBundledDefMI()
3836 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI() argument
3837 Dist = 0; in getBundledUseMI()
3850 ++Dist; in getBundledUseMI()
3855 Dist = 0; in getBundledUseMI()
/freebsd-12.1/sys/contrib/zlib/doc/
H A Drfc1951.txt642 Code Bits Dist Code Bits Dist Code Bits Distance
/freebsd-12.1/sys/gnu/dts/arm64/apm/
H A Dapm-shadowcat.dtsi124 reg = <0x0 0x78090000 0x0 0x10000>, /* GIC Dist */
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4995 APInt Dist = Val - PrevVal; in SwitchLookupTable() local
4997 DistToPrev = Dist; in SwitchLookupTable()
4998 } else if (Dist != DistToPrev) { in SwitchLookupTable()

12