Home
last modified time | relevance | path

Searched defs:Factor (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm/include/llvm/Transforms/Scalar/
DReassociate.h48 struct Factor { struct
51 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h60 struct Factor { struct
64 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp122 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
146 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
165 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) { in isReInterleaveMask()
224 unsigned Factor, Index; in lowerInterleavedLoad() local
344 unsigned Factor; in lowerInterleavedStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp142 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
166 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
190 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask()
304 unsigned Factor, Index; in lowerInterleavedLoad() local
422 unsigned Factor; in lowerInterleavedStore() local
/external/swiftshader/src/Device/
DPixelProcessor.hpp155 struct Factor struct in sw::PixelProcessor
157 word4 alphaReference4;
159 word4 blendConstant4W[4];
160 float4 blendConstant4F[4];
161 word4 invBlendConstant4W[4];
162 float4 invBlendConstant4F[4];
/external/swiftshader/src/Renderer/
DPixelProcessor.hpp175 struct Factor struct in sw::PixelProcessor
177 word4 textureFactor4[4];
179 word4 alphaReference4;
181 word4 blendConstant4W[4];
182 float4 blendConstant4F[4];
183 word4 invBlendConstant4W[4];
184 float4 invBlendConstant4F[4];
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp115 struct Factor { struct
116 float x, y;
118 Factor () : x (1.0f), y (1.0f) {} in Factor() function
119 void reset () { in reset()
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp136 unsigned Factor = ElSize / EltTySize; in DecodeVPERMILPMask() local
188 unsigned Factor = ElSize / EltTySize; in DecodeVPERMIL2PMask() local
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1063 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1211 double Factor = 0.99; in vp8_regulate_q() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp411 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp497 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h381 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp574 Value *Reassociate::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
805 Value *Factor = Factors[i]; in OptimizeAdd() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h417 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp473 unsigned Factor, in getInterleavedMemoryOpCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp542 unsigned Factor, in getInterleavedMemoryOpCost()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp583 float Factor = 1.0f; in getInlineFudgeFactor() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp208 Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp496 unsigned Factor, in getInterleavedMemoryOpCost()
/external/apache-commons-bcel/src/examples/Mini/
DMiniParser.java455 static public void Factor() throws ParseException { in Factor() method in MiniParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2718 unsigned Factor, in getInterleavedMemoryOpCostAVX2()
2827 unsigned Factor, in getInterleavedMemoryOpCostAVX512()
2945 unsigned Factor, in getInterleavedMemoryOpCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp879 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2385 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2390 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3457 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
3541 for (int64_t Factor : Factors) { in GenerateScales() local
4884 for (int64_t Factor : Factors) { in print_factors_and_types() local
DReassociate.cpp995 Value *ReassociatePass::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
1506 Value *Factor = Factors[i]; in OptimizeAdd() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp659 unsigned Factor, in getInterleavedMemoryOpCost()

123