Searched defs:Factor (Results 1 – 12 of 12) 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 {998 Value *Reassociate::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()1464 Value *Factor = Factors[i]; in OptimizeAdd() local
2342 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local2347 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local3370 int64_t Factor = *I; in GenerateICmpZeroScales() local3441 int64_t Factor = *I; in GenerateScales() local
1145 double Factor = 0.99; in vp8_update_rate_correction_factors() local1302 double Factor = 0.99; in vp8_regulate_q() local
373 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
1470 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local1767 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
2020 ConstantInt *Factor = ConstantInt::get(CI->getType(), in ConstantFoldGetElementPtrImpl() local
464 Value *Factor = 0; in performFactorization() local
213 const SCEV *Factor, in FactorOutConstant()
256 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() local569 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector() local
3007 unsigned Factor = in getNode() local
4066 VectorizationFactor Factor = { 1U, 0U }; in selectVectorizationFactor() local
68 unsigned Factor = VT.getSizeInBits()/vectorWidth; in ExtractSubVector() local