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

  /external/clang/lib/AST/
ASTTypeTraits.cpp 53 unsigned Dist = 0;
56 ++Dist;
59 *Distance = Dist;
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 86 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
92 DitheringDistributer::DitheringDistributer(Distribution &Dist,
94 Dist.normalize();
95 RemWeight = Dist.Total;
261 bool BlockFrequencyInfoImplBase::addToDist(Distribution &Dist,
290 Dist.addBackedge(OuterLoop->getHeader(), Weight);
296 Dist.addExit(Resolved, Weight);
319 Dist.addLocal(Resolved, Weight);
324 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) {
325 // Copy the exit map into Dist
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 104 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
107 MachineInstr *MI, unsigned Dist);
110 unsigned RegB, unsigned RegC, unsigned Dist);
116 unsigned RegA, unsigned RegB, unsigned Dist);
118 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
130 unsigned Dist, bool shouldOnlyCommute);
139 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist);
315 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
318 unsigned LastUse = Dist;
332 return !(LastUse > LastDef && 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...]
  /build/core/tasks/
collect_gpl_sources.mk 28 # Dist the tgz only if we are doing a full build
30 $(call dist-for-goals, droidcore, $(gpl_source_tgz))
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 138 unsigned Dist = Sub > 0 ? Sub : -Sub;
139 if (Dist > MAX_LOOP_DISTANCE) {
HexagonHardwareLoops.cpp 656 int64_t Dist = EndV - StartV;
657 if (Dist == 0)
660 bool Exact = (Dist % IVBump) == 0;
665 if ((Dist < 0) ^ (IVBump < 0))
672 Dist = Dist > 0 ? Dist+1 : Dist-1;
674 // assert (CmpLess => Dist > 0);
675 assert ((!CmpLess || Dist > 0) && "Loop should never iterate!")
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 390 /// Adds all edges from LocalLoopHead to Dist. Calls addToDist() to add each
395 Distribution &Dist);
399 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
404 bool addToDist(Distribution &Dist, const LoopData *OuterLoop,
434 /// Distributes the mass in Source according to Dist. If LoopHead.isValid(),
439 Distribution &Dist);
    [all...]
  /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/include/llvm/Object/
ELF.h 199 Elf_Sym_Iter operator+(difference_type Dist) {
202 Current.setPointer(Current.getPointer() + EntitySize * Dist);
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /build/core/
main.mk 867 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [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/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 4164 milliseconds