HomeSort by relevance Sort by last modified time
    Searched defs:Scale (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 60 unsigned Scale;
73 : BaseType(RegBase), Base_FrameIndex(0), Scale(1), IndexReg(), Disp(0),
112 << " Scale" << Scale << '\n'
206 SDValue &Scale, SDValue &Index, SDValue &Disp,
210 SDValue &Scale, SDValue &Index, SDValue &Disp,
213 SDValue &Scale, SDValue &Index, SDValue &Disp,
216 SDValue &Scale, SDValue &Index, SDValue &Disp,
219 SDValue &Base, SDValue &Scale,
225 SDValue &Base, SDValue &Scale,
    [all...]
X86FastISel.cpp 626 // Now construct the final address. Note that the Disp, Scale,
641 assert(AM.Scale == 1 && "Scale with no index!");
727 unsigned Scale = AM.Scale;
730 // folded, and one dynamic index can be handled, if the scale is supported.
741 // constant scale size. See if we can push the scale into immediates.
762 Scale = S;
778 AM.Scale = Scale
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 147 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
424 Addend0.Scale(Coeff);
427 Addend1.Scale(Coeff);
    [all...]
InstCombineCasts.cpp 26 /// X*Scale+Offset.
28 static Value *DecomposeSimpleLinearExpr(Value *Val, unsigned &Scale,
32 Scale = 0;
40 Scale = 1;
48 Scale = UINT64_C(1) << RHS->getZExtValue();
55 Scale = RHS->getZExtValue();
67 Scale = SubScale;
74 Scale = 1;
115 // See if we can satisfy the modulus by pulling a scale out of the array
122 // If we can now satisfy the modulus, by using a non-1 scale, we really ca
    [all...]
InstructionCombining.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 11 #include "third_party/libyuv/include/libyuv/scale.h"
160 // Down scale from 4 to 3 pixels. Use the neon multilane read/write
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 392 static D2D1FORCEINLINE Matrix3x2F Scale(D2D1_SIZE_F size, D2D1_POINT_2F center = D2D1::Point2F()) {
393 return Scale(size.width, size.height, center);
396 static D2D1FORCEINLINE Matrix3x2F Scale(FLOAT x, FLOAT y, D2D1_POINT_2F center = D2D1::Point2F()) {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 177 // Shadow = (Mem >> scale) + (1 << offset_log)
178 static cl::opt<int> ClMappingScale("asan-mapping-scale",
179 cl::desc("scale of asan shadow mapping"), cl::Hidden, cl::init(0));
299 /// shadow = (mem >> Scale) ADD-or-OR Offset.
301 int Scale;
342 Mapping.Scale = kDefaultShadowScale;
344 Mapping.Scale = ClMappingScale;
432 return RedzoneSizeForScale(Mapping.Scale);
490 StackAlignment(1 << Mapping.Scale) {}
625 // Shadow >> scale
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 237 /// The scale of any complex addressing.
238 int64_t Scale;
243 /// 2. ScaledReg != NULL implies Scale != 1 || !BaseRegs.empty().
253 /// when Scale is not zero.
262 : BaseGV(nullptr), BaseOffset(0), HasBaseReg(false), Scale(0),
371 return Scale != 1 || !BaseRegs.empty();
390 Scale = 1;
398 /// \brief Get rid of the scale in the formula.
400 /// \return true if it was possible to get rid of the scale, false otherwise.
403 if (Scale != 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
2375 def scale(self, *args): member in class:Canvas
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
2375 def scale(self, *args): member in class:Canvas
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1659 milliseconds

1 2 34