Searched refs:Scale (Results 1 - 25 of 85) sorted by relevance

1234

/external/skia/include/core/
H A DSkUnPreMultiply.h20 typedef uint32_t Scale; typedef in class:SkUnPreMultiply
23 static const Scale* GetScaleTable() {
27 static Scale GetScale(U8CPU alpha) {
34 const Scale* table = SkUnPreMultiply::GetScaleTable();
38 SkUnPreMultiply::Scale scale = table[a];
45 static U8CPU ApplyScale(Scale scale, U8CPU component) {
/external/llvm/lib/Target/X86/
H A DX86InstrBuilder.h20 // (Operand), Base, Scale, Index, Displacement.
48 unsigned Scale; member in struct:llvm::X86AddressMode
55 : BaseType(RegBase), Scale(1), IndexReg(0), Disp(0), GV(0), GVOpFlags(0) {
61 assert(Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8);
71 MO.push_back(MachineOperand::CreateImm(Scale));
124 assert(AM.Scale == 1 || AM.Scale
[all...]
H A DX86ISelDAGToDAG.cpp62 unsigned Scale; member in struct:__anon9020::X86ISelAddressMode
75 : BaseType(RegBase), Base_FrameIndex(0), Scale(1), IndexReg(), Disp(0),
112 << " Scale" << Scale << '\n' local
205 SDValue &Scale, SDValue &Index, SDValue &Disp,
208 SDValue &Scale, SDValue &Index, SDValue &Disp,
211 SDValue &Scale, SDValue &Index, SDValue &Disp,
214 SDValue &Base, SDValue &Scale,
220 SDValue &Base, SDValue &Scale,
233 SDValue &Scale, SDValu
232 getAddressOperands(X86ISelAddressMode &AM, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1276 SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1319 SelectScalarSSELoad(SDNode *Root, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment, SDValue &PatternNodeWithChain) argument
1360 SelectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1422 SelectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1446 TryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
1967 ConstantSDNode *Scale = dyn_cast<ConstantSDNode>(Node->getOperand(6)); local
2591 SDValue Base, Scale, Index, Disp, Segment; local
[all...]
/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp32 getSumForBlock(const MachineBasicBlock *MBB, uint32_t &Scale) const {
38 Scale = 1;
52 Scale = (Sum / UINT32_MAX) + 1;
57 Sum += Weight / Scale;
109 uint32_t Scale = 1; local
110 uint32_t D = getSumForBlock(Src, Scale);
111 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
H A DSpillPlacement.cpp70 /// Scale - Inverse block frequency feeding into[0] or out of[1] the bundle.
74 float Scale[2]; member in struct:SpillPlacement::Node
110 Scale[0] = Scale[1] = 0;
124 w *= Scale[out];
140 w *= Scale[out];
185 nodes[bundles->getBundle(Num, 1)].Scale[0] += Freq;
186 nodes[bundles->getBundle(Num, 0)].Scale[1] += Freq;
192 if (nodes[i].Scale[d] > 0)
193 nodes[i].Scale[
[all...]
/external/libyuv/files/include/libyuv/
H A Dscale.h49 int Scale(const uint8* src, int src_width, int src_height,
54 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
/external/llvm/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h46 (HasBaseReg == O.HasBaseReg) && (Scale == O.Scale);
97 bool MatchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth);
H A DLocal.h209 Constant *Scale = ConstantInt::get(IntPtrTy, Size); local
211 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
213 Result = Builder->CreateAdd(Result, Scale, GEP->getName()+".offs");
/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp48 if (Scale) {
50 << Scale << "*";
66 /// MatchScaledValue - Try adding ScaleReg*Scale to the current addressing mode.
69 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, argument
71 // If Scale is 1, then this is the same as adding ScaleReg to the addressing
73 if (Scale == 1)
77 if (Scale == 0)
82 if (AddrMode.Scale != 0 && AddrMode.ScaledReg != ScaleReg)
89 TestAddrMode.Scale += Scale;
[all...]
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp130 int64_t Scale; member in struct:__anon8584::VariableGEPIndex
134 Scale == Other.Scale;
152 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, argument
159 Scale = 1;
175 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
180 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
183 Scale *= RHSC->getValue();
186 V = GetLinearExpression(BOp->getOperand(0), Scale, Offset, Extension,
189 Scale <<
312 uint64_t Scale = TD->getTypeAllocSize(*GTI); local
378 int64_t Scale = Src[i].Scale; local
[all...]
/external/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp144 unsigned NumBits, unsigned Scale) {
146 unsigned Chunk = ((1 << NumBits) - 1) * Scale;
153 Scale = 1; // Followed by a number of tADDi8.
154 Chunk = ((1 << NumBits) - 1) * Scale;
181 unsigned Scale = 1;
189 Scale = 4;
202 Scale = 4;
215 Scale = 4;
224 unsigned NumMIs = calcNumMI(Opc, ExtraOpc, Bytes, NumBits, Scale);
254 unsigned Chunk = ((1 << NumBits) - 1) * Scale;
143 calcNumMI(int Opc, int ExtraOpc, unsigned Bytes, unsigned NumBits, unsigned Scale) argument
488 unsigned Scale = 4; variable
[all...]
H A DARMConstantIslandPass.cpp671 unsigned Scale = 1; local
685 Scale = 4;
691 Scale = 2;
695 Scale = 2;
701 Scale = 2;
705 Scale = 2;
710 unsigned MaxOffs = ((1 << (Bits-1))-1) * Scale;
728 unsigned Scale = 1; local
743 Scale = 4;
753 Scale
1701 unsigned Scale = 1; local
1755 unsigned Scale = 1; local
[all...]
H A DThumb2InstrInfo.cpp488 unsigned Scale = 1;
510 Scale = 4;
512 assert((Offset & (Scale-1)) == 0 && "Can't encode this offset!");
528 int ImmedOffset = Offset / Scale;
530 if ((unsigned)Offset <= Mask * Scale) {
559 Offset &= ~(Mask*Scale);
H A DARMBaseRegisterInfo.cpp807 int Scale = 1; local
814 Scale = 1;
822 Scale = 4;
842 Scale = 4;
849 return InstrOffs * Scale;
1009 unsigned Scale = 1; local
1016 Scale = 1;
1027 Scale = 4;
1038 Scale = 4;
1048 if ((Offset & (Scale
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h59 // within 32-bits. If scaling is required, sets Scale based on the necessary
60 // adjustment. Any edge weights used with the sum should be divided by Scale.
61 uint32_t getSumForBlock(const MachineBasicBlock *MBB, uint32_t &Scale) const;
/external/webkit/Source/WebCore/svg/
H A DSVGFEDisplacementMapElement.h53 DECLARE_ANIMATED_NUMBER(Scale, scale)
/external/clang/include/clang/AST/
H A DCharUnits.h178 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, argument
180 return CU * Scale;
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimationFactory.java67 Translation, Rotation, Scale; enum constant in enum:AnimationFactory.Type
390 interpolate(keyFramesScale, Type.Scale);
436 case Scale:
454 case Scale:
/external/skia/src/animator/
H A DSkMatrixParts.h48 DECLARE_MEMBER_INFO(Scale);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp193 unsigned Scale; member in struct:__anon8982::X86Operand::__anon8983::__anon8987
248 return Mem.Scale;
471 Res->Mem.Scale = 1;
479 unsigned Scale, SMLoc StartLoc, SMLoc EndLoc,
486 assert(((Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8)) &&
493 Res->Mem.Scale = Scale;
477 CreateMem(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0) argument
649 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; local
885 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCAAnimation.h62 enum ValueFunctionType { NoValueFunction, RotateX, RotateY, RotateZ, ScaleX, ScaleY, ScaleZ, Scale, TranslateX, TranslateY, TranslateZ, Translate }; enumerator in enum:WebCore::PlatformCAAnimation::ValueFunctionType
/external/webkit/Source/WebCore/platform/image-encoders/skia/
H A DPNGImageEncoder.cpp52 static const SkUnPreMultiply::Scale* scale = SkUnPreMultiply::GetScaleTable();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h119 // Scale, the high bits hold an offset into DiffLists. See MCRegUnitIterator.
439 unsigned Scale = RU & 15; local
442 // Initialize the iterator to Reg * Scale, and the List pointer to
444 init(Reg * Scale, MCRI->DiffLists + Offset);
/external/skia/src/effects/
H A DSkArithmeticMode.cpp86 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(sa);
96 SkUnPreMultiply::Scale scale = SkUnPreMultiply::GetScale(da);

Completed in 471 milliseconds

1234