Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1205 unsigned NumVecElems = VecTy->getNumElements(); in matchPairwiseReduction() local
1206 if (!isPowerOf2_32(NumVecElems)) in matchPairwiseReduction()
1227 if (matchPairwiseReductionAtLevel(RdxStart, 0, Log2_32(NumVecElems)) == in matchPairwiseReduction()
1270 unsigned NumVecElems = VecTy->getNumElements(); in matchVectorSplittingReduction() local
1271 if (!isPowerOf2_32(NumVecElems)) in matchVectorSplittingReduction()
1287 SmallVector<int, 32> ShuffleMask(NumVecElems, 0); in matchVectorSplittingReduction()
1288 unsigned NumVecElemsRemain = NumVecElems; in matchVectorSplittingReduction()