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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp431 unsigned NumVecElts = Src->getVectorNumElements(); local
432 unsigned NumVectorizableInstsToAmortize = NumVecElts * 2;
434 return NumVectorizableInstsToAmortize * NumVecElts * 2;
H A DAArch64ISelLowering.cpp8551 unsigned NumVecElts = VT.getVectorNumElements(); local
8552 if (NumVecElts != 4 && NumVecElts != 2)
8555 unsigned RemainInsertElts = NumVecElts - 1;
8567 unsigned EltOffset = NumVecElts == 4 ? 4 : 8;
8581 while (--NumVecElts) {
8800 int NumVecElts = VTy.getVectorNumElements(); local
8802 if (NumVecElts != 4)
8805 if (NumVecElts != 4 && NumVecElts !
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h805 unsigned NumVecElts = Ty->getVectorNumElements(); local
806 unsigned NumReduxLevels = Log2_32(NumVecElts);
814 ->getShuffleCost(TTI::SK_ExtractSubvector, Ty, NumVecElts / 2, Ty);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp464 unsigned NumVecElts = VecWidth / DestWidth; local
466 VecType = VectorType::get(DestType, NumVecElts);
472 Elt = NumVecElts - 1 - Elt;

Completed in 122 milliseconds