/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 94 bool NoUseAfterLastDef(unsigned Reg, MachineBasicBlock *MBB, unsigned Dist, 98 unsigned Dist); 102 unsigned Dist); 106 unsigned RegB, unsigned RegC, unsigned Dist); 113 unsigned RegA, unsigned RegB, unsigned Dist); 118 MachineBasicBlock *MBB, unsigned Dist); 121 MachineFunction::iterator &mbbi, unsigned Dist); 127 unsigned Dist, 342 MachineBasicBlock *MBB, unsigned Dist, in NoUseAfterLastDef() argument 345 unsigned LastUse = Dist; in NoUseAfterLastDef() [all …]
|
D | LiveVariables.cpp | 198 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local 199 if (Dist > LastDefDist) { in FindLastPartialDef() 202 LastDefDist = Dist; in FindLastPartialDef() 295 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local 296 if (Dist > LastPartDefDist) in FindLastRefOrPartRef() 297 LastPartDefDist = Dist; in FindLastRefOrPartRef() 299 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local 300 if (Dist > LastRefOrPartRefDist) { in FindLastRefOrPartRef() 301 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef() 344 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local [all …]
|
D | ExecutionDepsFix.cpp | 61 unsigned Dist; member 98 Refs = AvailableDomains = Dist = 0; in clear() 172 dv->Dist = Distance; in Alloc() 266 A->Dist = std::max(A->Dist, B->Dist); in Merge() 392 else if (dv->Dist < (*i)->Dist) { in visitSoftInstr() 422 dv->Dist = Distance; in visitSoftInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 99 DitheringDistributer(Distribution &Dist, const BlockMass &Mass); 106 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer() argument 108 Dist.normalize(); in DitheringDistributer() 109 RemWeight = Dist.Total; in DitheringDistributer() 291 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist() argument 320 Dist.addBackedge(Resolved, Weight); in addToDist() 326 Dist.addExit(Resolved, Weight); in addToDist() 349 Dist.addLocal(Resolved, Weight); in addToDist() 354 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist() argument 357 if (!addToDist(Dist, OuterLoop, Loop.getHeader(), I.first, in addLoopSuccessorsToDist() [all …]
|
D | LoopAccessAnalysis.cpp | 1334 const SCEV &Dist, uint64_t Stride, in isSafeDependenceDistance() argument 1358 const SCEV *CastedDist = &Dist; in isSafeDependenceDistance() 1360 uint64_t DistTypeSize = DL.getTypeAllocSize(Dist.getType()); in isSafeDependenceDistance() 1367 CastedProduct = SE.getZeroExtendExpr(Product, Dist.getType()); in isSafeDependenceDistance() 1369 CastedDist = SE.getNoopOrSignExtend(&Dist, Product->getType()); in isSafeDependenceDistance() 1459 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src); in isDependent() local 1464 << *InstMap[BIdx] << ": " << *Dist << "\n"); in isDependent() 1479 const SCEVConstant *C = dyn_cast<SCEVConstant>(Dist); in isDependent() 1483 *(PSE.getBackedgeTakenCount()), *Dist, Stride, in isDependent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 132 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef); 135 MachineInstr *MI, unsigned Dist); 138 unsigned RegBIdx, unsigned RegCIdx, unsigned Dist); 144 unsigned RegA, unsigned RegB, unsigned Dist); 146 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI); 158 unsigned Dist, bool shouldOnlyCommute); 164 unsigned Dist); 173 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist); 385 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() argument 388 unsigned LastUse = Dist; in noUseAfterLastDef() [all …]
|
D | LiveVariables.cpp | 202 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() 300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local 301 if (Dist > LastRefOrPartRefDist) { in FindLastRefOrPartRef() 302 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef() 345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local [all …]
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 107 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef); 110 MachineInstr *MI, unsigned Dist); 113 unsigned RegBIdx, unsigned RegCIdx, unsigned Dist); 119 unsigned RegA, unsigned RegB, unsigned Dist); 121 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI); 133 unsigned Dist, bool shouldOnlyCommute); 139 unsigned Dist); 147 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist); 356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() argument 359 unsigned LastUse = Dist; in noUseAfterLastDef() [all …]
|
D | LiveVariables.cpp | 202 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() 300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local 301 if (Dist > LastRefOrPartRefDist) { in FindLastRefOrPartRef() 302 LastRefOrPartRefDist = Dist; in FindLastRefOrPartRef() 345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local [all …]
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 78 DitheringDistributer(Distribution &Dist, const BlockMass &Mass); 85 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer() argument 87 Dist.normalize(); in DitheringDistributer() 88 RemWeight = Dist.Total; in DitheringDistributer() 266 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist() argument 295 Dist.addBackedge(Resolved, Weight); in addToDist() 301 Dist.addExit(Resolved, Weight); in addToDist() 324 Dist.addLocal(Resolved, Weight); in addToDist() 329 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist() argument 332 if (!addToDist(Dist, OuterLoop, Loop.getHeader(), I.first, in addLoopSuccessorsToDist() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | multinomial_op_gpu.cu.cc | 66 typedef random::UniformDistribution<random::PhiloxRandom, float> Dist; in operator ()() typedef 67 functor::FillPhiloxRandom<GPUDevice, Dist>()(ctx, d, gen, noises.data(), in operator ()() 68 noises.size(), Dist()); in operator ()()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | STLExtras.h | 143 template <typename ItTy, typename Dist> 144 inline ItTy next(ItTy it, Dist n) in next() 156 template <typename ItTy, typename Dist> 157 inline ItTy prior(ItTy it, Dist n) in prior()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 442 Distribution &Dist); 451 bool addToDist(Distribution &Dist, const LoopData *OuterLoop, 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)) [all …]
|
/external/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 49 unsigned Dist = 0; in isBaseOf() local 52 ++Dist; in isBaseOf() 55 *Distance = Dist; in isBaseOf()
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 244 int64_t &AddrDispShift, int &Dist); 308 int64_t &AddrDispShift, int &Dist) { in chooseBestLEA() argument 350 Dist = DistTemp; in chooseBestLEA() 489 int Dist; in removeRedundantAddrCalc() local 491 Dist)) in removeRedundantAddrCalc() 500 if (Dist < 0) { in removeRedundantAddrCalc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.h | 76 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
|
D | HexagonHardwareLoops.cpp | 782 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 263 int64_t &AddrDispShift, int &Dist); 335 int64_t &AddrDispShift, int &Dist) { in chooseBestLEA() argument 377 Dist = DistTemp; in chooseBestLEA() 516 int Dist; in removeRedundantAddrCalc() local 518 Dist)) in removeRedundantAddrCalc() 527 if (Dist < 0) { in removeRedundantAddrCalc()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 743 int64_t Dist = EndV - StartV; in computeCount() local 744 if (Dist == 0) in computeCount() 747 bool Exact = (Dist % IVBump) == 0; in computeCount() 752 if ((Dist < 0) ^ (IVBump < 0)) in computeCount() 759 Dist = Dist > 0 ? Dist+1 : Dist-1; in computeCount() 765 if ((CmpLess && Dist < 0) || (CmpGreater && Dist > 0)) in computeCount() 769 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount() 770 : (-Dist + (-IVBump - 1)) / (-IVBump); in computeCount()
|
/external/llvm/include/llvm/Analysis/ |
D | BlockFrequencyInfoImpl.h | 400 Distribution &Dist); 409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop, 444 Distribution &Dist); 1199 Distribution Dist; 1202 if (!addLoopSuccessorsToDist(OuterLoop, *Loop, Dist)) 1209 if (!addToDist(Dist, OuterLoop, Node, getNode(*SI), 1217 distributeMass(Node, OuterLoop, Dist);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 92 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local 94 const APInt &Val = Dist->getAPInt(); in isDependenceDistanceOfOne()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 120 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local 122 const APInt &Val = Dist->getAPInt(); in isDependenceDistanceOfOne()
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 402 std::uniform_int_distribution<short> Dist(10, 99); in shuffleValueUseLists() local 408 auto I = Dist(Gen); in shuffleValueUseLists()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 401 std::uniform_int_distribution<short> Dist(10, 99); in shuffleValueUseLists() local 407 auto I = Dist(Gen); in shuffleValueUseLists()
|
/external/u-boot/arch/arm/dts/ |
D | fsl-ls1088a.dtsi | 22 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
|