Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h60 struct Factor { struct
64 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp208 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask()
237 static bool isReInterleaveMask(ShuffleVectorInst *SVI, unsigned &Factor, in isReInterleaveMask()
294 unsigned Factor, Index; in lowerInterleavedLoad() local
466 unsigned Factor; in lowerInterleavedStore() local
H A DInterleavedLoadCombinePass.cpp747 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local
1059 unsigned Factor, const DataLayout &DL) { in findPattern()
1140 unsigned Factor = InterleavedLoad.size(); in combine() local
1262 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
H A DMIRSampleProfile.cpp232 uint32_t Factor = 1; in setBranchProbs() local
H A DMachineScheduler.cpp2295 unsigned Factor = SchedModel->getResourceFactor(PIdx); in init() local
2645 unsigned Factor = SchedModel->getResourceFactor(PIdx); in countResource() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h237 constexpr LLT divide(int Factor) const { in divide()
254 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp76 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
H A DInstructions.cpp2283 bool ShuffleVectorInst::isInterleave(unsigned Factor) { in isInterleave()
2295 ArrayRef<int> Mask, unsigned Factor, unsigned NumInputElts, in isInterleaveMask()
2379 unsigned Factor, in isDeInterleaveMaskOfFactor()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h125 float Factor; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp391 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
H A DARMTargetTransformInfo.cpp1176 unsigned Limit, Factor = 2; in getNumMemOps() local
1537 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h421 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h472 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp246 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp178 double Factor = (double)Edge.Frequency / Iterations; in pruneEdges() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp61 const unsigned Factor; member in __anon8deb9da60111::X86InterleavedAccessGroup
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp856 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1236 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2937 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
2942 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local
4246 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local
4339 for (int64_t Factor : Factors) { in GenerateScales() local
6274 for (int64_t Factor : Factors) { in print_factors_and_types() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1119 unsigned Factor = std::abs(Stride); in isStrided() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1417 unsigned Build = 0, Factor = 1; in separateMSVCFullVersion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp623 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1309 float Factor = 1.0; in getInlineCandidate() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp61 void CounterExpressionBuilder::extractTerms(Counter C, int Factor, in extractTerms()

123