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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 103 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
106 MachineInstr *MI, unsigned Dist);
109 unsigned RegB, unsigned RegC, unsigned Dist);
115 unsigned RegA, unsigned RegB, unsigned Dist);
117 bool isDefTooClose(unsigned Reg, unsigned Dist, MachineInstr *MI);
129 unsigned Dist, bool shouldOnlyCommute);
138 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist);
314 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist,
317 unsigned LastUse = Dist;
333 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...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 153 template <typename ItTy, typename Dist>
154 inline ItTy next(ItTy it, Dist n)
166 template <typename ItTy, typename Dist>
167 inline ItTy prior(ItTy it, Dist n)
  /build/core/tasks/
collect_gpl_sources.mk 27 # Dist the tgz only if we are doing a full build
29 $(call dist-for-goals, droidcore, $(gpl_source_tgz))
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 136 unsigned Dist = Sub > 0 ? Sub : -Sub;
137 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...]
  /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/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /build/core/
main.mk 751 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
791 # dist_files only for putting your library into the dist directory with a full build.
805 # Dist the installed files if they exist.
807 $(call dist-for-goals,apps_only, $(apps_only_installed_files))
808 # For uninstallable modules such as static Java library, we have to dist the built file,
812 $(call dist-for-goals,apps_only, $(apps_only_dist_built_files))
817 $(call dist-for-goals,apps_only, $(EMMA_META_ZIP))
821 $(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP))
838 $(call dist-for-goals, droidcore, \
851 # Put a copy of the radio/bootloader files in the dist dir
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 2511 milliseconds