Home
last modified time | relevance | path

Searched refs:getVectorNumElements (Results 1 – 25 of 223) sorted by relevance

123456789

/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp50 unsigned NumElts = VT.getVectorNumElements(); in DecodeInsertElementMask()
78 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSLDUPMask()
86 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSHDUPMask()
96 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVDDUPMask()
138 unsigned NumElts = VT.getVectorNumElements(); in DecodePALIGNRMask()
158 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFMask()
176 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFHWMask()
192 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFLWMask()
207 unsigned NumElts = VT.getVectorNumElements(); in DecodePSWAPMask()
220 unsigned NumElts = VT.getVectorNumElements(); in DecodeSHUFPMask()
[all …]
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp45 int NumElts = MaskTy->getVectorNumElements(); in DecodePSHUFBMask()
251 int NumElts = MaskTy->getVectorNumElements(); in DecodeVPPERMMask()
304 unsigned NumElements = MaskTy->getVectorNumElements(); in DecodeVPERMVMask()
305 if (NumElements == VT.getVectorNumElements()) { in DecodeVPERMVMask()
328 int NumElements = VT.getVectorNumElements(); in DecodeVPERMVMask()
337 unsigned NumElements = MaskTy->getVectorNumElements(); in DecodeVPERMV3Mask()
338 if (NumElements == VT.getVectorNumElements()) { in DecodeVPERMV3Mask()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp575 unsigned LoNumElts = LoVT.getVectorNumElements(); in SplitVecRes_BUILD_VECTOR()
616 DAG.getIntPtrConstant(IdxVal + LoVT.getVectorNumElements())); in SplitVecRes_EXTRACT_SUBVECTOR()
652 unsigned LoNumElts = Lo.getValueType().getVectorNumElements(); in SplitVecRes_INSERT_VECTOR_ELT()
754 LoVT.getVectorNumElements()); in SplitVecRes_SETCC()
758 DAG.getIntPtrConstant(InNVT.getVectorNumElements())); in SplitVecRes_SETCC()
763 DAG.getIntPtrConstant(InNVT.getVectorNumElements())); in SplitVecRes_SETCC()
782 LoVT.getVectorNumElements()); in SplitVecRes_UnaryOp()
786 DAG.getIntPtrConstant(InNVT.getVectorNumElements())); in SplitVecRes_UnaryOp()
793 LoVT.getVectorNumElements()); in SplitVecRes_UnaryOp()
797 DAG.getIntPtrConstant(InNVT.getVectorNumElements())); in SplitVecRes_UnaryOp()
[all …]
DLegalizeTypesGeneric.cpp81 assert(!(InVT.getVectorNumElements() & 1) && "Unsupported BITCAST"); in ExpandRes_BITCAST()
84 InVT.getVectorNumElements()/2); in ExpandRes_BITCAST()
88 DAG.getIntPtrConstant(InNVT.getVectorNumElements())); in ExpandRes_BITCAST()
172 unsigned OldElts = OldVec.getValueType().getVectorNumElements(); in ExpandRes_EXTRACT_VECTOR_ELT()
301 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_BUILD_VECTOR()
341 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_INSERT_VECTOR_ELT()
378 unsigned NumElts = VT.getVectorNumElements(); in ExpandOp_SCALAR_TO_VECTOR()
452 unsigned NumElements = Cond.getValueType().getVectorNumElements(); in SplitRes_SELECT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp173 && Op.getValueType().getVectorNumElements() == 1 in ScalarizeVecRes_BITCAST()
519 assert(N->getValueType(0).getVectorNumElements() == 1 && in ScalarizeVecOp_UnaryOp()
876 unsigned LoNumElts = LoVT.getVectorNumElements(); in SplitVecRes_BUILD_VECTOR()
917 DAG.getConstant(IdxVal + LoVT.getVectorNumElements(), dl, in SplitVecRes_EXTRACT_SUBVECTOR()
930 unsigned VecElems = VecVT.getVectorNumElements(); in SplitVecRes_INSERT_SUBVECTOR()
931 unsigned SubElems = SubVec.getValueType().getVectorNumElements(); in SplitVecRes_INSERT_SUBVECTOR()
1032 unsigned InNumElements = InLoVT.getVectorNumElements(); in SplitVecRes_ExtVecInRegOp()
1036 unsigned OutNumElements = OutLoVT.getVectorNumElements(); in SplitVecRes_ExtVecInRegOp()
1116 unsigned LoNumElts = Lo.getValueType().getVectorNumElements(); in SplitVecRes_INSERT_VECTOR_ELT()
1138 VecVT.getVectorNumElements()); in SplitVecRes_INSERT_VECTOR_ELT()
[all …]
DSelectionDAG.cpp598 for (unsigned i = 0, e = N->getValueType(0).getVectorNumElements(); in AddNodeIDCustom()
792 assert(N->getNumOperands() == N->getValueType(0).getVectorNumElements() && in VerifySDNode()
1127 assert(VT.getVectorNumElements() < Op.getValueType().getVectorNumElements() && in getAnyExtendVectorInReg()
1138 assert(VT.getVectorNumElements() < Op.getValueType().getVectorNumElements() && in getSignExtendVectorInReg()
1149 assert(VT.getVectorNumElements() < Op.getValueType().getVectorNumElements() && in getZeroExtendVectorInReg()
1234 for (unsigned i = 0; i < ViaVecNumElts / VT.getVectorNumElements(); ++i) { in getConstant()
1253 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i) in getConstant()
1563 assert(VT.getVectorNumElements() == Mask.size() && in getVectorShuffle()
1678 V.getValueType().getVectorNumElements() == VT.getVectorNumElements(); in getVectorShuffle()
2169 unsigned NumElts = VT.getVectorNumElements(); in isConstOrDemandedConstSplat()
[all …]
DLegalizeVectorOps.cpp509 assert(NVT.getVectorNumElements() == VT.getVectorNumElements() && in PromoteINT_TO_FP()
534 assert(NVT.getVectorNumElements() == VT.getVectorNumElements() && in PromoteFP_TO_INT()
562 unsigned NumElem = SrcVT.getVectorNumElements(); in ExpandLoad()
566 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
841 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG()
844 int NumSrcElements = SrcVT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG()
888 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG()
891 int NumSrcElements = SrcVT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG()
914 for (int I = 0, E = VT.getVectorNumElements(); I != E; ++I) in createBSWAPShuffleMask()
1145 unsigned NumElems = VT.getVectorNumElements(); in ExpandStrictFPOp()
[all …]
/external/llvm/include/llvm/CodeGen/
DValueTypes.h86 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger()
248 unsigned getVectorNumElements() const { in getVectorNumElements() function
251 return V.getVectorNumElements(); in getVectorNumElements()
310 return EVT::getVectorVT(Context, EltVT, getVectorNumElements()); in widenIntegerVectorElementType()
315 unsigned NElts = getVectorNumElements(); in isPow2VectorType()
323 unsigned NElts = getVectorNumElements(); in getPow2VectorType()
DBasicTTIImpl.h51 for (int i = 0, e = Ty->getVectorNumElements(); i < e; ++i) { in getScalarizationOverhead()
74 for (int i = 0, e = Ty->getVectorNumElements(); i < e; ++i) { in getAltShuffleOverhead()
331 unsigned Num = Ty->getVectorNumElements();
433 Dst->getVectorNumElements() / 2); in getCastInstrCost()
435 Src->getVectorNumElements() / 2); in getCastInstrCost()
443 unsigned Num = Dst->getVectorNumElements(); in getCastInstrCost()
503 unsigned Num = ValTy->getVectorNumElements(); in getCmpSelInstrCost()
718 ScalarCalls = std::max(ScalarCalls, RetTy->getVectorNumElements()); in getIntrinsicInstrCost()
726 ScalarCalls = std::max(ScalarCalls, Ty->getVectorNumElements()); in getIntrinsicInstrCost()
874 unsigned ScalarCalls = RetTy->getVectorNumElements(); in getIntrinsicInstrCost()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp490 assert(N->getValueType(0).getVectorNumElements() == 1 && in ScalarizeVecOp_UnaryOp()
800 unsigned LoNumElts = LoVT.getVectorNumElements(); in SplitVecRes_BUILD_VECTOR()
841 DAG.getConstant(IdxVal + LoVT.getVectorNumElements(), dl, in SplitVecRes_EXTRACT_SUBVECTOR()
855 unsigned VecElems = VecVT.getVectorNumElements(); in SplitVecRes_INSERT_SUBVECTOR()
856 unsigned SubElems = SubVec.getValueType().getVectorNumElements(); in SplitVecRes_INSERT_SUBVECTOR()
953 unsigned InNumElements = InLoVT.getVectorNumElements(); in SplitVecRes_ExtVecInRegOp()
957 unsigned OutNumElements = OutLoVT.getVectorNumElements(); in SplitVecRes_ExtVecInRegOp()
987 unsigned LoNumElts = Lo.getValueType().getVectorNumElements(); in SplitVecRes_INSERT_VECTOR_ELT()
1289 unsigned NumElements = SrcVT.getVectorNumElements(); in SplitVecRes_ExtendOp()
1328 unsigned NewElts = NewVT.getVectorNumElements(); in SplitVecRes_VECTOR_SHUFFLE()
[all …]
DLegalizeVectorOps.cpp499 unsigned NumElem = SrcVT.getVectorNumElements(); in ExpandLoad()
504 if (SrcVT.getVectorNumElements() > 1 && !SrcEltVT.isByteSized()) { in ExpandLoad()
660 StVT.getVectorNumElements()); in ExpandStore()
723 unsigned NumElem = VT.getVectorNumElements(); in ExpandSELECT()
792 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG()
795 int NumSrcElements = SrcVT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG()
839 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG()
842 int NumSrcElements = SrcVT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG()
865 for (int I = 0, E = VT.getVectorNumElements(); I != E; ++I) in createBSWAPShuffleMask()
1044 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC()
DSelectionDAG.cpp491 for (unsigned i = 0, e = N->getValueType(0).getVectorNumElements(); in AddNodeIDCustom()
695 assert(N->getNumOperands() == N->getValueType(0).getVectorNumElements() && in VerifySDNode()
1046 assert(VT.getVectorNumElements() < Op.getValueType().getVectorNumElements() && in getAnyExtendVectorInReg()
1057 assert(VT.getVectorNumElements() < Op.getValueType().getVectorNumElements() && in getSignExtendVectorInReg()
1068 assert(VT.getVectorNumElements() < Op.getValueType().getVectorNumElements() && in getZeroExtendVectorInReg()
1150 for (unsigned i = 0; i < ViaVecNumElts / VT.getVectorNumElements(); ++i) { in getConstant()
1169 for (unsigned i = 0; i < VT.getVectorNumElements(); ++i) in getConstant()
1477 assert(VT.getVectorNumElements() == Mask.size() && in getVectorShuffle()
1589 V.getValueType().getVectorNumElements() == VT.getVectorNumElements(); in getVectorShuffle()
2862 Elts.append(OpVT.getVectorNumElements(), DAG.getUNDEF(SVT)); in FoldCONCAT_VECTORS()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h165 unsigned NElts = getVectorNumElements(); in isPow2VectorType()
175 unsigned NElts = getVectorNumElements(); in getPow2VectorType()
214 unsigned getVectorNumElements() const { in getVectorNumElements() function
450 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements()); in changeVectorElementTypeToInteger()
584 unsigned getVectorNumElements() const { in getVectorNumElements() function
587 return V.getVectorNumElements(); in getVectorNumElements()
639 unsigned NElts = getVectorNumElements(); in isPow2VectorType()
647 unsigned NElts = getVectorNumElements(); in getPow2VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp191 SubVecTy->getVectorNumElements(), 0)))); in decompose()
226 VT.getVectorNumElements() / 2); in scaleVectorType()
256 unsigned NumOfElm = VT.getVectorNumElements(); in genShuffleBland()
435 int VF = VT.getVectorNumElements(); in createShuffleStride()
448 int VF = VT.getVectorNumElements() / std::max(VectorSize / 128, 1); in setGroupSize()
472 unsigned NumElts = VT.getVectorNumElements(); in DecodePALIGNRMask()
610 int VF = VT.getVectorNumElements(); in group2Shuffle()
680 unsigned NumOfElm = VT.getVectorNumElements(); in interleave8bitStride3()
728 unsigned NumSubVecElems = ShuffleEltTy->getVectorNumElements() / Factor; in lowerIntoOptimizedSequence()
757 unsigned NumSubVecElems = ShuffleTy->getVectorNumElements() / Factor; in lowerIntoOptimizedSequence()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h95 for (int i = 0, e = Ty->getVectorNumElements(); i < e; ++i) { in getPermuteShuffleOverhead()
450 for (int i = 0, e = Ty->getVectorNumElements(); i < e; ++i) { in getScalarizationOverhead()
475 assert((VF == 1 || VF == VecTy->getVectorNumElements()) && in getOperandsScalarizationOverhead()
496 VecTy->getVectorNumElements()); in getScalarizationOverhead()
542 unsigned Num = Ty->getVectorNumElements();
659 Dst->getVectorNumElements() / 2);
661 Src->getVectorNumElements() / 2);
669 unsigned Num = Dst->getVectorNumElements();
730 unsigned Num = ValTy->getVectorNumElements(); in getCmpSelInstrCost()
902 unsigned RetVF = (RetTy->isVectorTy() ? RetTy->getVectorNumElements() : 1);
[all …]
DValueTypes.h105 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements(), in changeVectorElementTypeToInteger()
273 unsigned getVectorNumElements() const { in getVectorNumElements() function
276 return V.getVectorNumElements(); in getVectorNumElements()
360 unsigned NElts = getVectorNumElements(); in isPow2VectorType()
368 unsigned NElts = getVectorNumElements(); in getPow2VectorType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp57 for (unsigned i = 1, e = V->getType()->getVectorNumElements(); i != e; in cheapToScalarize()
258 SVI->getOperand(0)->getType()->getVectorNumElements(); in visitExtractElementInst()
294 unsigned NumElts = V->getType()->getVectorNumElements(); in collectSingleShuffleElements()
336 unsigned NumLHSElts = LHS->getType()->getVectorNumElements(); in collectSingleShuffleElements()
372 unsigned NumInsElts = InsVecType->getVectorNumElements(); in replaceExtractElements()
373 unsigned NumExtElts = ExtVecType->getVectorNumElements(); in replaceExtractElements()
456 unsigned NumElts = V->getType()->getVectorNumElements(); in collectShuffleElements()
500 unsigned NumLHSElts = RHS->getType()->getVectorNumElements(); in collectShuffleElements()
511 EI->getOperand(0)->getType()->getVectorNumElements(); in collectShuffleElements()
571 int MaskSize = Shuf.getMask()->getType()->getVectorNumElements(); in isShuffleEquivalentToSelect()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp178 MVT BoolW = MVT::getVectorVT(MVT::i1, T.getVectorNumElements()); in initializeHVXLowering()
186 MVT BoolV = MVT::getVectorVT(MVT::i1, T.getVectorNumElements()); in initializeHVXLowering()
214 return MVT::getVectorVT(ElemTy, Tys.first.getVectorNumElements() + in typeJoin()
215 Tys.second.getVectorNumElements()); in typeJoin()
221 unsigned NumElem = VecTy.getVectorNumElements(); in typeSplit()
231 return MVT::getVectorVT(NewElemTy, VecTy.getVectorNumElements()); in typeExtElem()
238 return MVT::getVectorVT(NewElemTy, VecTy.getVectorNumElements()); in typeTruncElem()
336 assert(ResTy.getVectorNumElements() == ByteMask.size()); in getByteShuffle()
442 unsigned Scale = HwLen / (PredTy.getVectorNumElements() * BitBytes); in createHvxPrefixPred()
443 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DLowLevelType.cpp21 init(/*isPointer=*/false, VT.getVectorNumElements() > 1, in LLT()
22 VT.getVectorNumElements(), VT.getVectorElementType().getSizeInBits(), in LLT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp372 unsigned VF = Ty->getVectorNumElements(); in getArithmeticInstrCost()
521 assert (SrcTy->getVectorNumElements() == DstTy->getVectorNumElements() && in getVectorTruncCost()
537 unsigned VF = SrcTy->getVectorNumElements(); in getVectorTruncCost()
613 unsigned VF = Src->getVectorNumElements(); in getCastInstrCost()
733 unsigned VF = ValTy->getVectorNumElements(); in getCmpSelInstrCost()
887 (64U * VecTy->getVectorNumElements()) : VecTy->getPrimitiveSizeInBits()); in getInterleavedMemoryOpCost()
893 int NumElsPerVector = (VecTy->getVectorNumElements() / NumWideParts); in getInterleavedMemoryOpCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp204 DstTy->getVectorNumElements()); in isWideningInstruction()
253 unsigned NumDstEls = DstTyL.first * DstTyL.second.getVectorNumElements(); in isWideningInstruction()
254 unsigned NumSrcEls = SrcTyL.first * SrcTyL.second.getVectorNumElements(); in isWideningInstruction()
465 unsigned Width = LT.second.getVectorNumElements(); in getVectorInstrCost()
647 if (Ty->getVectorNumElements() < ProfitableNumElements) { in getMemoryOpCost()
648 unsigned NumVecElts = Ty->getVectorNumElements(); in getMemoryOpCost()
667 unsigned NumElts = VecTy->getVectorNumElements(); in getInterleavedMemoryOpCost()
687 if (I->getScalarSizeInBits() * I->getVectorNumElements() == 128) in getCostOfKeepingLiveOverCall()
906 return ScalarBits * Ty->getVectorNumElements() >= 128; in useReductionIntrinsic()
909 (ScalarBits * Ty->getVectorNumElements() >= 128); in useReductionIntrinsic()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp34 for (unsigned i = 1, e = V->getType()->getVectorNumElements(); i != e; in cheapToScalarize()
232 SVI->getOperand(0)->getType()->getVectorNumElements(); in visitExtractElementInst()
301 unsigned NumElts = V->getType()->getVectorNumElements(); in collectSingleShuffleElements()
343 unsigned NumLHSElts = LHS->getType()->getVectorNumElements(); in collectSingleShuffleElements()
379 unsigned NumInsElts = InsVecType->getVectorNumElements(); in replaceExtractElements()
380 unsigned NumExtElts = ExtVecType->getVectorNumElements(); in replaceExtractElements()
499 unsigned NumLHSElts = RHS->getType()->getVectorNumElements(); in collectShuffleElements()
510 EI->getOperand(0)->getType()->getVectorNumElements(); in collectShuffleElements()
584 EI->getOperand(0)->getType()->getVectorNumElements(); in visitInsertElementInst()
768 NewOps[0]->getType()->getVectorNumElements()); in buildNew()
[all …]
/external/llvm/lib/IR/
DAutoUpgrade.cpp428 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSLLDQIntrinsics()
462 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSRLDQIntrinsics()
518 Mask = getX86MaskVec(Builder, Mask, Op0->getType()->getVectorNumElements()); in EmitX86Select()
527 unsigned NumElts = Op0->getType()->getVectorNumElements(); in UpgradeX86PALIGNRIntrinsics()
576 unsigned NumElts = Data->getType()->getVectorNumElements(); in UpgradeMaskedStore()
596 unsigned NumElts = Passthru->getType()->getVectorNumElements(); in UpgradeMaskedLoad()
612 unsigned NumElts = Op0->getType()->getVectorNumElements(); in upgradeMaskedCompare()
885 unsigned NumElts = CI->getType()->getVectorNumElements(); in UpgradeIntrinsicCall()
901 unsigned EltNum = VecTy->getVectorNumElements(); in UpgradeIntrinsicCall()
944 unsigned NumElts = CI->getType()->getVectorNumElements(); in UpgradeIntrinsicCall()
[all …]
/external/llvm/lib/Analysis/
DCostModel.cpp147 SmallVector<int, 32> Mask(SI->getType()->getVectorNumElements(), -1); in matchPairwiseShuffleMask()
257 unsigned NumVecElems = VecTy->getVectorNumElements(); in matchPairwiseReduction()
321 unsigned NumVecElems = VecTy->getVectorNumElements(); in matchVectorSplittingReduction()
487 unsigned NumVecElems = VecTypOp0->getVectorNumElements(); in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp744 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSLLDQIntrinsics()
778 unsigned NumElts = ResultTy->getVectorNumElements() * 8; in UpgradeX86PSRLDQIntrinsics()
834 Mask = getX86MaskVec(Builder, Mask, Op0->getType()->getVectorNumElements()); in EmitX86Select()
862 unsigned NumElts = Op0->getType()->getVectorNumElements(); in UpgradeX86ALIGNIntrinsics()
917 unsigned NumElts = Data->getType()->getVectorNumElements(); in UpgradeMaskedStore()
937 unsigned NumElts = Passthru->getType()->getVectorNumElements(); in UpgradeMaskedLoad()
1001 unsigned NumElts = Vec->getType()->getVectorNumElements(); in ApplyX86MaskOn1BitsVec()
1024 unsigned NumElts = Op0->getType()->getVectorNumElements(); in upgradeMaskedCompare()
1077 unsigned NumElts = CI.getType()->getVectorNumElements(); in UpgradeMaskToInt()
1590 CI->getArgOperand(1)->getType()->getVectorNumElements(); in UpgradeIntrinsicCall()
[all …]

123456789