HomeSort by relevance Sort by last modified time
    Searched refs:Dist (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
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,
345 unsigned LastUse = Dist;
    [all...]
ExecutionDepsFix.cpp 61 unsigned Dist;
98 Refs = AvailableDomains = Dist = 0;
172 dv->Dist = Distance;
266 A->Dist = std::max(A->Dist, B->Dist);
392 else if (dv->Dist < (*i)->Dist) {
422 dv->Dist = Distance;
LiveVariables.cpp 198 unsigned Dist = DistanceMap[Def];
199 if (Dist > LastDefDist) {
202 LastDefDist = Dist;
295 unsigned Dist = DistanceMap[Def];
296 if (Dist > LastPartDefDist)
297 LastPartDefDist = Dist;
299 unsigned Dist = DistanceMap[Use];
300 if (Dist > LastRefOrPartRefDist) {
301 LastRefOrPartRefDist = Dist;
344 unsigned Dist = DistanceMap[Def]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
doc.go 5 // Dist helps bootstrap, build, and test the Go distribution.
8 // go tool dist [command]
  /prebuilts/go/linux-x86/src/cmd/dist/
doc.go 5 // Dist helps bootstrap, build, and test the Go distribution.
8 // go tool dist [command]
  /external/llvm/lib/CodeGen/
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,
359 unsigned LastUse = Dist;
    [all...]
LiveVariables.cpp 202 unsigned Dist = DistanceMap[Def];
203 if (Dist > LastDefDist) {
206 LastDefDist = Dist;
296 unsigned Dist = DistanceMap[Def];
297 if (Dist > LastPartDefDist)
298 LastPartDefDist = Dist;
300 unsigned Dist = DistanceMap[Use];
301 if (Dist > LastRefOrPartRefDist) {
302 LastRefOrPartRefDist = Dist;
345 unsigned Dist = DistanceMap[Def]
    [all...]
  /external/clang/lib/AST/
ASTTypeTraits.cpp 49 unsigned Dist = 0;
52 ++Dist;
55 *Distance = Dist;
  /external/tensorflow/tensorflow/core/kernels/
multinomial_op_gpu.cu.cc 65 typedef random::UniformDistribution<random::PhiloxRandom, float> Dist;
66 functor::FillPhiloxRandom<GPUDevice, Dist>()(ctx, d, gen, noises.data(),
67 noises.size(), Dist());
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 78 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
85 DitheringDistributer::DitheringDistributer(Distribution &Dist,
87 Dist.normalize();
88 RemWeight = Dist.Total;
266 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist,
295 Dist.addBackedge(Resolved, Weight);
301 Dist.addExit(Resolved, Weight);
324 Dist.addLocal(Resolved, Weight);
329 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) {
330 // Copy the exit map into Dist
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 143 template <typename ItTy, typename Dist>
144 inline ItTy next(ItTy it, Dist n)
156 template <typename ItTy, typename Dist>
157 inline ItTy prior(ItTy it, Dist n)
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 241 /// \p AddrDispShift and \p Dist.
244 int64_t &AddrDispShift, int &Dist);
308 int64_t &AddrDispShift, int &Dist) {
350 Dist = DistTemp;
489 int Dist;
491 Dist))
500 if (Dist < 0) {
  /build/make/core/tasks/
collect_gpl_sources.mk 19 # wiped between dist builds.
28 # Dist the tgz only if we are doing a full build
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 431 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
436 Distribution &Dist);
440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
445 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
475 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
480 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 431 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
436 Distribution &Dist);
440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
445 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
475 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
480 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 431 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
436 Distribution &Dist);
440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
445 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
475 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
480 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 431 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
436 Distribution &Dist);
440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
445 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
475 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
480 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 395 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
400 Distribution &Dist);
404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
409 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
439 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
444 Distribution &Dist);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 431 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
436 Distribution &Dist);
440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
445 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
475 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
480 Distribution &Dist);
    [all...]

Completed in 1088 milliseconds

1 2 3