Home
last modified time | relevance | path

Searched defs:Factor (Results 1 – 14 of 14) 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 {
997 Value *Reassociate::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
1478 Value *Factor = Factors[i]; in OptimizeAdd() local
DLoopStrengthReduce.cpp2423 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2428 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3511 int64_t Factor = *I; in GenerateICmpZeroScales() local
3598 int64_t Factor = *I; in GenerateScales() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dratectrl.c1137 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1293 double Factor = 0.99; in vp8_regulate_q() local
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1137 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1293 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.cpp1611 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
1847 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/external/llvm/lib/IR/
DConstantFold.cpp2110 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements); in ConstantFoldGetElementPtrImpl() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp466 Value *Factor = nullptr; in performFactorization() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp209 const SCEV *Factor, in FactorOutConstant()
DScalarEvolution.cpp2315 APInt Factor = gcd(LHSCst, RHSCst); in getUDivExactExpr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp272 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() local
568 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector() local
DSelectionDAG.cpp3277 unsigned Factor = in getNode() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5169 VectorizationFactor Factor = { 1U, 0U }; in selectVectorizationFactor() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp83 unsigned Factor = VT.getSizeInBits()/vectorWidth; in ExtractSubVector() local