Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp152 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor()
176 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
205 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask()
330 unsigned Factor, Index; in lowerInterleavedLoad() local
501 unsigned Factor; in lowerInterleavedStore() local
H A DInterleavedLoadCombinePass.cpp746 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1055 unsigned Factor, const DataLayout &DL) { in findPattern()
1135 unsigned Factor = InterleavedLoad.size(); in combine() local
1264 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
H A DMachineScheduler.cpp2033 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
2346 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPseudoProbe.h86 float Factor; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h150 LLT divide(int Factor) const { in divide()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DPseudoProbe.cpp65 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp364 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
H A DARMTargetTransformInfo.cpp1102 unsigned Limit, Factor = 2; in getNumMemOps() local
1451 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h416 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp237 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp180 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h584 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4705 unsigned Opcode, FixedVectorType *VecTy, unsigned Factor, in getInterleavedMemoryOpCostAVX2()
4816 unsigned Opcode, FixedVectorType *VecTy, unsigned Factor, in getInterleavedMemoryOpCostAVX512()
4939 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
H A DX86InterleavedAccess.cpp61 const unsigned Factor; member in __anonb91427670111::X86InterleavedAccessGroup
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2697 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2702 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3902 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
3987 for (int64_t Factor : Factors) { in GenerateScales() local
5741 for (int64_t Factor : Factors) { in print_factors_and_types() local
H A DReassociate.cpp1140 Value *ReassociatePass::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
1644 Value *Factor = Factors[i]; in OptimizeAdd() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1138 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp57 void CounterExpressionBuilder::extractTerms(Counter C, int Factor, in extractTerms()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1190 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp943 unsigned Factor = std::abs(Stride); in isStrided() local
/netbsd/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp1039 unsigned Build = 0, Factor = 1; in separateMSVCFullVersion() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1264 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h177 int Factor; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1233 float Factor = 1.0; in getInlineCandidate() local

12