/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 104 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
|
D | MachineScheduler.cpp | 1706 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local 1942 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 81 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
|
D | LoopStrengthReduce.cpp | 2401 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/ |
D | ratectrl.c | 1145 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/ |
D | ARMTargetTransformInfo.cpp | 473 unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 391 unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 380 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
|
D | BasicTTIImpl.h | 513 unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 441 unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 284 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
D | ScalarEvolutionExpander.cpp | 229 const SCEV *Factor, ScalarEvolution &SE, in FactorOutConstant()
|
D | ScalarEvolution.cpp | 2794 APInt Factor = gcd(LHSCst, RHSCst); in getUDivExactExpr() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 308 unsigned Factor, in getInterleavedMemoryOpCost()
|
D | TargetTransformInfo.h | 794 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1634 unsigned Factor) const { in lowerInterleavedLoad() 1645 unsigned Factor) const { in lowerInterleavedStore()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 2189 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements); in ConstantFoldGetElementPtrImpl() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 756 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/ |
D | InstCombineAddSub.cpp | 467 Value *Factor = nullptr; in performFactorization() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 4513 SDValue Factor = DAG.getConstant(NewEltsPerOldElt, SL, IdxVT); in PromoteNode() local 4562 SDValue Factor = DAG.getConstant(NewEltsPerOldElt, SDLoc(), IdxVT); in PromoteNode() local
|
D | SelectionDAGBuilder.cpp | 293 unsigned Factor = NumParts / NumIntermediates; in getCopyFromPartsVector() local 589 unsigned Factor = NumParts / NumIntermediates; in getCopyToPartsVector() local
|
D | SelectionDAG.cpp | 3651 unsigned Factor = in getNode() local
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 3052 unsigned Build = 0, Factor = 1; in getMSCompatibilityVersion() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4439 unsigned Factor = VT.getSizeInBits()/vectorWidth; in ExtractSubVector() local
|