Searched refs:NumVecElts (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp631 unsigned NumVecElts = Ty->getVectorNumElements(); local
632 unsigned NumReduxLevels = Log2_32(NumVecElts);
638 TopTTI->getShuffleCost(SK_ExtractSubvector, Ty, NumVecElts / 2, Ty);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp493 unsigned NumVecElts = Src->getVectorNumElements(); local
494 unsigned NumVectorizableInstsToAmortize = NumVecElts * 2;
496 return NumVectorizableInstsToAmortize * NumVecElts * 2;
H A DAArch64ISelLowering.cpp7251 unsigned NumVecElts = VT.getVectorNumElements(); local
7252 if (NumVecElts != 4 && NumVecElts != 2)
7255 unsigned RemainInsertElts = NumVecElts - 1;
7267 unsigned EltOffset = NumVecElts == 4 ? 4 : 8;
7281 while (--NumVecElts) {

Completed in 3002 milliseconds