Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp175 unsigned NumSubElts = NumElts / Factor; in isReInterleaveMask() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h125 int NumSubElts = SubTy->getVectorNumElements(); in getExtractSubvectorOverhead() local
147 int NumSubElts = SubTy->getVectorNumElements(); in getInsertSubvectorOverhead() local
927 unsigned NumSubElts = NumElts / Factor; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h121 int NumSubElts = SubVTy->getNumElements(); in getExtractSubvectorOverhead() local
144 int NumSubElts = SubVTy->getNumElements(); in getInsertSubvectorOverhead() local
1048 unsigned NumSubElts = NumElts / Factor; variable
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h567 unsigned NumSubElts = NumElts / Factor; in getInterleavedMemoryOpCost() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp818 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyMultipleUseDemandedBits() local
1032 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyDemandedBits() local
1103 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits() local
2528 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts() local
2547 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts() local
DSelectionDAG.cpp2755 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in computeKnownBits() local
3926 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in ComputeNumSignBits() local
9397 auto PartialReduction = [&](SDValue Op, unsigned NumSubElts) { in matchBinOpReduction()
DDAGCombiner.cpp21201 int NumSubElts = NumElts * Split; in XformToShuffleWithZero() local
/external/llvm-project/llvm/lib/Target/X86/
DX86InstCombineIntrinsic.cpp264 for (unsigned i = 0, NumSubElts = 64 / BitWidth; i != NumSubElts; ++i) { in simplifyX86immShift() local
DX86TargetTransformInfo.cpp986 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost() local
DX86ISelLowering.cpp6065 unsigned NumSubElts = OpVT.getVectorNumElements() / NumSubs; in SplitOpsAndApply() local
6690 unsigned NumSubElts = VT.getVectorNumElements(); in getTargetConstantBitsFromNode() local
7347 int NumSubElts = V.getOperand(1).getValueType().getVectorNumElements(); in getTargetShuffleAndZeroables() local
7505 unsigned NumSubElts = SubVT.getVectorNumElements(); in getFauxShuffleMask() local
7914 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in getShuffleScalarElt() local
7924 unsigned NumSubElts = SubVT.getVectorNumElements(); in getShuffleScalarElt() local
12284 static int matchShuffleAsBitRotate(ArrayRef<int> Mask, int NumSubElts) { in matchShuffleAsBitRotate()
12314 for (int NumSubElts = MinSubElts; NumSubElts <= MaxSubElts; NumSubElts *= 2) { in matchShuffleAsBitRotate() local
13493 int NumSubElts = (int)VInner.getSimpleValueType().getVectorNumElements(); in lowerShuffleAsBroadcast() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp925 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits() local
980 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits() local
2312 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts() local
2331 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts() local
DSelectionDAG.cpp2633 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in computeKnownBits() local
3957 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in ComputeNumSignBits() local
9193 auto PartialReduction = [&](SDValue Op, unsigned NumSubElts) { in matchBinOpReduction()
DDAGCombiner.cpp19794 int NumSubElts = NumElts * Split; in XformToShuffleWithZero() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp913 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost() local
DX86ISelLowering.cpp5801 unsigned NumSubElts = OpVT.getVectorNumElements() / NumSubs; in SplitOpsAndApply() local
6412 unsigned NumSubElts = VT.getVectorNumElements(); in getTargetConstantBitsFromNode() local
7247 unsigned NumSubElts = SubVT.getVectorNumElements(); in getFauxShuffleMask() local
7641 unsigned NumSubElts = SubVT.getVectorNumElements(); in getShuffleScalarElt() local
12750 int NumSubElts = (int)VInner.getSimpleValueType().getVectorNumElements(); in lowerShuffleAsBroadcast() local
19779 unsigned NumSubElts = NumElems / 2; in truncateVectorWithPACK() local
36776 unsigned NumSubElts = NumElts / 2; in combineHorizontalMinMaxResult() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp282 unsigned NumSubElts = 64 / BitWidth; in simplifyX86immShift() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp377 unsigned NumSubElts = 64 / BitWidth; in simplifyX86immShift() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7188 unsigned NumSubElts = VecTy->getVectorNumElements() / Factor; in lowerInterleavedStore() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp12674 unsigned NumSubElts = VecTy->getVectorNumElements() / Factor; in lowerInterleavedStore() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13869 int NumSubElts = NumElts * Split; in XformToShuffleWithZero() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30143 unsigned NumSubElts = 128 / SVT.getSizeInBits(); in combineToExtendVectorInReg() local