Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp175 unsigned Dist);
269 unsigned LastUse = Dist; in noUseAfterLastDef()
283 return !(LastUse > LastDef && LastUse < Dist); in noUseAfterLastDef()
623 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
629 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()
743 Dist--; in convertInstTo3Addr()
1212 Dist)) { in tryInstructionCommute()
1426 Dist--; in tryInstructionTransform()
1548 DistanceMap[MI] = ++Dist; in processTiedPairs()
1787 unsigned Dist = 0; in runOnMachineFunction() local
[all …]
H A DLiveVariables.cpp198 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
199 if (Dist > LastDefDist) { in FindLastPartialDef()
202 LastDefDist = Dist; in FindLastPartialDef()
287 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
288 if (Dist > LastPartDefDist) in FindLastRefOrPartRef()
289 LastPartDefDist = Dist; in FindLastRefOrPartRef()
293 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef()
336 if (Dist > LastPartDefDist) { in HandlePhysRegKill()
337 LastPartDefDist = Dist; in HandlePhysRegKill()
347 LastRefOrPartRefDist = Dist; in HandlePhysRegKill()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp129 Dist.normalize(); in DitheringDistributer()
130 RemWeight = Dist.Total; in DitheringDistributer()
341 Dist.addBackedge(Resolved, Weight); in addToDist()
347 Dist.addExit(Resolved, Weight); in addToDist()
370 Dist.addLocal(Resolved, Weight); in addToDist()
454 DitheringDistributer D(Dist, Mass); in distributeMass()
456 for (const Weight &W : Dist.Weights) { in distributeMass()
837 Distribution Dist; in adjustLoopHeaderMass() local
852 DitheringDistributer D(Dist, LoopMass); in adjustLoopHeaderMass()
856 for (const Weight &W : Dist.Weights) { in adjustLoopHeaderMass()
[all …]
H A DLoopAccessAnalysis.cpp1615 int Dist = Val / Size; in getPointersDiff() local
1619 if (!StrictCheck || Dist * Size == Val) in getPointersDiff()
1620 return Dist; in getPointersDiff()
1845 const SCEV *CastedDist = &Dist; in isSafeDependenceDistance()
1847 uint64_t DistTypeSizeBits = DL.getTypeSizeInBits(Dist.getType()); in isSafeDependenceDistance()
1854 CastedProduct = SE.getZeroExtendExpr(Product, Dist.getType()); in isSafeDependenceDistance()
1967 const SCEV *Dist = SE.getMinusSCEV(Sink, Src); in getDependenceDistanceStrideAndSize() local
1972 << ": " << *Dist << "\n"); in getDependenceDistanceStrideAndSize()
2014 const auto &[Dist, Stride, TypeByteSize, AIsWrite, BIsWrite] = in isDependent()
2020 if (!isa<SCEVCouldNotCompute>(Dist) && HasSameSize && in isDependent()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h75 UseQueueType() : Uses(Dist) {} in UseQueueType()
95 Dist.clear(); in reset()
99 Cmp(DenseMap<const MachineInstr*,unsigned> &Map) : Dist(Map) {} in Cmp()
101 DenseMap<const MachineInstr*,unsigned> &Dist; member
105 DenseMap<const MachineInstr*,unsigned> Dist; member
H A DHexagonHardwareLoops.cpp786 int64_t Dist = EndV - StartV; in computeCount() local
787 if (Dist == 0) in computeCount()
790 bool Exact = (Dist % IVBump) == 0; in computeCount()
795 if ((Dist < 0) ^ (IVBump < 0)) in computeCount()
802 Dist = Dist > 0 ? Dist+1 : Dist-1; in computeCount()
808 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount()
812 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount()
813 : (-Dist + (-IVBump - 1)) / (-IVBump); in computeCount()
H A DHexagonISelDAGToDAGHVX.cpp1575 if (auto Dist = rotationDistance(SM, VecLen)) { in shuffs1() local
1576 OpRef Rotate = funnels(Va, Va, *Dist, Results); in shuffs1()
2051 std::optional<int> Dist; in rotationDistance() local
2056 if (Dist) { in rotationDistance()
2057 if ((I + *Dist) % static_cast<int>(WrapAt) != M) in rotationDistance()
2063 Dist = M - I; in rotationDistance()
2064 if (Dist < 0) in rotationDistance()
2065 Dist = *Dist + WrapAt; in rotationDistance()
2068 return Dist; in rotationDistance()
2089 if (auto Dist = rotationDistance(SM, 2 * VecLen)) { in contracting() local
[all …]
H A DBitTracker.cpp782 auto F = Dist.find(MI); in operator ()()
783 if (F != Dist.end()) in operator ()()
788 Dist.insert(std::make_pair(MI, D)); in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp473 int Dist; in adjustBranch() local
479 Dist = SoFarNumInsns[CondTargetBB] - CondTargetBB->size() - CurrNumInsns; in adjustBranch()
480 if (in16BitRange(Dist)) in adjustBranch()
558 Dist = SoFarNumInsns[CondTargetBB] - CondTargetBB->size() - CurrNumInsns; in adjustBranch()
559 if (!in16BitRange(Dist)) { in adjustBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp271 int64_t &AddrDispShift, int &Dist);
341 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA() argument
383 Dist = DistTemp; in chooseBestLEA()
527 int Dist; in removeRedundantAddrCalc() local
528 if (!chooseBestLEA(Insns->second, MI, DefMI, AddrDispShift, Dist)) in removeRedundantAddrCalc()
537 if (Dist < 0) { in removeRedundantAddrCalc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h447 Distribution &Dist);
485 Distribution &Dist);
500 void distributeIrrLoopHeaderMass(Distribution &Dist);
1259 Distribution Dist;
1283 Dist.addLocal(HeaderNode, HeaderWeightValue);
1302 Dist.addLocal(HeaderNode, MinWeight);
1304 distributeIrrLoopHeaderMass(Dist);
1694 Distribution Dist;
1697 if (!addLoopSuccessorsToDist(OuterLoop, *Loop, Dist))
1706 Dist, OuterLoop, Node, getNode(*SI),
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp81 unsigned Dist = 0; in isBaseOf() local
84 ++Dist; in isBaseOf()
87 *Distance = Dist; in isBaseOf()
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DMANIFEST1 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
H A DMETA.yml19 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
H A DChanges44 the Dist::Zilla generated LICENSE file.
47 with Dist::Zilla and avoids maintenance issue of updating the tests for
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp163 const uint64_t Dist = DstAddr - (SrcAddr + SrcSize); in extTSPScore() local
164 return jumpExtTSPScore(Dist, ForwardDistance, Count, in extTSPScore()
169 const uint64_t Dist = SrcAddr + SrcSize - DstAddr; in extTSPScore() local
170 return jumpExtTSPScore(Dist, BackwardDistance, Count, in extTSPScore()
1296 uint64_t Dist = SrcAddr <= DstAddr ? DstAddr - SrcAddr : SrcAddr - DstAddr; in distScore() local
1297 double D = Dist == 0 ? 0.1 : static_cast<double>(Dist); in distScore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp129 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local
131 const APInt &Val = Dist->getAPInt(); in isDependenceDistanceOfOne()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp183 Distro Dist(FS, llvm::Triple(llvm::sys::getProcessTriple())); in CudaInstallationDetector() local
184 if (Dist.IsDebian() || Dist.IsUbuntu()) in CudaInstallationDetector()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8dxl.dtsi87 reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */
H A Dimx8qxp.dtsi156 reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */
H A Dimx8qm.dtsi239 reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */
/freebsd/sys/contrib/device-tree/src/arm64/al/
H A Dalpine-v2.dtsi118 reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */
/freebsd/sys/contrib/device-tree/src/arm64/amazon/
H A Dalpine-v2.dtsi118 reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */
/freebsd/sys/contrib/device-tree/src/arm64/microchip/
H A Dsparx5.dtsi116 reg = <0x6 0x00300000 0x10000>, /* GIC Dist */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1507 APInt Dist = DistRange.getSingleElement()->sextOrTrunc(NewPtrBitWidth); in getConstantOffset() local
1508 return (OffsetB - OffsetA + Dist).sextOrTrunc(OrigBitWidth); in getConstantOffset()

12