Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp79 struct Factor { struct
80 Value *Base;
81 unsigned Power;
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
86 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
DLoopStrengthReduce.cpp2342 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2347 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3370 int64_t Factor = *I; in GenerateICmpZeroScales() local
3441 int64_t Factor = *I; in GenerateScales() local
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1145 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1302 double Factor = 0.99; in vp8_regulate_q() local
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h373 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1470 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
1767 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/external/llvm/lib/IR/
DConstantFold.cpp2020 ConstantInt *Factor = ConstantInt::get(CI->getType(), in ConstantFoldGetElementPtrImpl() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp464 Value *Factor = 0; in performFactorization() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp213 const SCEV *Factor, in FactorOutConstant()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp256 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() local
569 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector() local
DSelectionDAG.cpp3007 unsigned Factor = in getNode() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4066 VectorizationFactor Factor = { 1U, 0U }; in selectVectorizationFactor() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp68 unsigned Factor = VT.getSizeInBits()/vectorWidth; in ExtractSubVector() local