HomeSort by relevance Sort by last modified time
    Searched defs:Dist (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
ASTTypeTraits.cpp 53 unsigned Dist = 0;
56 ++Dist;
59 *Distance = Dist;
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 62 /// and \p Dist.
65 int64_t &AddrDispShift, int &Dist);
123 int64_t &AddrDispShift, int &Dist) {
168 Dist = DistTemp;
260 int Dist;
261 if (!chooseBestLEA(List, MI, DefMI, AddrDispShift, Dist))
270 if (Dist < 0) {
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 429 LVM_INT32 Tot_Dist,Dist;
432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0];
454 Gain = Gain1+ (((Gain2-Gain1)*Dist)/(Tot_Dist));
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 76 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
83 DitheringDistributer::DitheringDistributer(Distribution &Dist,
85 Dist.normalize();
86 RemWeight = Dist.Total;
260 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist,
289 Dist.addBackedge(Resolved, Weight);
295 Dist.addExit(Resolved, Weight);
318 Dist.addLocal(Resolved, Weight);
323 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) {
324 // Copy the exit map into Dist
    [all...]
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
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...]
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...]
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 83 auto *Dist = cast<SCEVConstant>(
85 const APInt &Val = Dist->getAPInt();
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 391 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
396 Distribution &Dist);
400 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
405 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
435 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
440 Distribution &Dist);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 741 int64_t Dist = EndV - StartV;
742 if (Dist == 0)
745 bool Exact = (Dist % IVBump) == 0;
750 if ((Dist < 0) ^ (IVBump < 0))
757 Dist = Dist > 0 ? Dist+1 : Dist-1;
759 // For the loop to iterate, CmpLess should imply Dist > 0. Similarly,
760 // CmpGreater should imply Dist < 0. These conditions could actuall
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 264 FLOAT Dist;
689 DWORD *face_index, FLOAT *u, FLOAT *v, FLOAT *dist) PURE;
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 378 milliseconds