Home
last modified time | relevance | path

Searched defs:Dist (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/fuzzing/
Drandom.pass.cpp90 using Dist = std::poisson_distribution<IntT>; typedef
106 using Dist = std::geometric_distribution<IntT>; typedef
122 using Dist = std::lognormal_distribution<IntT>; typedef
138 using Dist = std::bernoulli_distribution; typedef
/external/llvm/lib/CodeGen/
DLiveVariables.cpp202 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
296 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local
345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local
356 unsigned Dist = DistanceMap[Use]; in HandlePhysRegKill() local
577 unsigned Dist = 0; in runOnBlock() local
DTwoAddressInstructionPass.cpp356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef()
547 MachineInstr *MI, unsigned Dist) { in isProfitableToCommute()
646 unsigned Dist) { in commuteInstruction()
694 unsigned Dist) { in convertInstTo3Addr()
981 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose()
1162 unsigned Dist) { in tryInstructionCommute()
1212 unsigned Dist, bool shouldOnlyCommute) { in tryInstructionTransform()
1445 unsigned &Dist) { in processTiedPairs()
1630 unsigned Dist = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.cpp202 unsigned Dist = DistanceMap[Def]; in FindLastPartialDef() local
296 unsigned Dist = DistanceMap[Def]; in FindLastRefOrPartRef() local
300 unsigned Dist = DistanceMap[Use]; in FindLastRefOrPartRef() local
345 unsigned Dist = DistanceMap[Def]; in HandlePhysRegKill() local
356 unsigned Dist = DistanceMap[Use]; in HandlePhysRegKill() local
575 unsigned Dist = 0; in runOnBlock() local
DTwoAddressInstructionPass.cpp384 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef()
584 MachineInstr *MI, unsigned Dist) { in isProfitableToCommute()
684 unsigned Dist) { in commuteInstruction()
732 unsigned Dist) { in convertInstTo3Addr()
1024 bool TwoAddressInstructionPass::isDefTooClose(unsigned Reg, unsigned Dist, in isDefTooClose()
1204 unsigned Dist) { in tryInstructionCommute()
1272 unsigned Dist, bool shouldOnlyCommute) { in tryInstructionTransform()
1504 unsigned &Dist) { in processTiedPairs()
1697 unsigned Dist = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp105 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer()
290 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist()
353 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
427 Distribution &Dist) { in distributeMass()
815 Distribution Dist; in adjustLoopHeaderMass() local
842 void BlockFrequencyInfoImplBase::distributeIrrLoopHeaderMass(Distribution &Dist) { in distributeIrrLoopHeaderMass()
DLoopAccessAnalysis.cpp1353 const SCEV &Dist, uint64_t Stride, in isSafeDependenceDistance()
1478 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src); in isDependent() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp85 DitheringDistributer::DitheringDistributer(Distribution &Dist, in DitheringDistributer()
266 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist, in addToDist()
329 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) { in addLoopSuccessorsToDist()
402 Distribution &Dist) { in distributeMass()
771 Distribution Dist; in adjustLoopHeaderMass() local
DLoopAccessAnalysis.cpp1215 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src); in isDependent() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dgradient_paint.inl34 tvec2<T, P> Dist = Point1 - Point0; local
/external/tensorflow/tensorflow/core/kernels/
Dmultinomial_op_gpu.cu.cc68 typedef random::UniformDistribution<random::PhiloxRandom, float> Dist; in operator ()() typedef
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp308 int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
489 int Dist; in removeRedundantAddrCalc() local
/external/go-cmp/cmp/internal/diff/
Ddiff.go82 func (es EditScript) Dist() int { return len(es) - es.stats().NI } func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp343 MachineInstr *&BestLEA, int64_t &AddrDispShift, int &Dist) { in chooseBestLEA()
531 int Dist; in removeRedundantAddrCalc() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.h101 DenseMap<const MachineInstr*,unsigned> &Dist; member
105 DenseMap<const MachineInstr*,unsigned> Dist; member
DHexagonHardwareLoops.cpp782 int64_t Dist = EndV - StartV; in computeCount() local
/external/clang/lib/AST/
DASTTypeTraits.cpp49 unsigned Dist = 0; in isBaseOf() local
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp92 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp402 std::uniform_int_distribution<short> Dist(10, 99); in shuffleValueUseLists() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp125 auto *Dist = cast<SCEVConstant>( in isDependenceDistanceOfOne() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp386 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers() local
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3442 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI()
3465 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp1839 int64_t Dist = MAddr.Offset - MAddrNext.Offset; in promoteConstantOffsetToImm() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4017 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI()
4040 unsigned &UseIdx, unsigned &Dist) { in getBundledUseMI()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp743 int64_t Dist = EndV - StartV; in computeCount() local

12