Searched defs:Factor (Results 1 – 14 of 14) sorted by relevance
79 struct Factor { struct80 Value *Base;81 unsigned Power;83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument86 struct BaseSorter {93 struct BaseEqual {100 struct PowerDescendingSorter {107 struct PowerEqual {997 Value *Reassociate::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()1478 Value *Factor = Factors[i]; in OptimizeAdd() local
2423 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local2428 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local3511 int64_t Factor = *I; in GenerateICmpZeroScales() local3598 int64_t Factor = *I; in GenerateScales() local
1137 double Factor = 0.99; in vp8_update_rate_correction_factors() local1293 double Factor = 0.99; in vp8_regulate_q() local
373 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
1611 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local1847 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
2110 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements); in ConstantFoldGetElementPtrImpl() local
466 Value *Factor = nullptr; in performFactorization() local
209 const SCEV *Factor, in FactorOutConstant()
2315 APInt Factor = gcd(LHSCst, RHSCst); in getUDivExactExpr() local
272 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() local568 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector() local
3277 unsigned Factor = in getNode() local
5169 VectorizationFactor Factor = { 1U, 0U }; in selectVectorizationFactor() local
83 unsigned Factor = VT.getSizeInBits()/vectorWidth; in ExtractSubVector() local