Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() function
/openbsd-src/gnu/llvm/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()
331 unsigned Factor, Index; in lowerInterleavedLoad() local
502 unsigned Factor; in lowerInterleavedStore() local
H A DInterleavedLoadCombinePass.cpp744 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1053 unsigned Factor, const DataLayout &DL) { in findPattern()
1134 unsigned Factor = InterleavedLoad.size(); in combine() local
1260 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
H A DMIRSampleProfile.cpp200 uint32_t Factor = 1; in setBranchProbs() local
H A DMachineScheduler.cpp2038 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
2351 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h203 constexpr LLT divide(int Factor) const { in divide()
220 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPseudoProbe.cpp66 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
H A DConstantFold.cpp2228 Constant *Factor = in ConstantFoldGetElementPtr() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPseudoProbe.h87 float Factor; member
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp369 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
H A DARMTargetTransformInfo.cpp1170 unsigned Limit, Factor = 2; in getNumMemOps() local
1523 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h415 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp259 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DVectorUtils.h625 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp61 const unsigned Factor; member in __anon06f0e3dd0111::X86InterleavedAccessGroup
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1145 Value *ReassociatePass::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
1648 Value *Factor = Factors[i]; in OptimizeAdd() local
H A DLoopStrengthReduce.cpp2740 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2745 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
3998 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
4087 for (int64_t Factor : Factors) { in GenerateScales() local
5851 for (int64_t Factor : Factors) { in print_factors_and_types() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp840 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1188 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp56 void CounterExpressionBuilder::extractTerms(Counter C, int Factor, in extractTerms()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp1168 unsigned Build = 0, Factor = 1; in separateMSVCFullVersion() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp1140 unsigned Factor = std::abs(Stride); in isStrided() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h181 int Factor; member

12