Home
last modified time | relevance | path

Searched refs:NumVecElems (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp867 unsigned NumVecElems = VecTy->getVectorNumElements(); in matchPairwiseReduction() local
868 if (!isPowerOf2_32(NumVecElems)) in matchPairwiseReduction()
889 if (matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems)) == in matchPairwiseReduction()
932 unsigned NumVecElems = VecTy->getVectorNumElements(); in matchVectorSplittingReduction() local
933 if (!isPowerOf2_32(NumVecElems)) in matchVectorSplittingReduction()
949 SmallVector<int, 32> ShuffleMask(NumVecElems, 0); in matchVectorSplittingReduction()
950 unsigned NumVecElemsRemain = NumVecElems; in matchVectorSplittingReduction()