Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp104 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
128 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
147 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) { in isReInterleaveMask()
197 unsigned Factor, Index; in lowerInterleavedLoad() local
245 unsigned Factor; in lowerInterleavedStore() local
DMachineScheduler.cpp1706 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
1942 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp81 struct Factor { struct
82 Value *Base;
83 unsigned Power;
85 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
88 struct PowerDescendingSorter {
95 struct PowerEqual {
1096 Value *Reassociate::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
1594 Value *Factor = Factors[i]; in OptimizeAdd() local
DLoopStrengthReduce.cpp2401 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2406 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3476 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
3560 for (int64_t Factor : Factors) { in GenerateScales() local
4885 for (int64_t Factor : Factors) { in print_factors_and_types() local
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1145 double Factor = 0.99; in vp8_update_rate_correction_factors() local
1306 double Factor = 0.99; in vp8_regulate_q() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp473 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp391 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h380 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
DBasicTTIImpl.h513 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp441 unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp284 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
DScalarEvolutionExpander.cpp229 const SCEV *Factor, ScalarEvolution &SE, in FactorOutConstant()
DScalarEvolution.cpp2794 APInt Factor = gcd(LHSCst, RHSCst); in getUDivExactExpr() local
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h308 unsigned Factor, in getInterleavedMemoryOpCost()
DTargetTransformInfo.h794 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, in getInterleavedMemoryOpCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h1634 unsigned Factor) const { in lowerInterleavedLoad()
1645 unsigned Factor) const { in lowerInterleavedStore()
/external/llvm/lib/IR/
DConstantFold.cpp2189 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements); in ConstantFoldGetElementPtrImpl() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp756 unsigned Factor; // Interleave Factor. member in __anon63bf7e8f0111::InterleaveGroup
4587 unsigned Factor = std::abs(Stride); in collectConstStridedAccesses() local
4718 VectorizationFactor Factor = { 1U, 0U }; in selectVectorizationFactor() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp467 Value *Factor = nullptr; in performFactorization() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4513 SDValue Factor = DAG.getConstant(NewEltsPerOldElt, SL, IdxVT); in PromoteNode() local
4562 SDValue Factor = DAG.getConstant(NewEltsPerOldElt, SDLoc(), IdxVT); in PromoteNode() local
DSelectionDAGBuilder.cpp293 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() local
589 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector() local
DSelectionDAG.cpp3651 unsigned Factor = in getNode() local
/external/clang/lib/Driver/
DTools.cpp3052 unsigned Build = 0, Factor = 1; in getMSCompatibilityVersion() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4439 unsigned Factor = VT.getSizeInBits()/vectorWidth; in ExtractSubVector() local