Home
last modified time | relevance | path

Searched defs:NumSubElts (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h122 int NumSubElts = SubVTy->getNumElements(); in getExtractSubvectorOverhead() local
147 int NumSubElts = SubVTy->getNumElements(); in getInsertSubvectorOverhead() local
1143 unsigned NumSubElts = NumElts / Factor; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1037 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost() local
1084 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost() local
H A DX86InstCombineIntrinsic.cpp264 for (unsigned i = 0, NumSubElts = 64 / BitWidth; i != NumSubElts; ++i) { in simplifyX86immShift() local
H A DX86ISelLowering.cpp6140 unsigned NumSubElts = OpVT.getVectorNumElements() / NumSubs; in SplitOpsAndApply() local
6716 unsigned NumSubElts = CstSizeInBits / SubEltSizeInBits; in getTargetConstantBitsFromNode() local
6785 unsigned NumSubElts = VT.getVectorNumElements(); in getTargetConstantBitsFromNode() local
7450 int NumSubElts = V.getOperand(1).getValueType().getVectorNumElements(); in getTargetShuffleAndZeroables() local
7610 unsigned NumSubElts = SubVT.getVectorNumElements(); in getFauxShuffleMask() local
8044 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in getShuffleScalarElt() local
8054 unsigned NumSubElts = SubVT.getVectorNumElements(); in getShuffleScalarElt() local
12480 static int matchShuffleAsBitRotate(ArrayRef<int> Mask, int NumSubElts) { in matchShuffleAsBitRotate()
12510 for (int NumSubElts = MinSubElts; NumSubElts <= MaxSubElts; NumSubElts *= 2) { in matchShuffleAsBitRotate() local
13689 int NumSubElts = (int)VInner.getSimpleValueType().getVectorNumElements(); in lowerShuffleAsBroadcast() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp835 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyMultipleUseDemandedBits() local
1047 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyDemandedBits() local
1114 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits() local
2558 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts() local
2577 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts() local
H A DSelectionDAG.cpp2880 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in computeKnownBits() local
4129 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in ComputeNumSignBits() local
9834 auto PartialReduction = [&](SDValue Op, unsigned NumSubElts) { in matchBinOpReduction()
H A DDAGCombiner.cpp21657 int NumSubElts = NumElts * Split; in XformToShuffleWithZero() local