Home
last modified time | relevance | path

Searched defs:NumElts (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp101 unsigned NumElts = ReadVBR(6); in skipRecord() local
122 unsigned NumElts = ReadVBR(6); in skipRecord() local
136 unsigned NumElts = ReadVBR(6); in skipRecord() local
159 unsigned NumElts = ReadVBR(6); in readRecord() local
195 unsigned NumElts = ReadVBR(6); in readRecord() local
209 unsigned NumElts = ReadVBR(6); in readRecord() local
/external/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp67 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSLDUPMask() local
75 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSHDUPMask() local
85 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVDDUPMask() local
98 unsigned NumElts = VectorSizeInBits / 8; in DecodePSLLDQMask() local
112 unsigned NumElts = VectorSizeInBits / 8; in DecodePSRLDQMask() local
127 unsigned NumElts = VT.getVectorNumElements(); in DecodePALIGNRMask() local
147 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFMask() local
164 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFHWMask() local
180 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFLWMask() local
198 unsigned NumElts = VT.getVectorNumElements(); in DecodeSHUFPMask() local
[all …]
/external/llvm/lib/IR/
DAutoUpgrade.cpp350 unsigned NumElts = NumLanes * 16; in UpgradeX86PSLLDQIntrinsics() local
387 unsigned NumElts = NumLanes * 16; in UpgradeX86PSRLDQIntrinsics() local
598 unsigned NumElts = VecTy->getNumElements(); in UpgradeIntrinsicCall() local
615 unsigned NumElts = VecTy->getNumElements(); in UpgradeIntrinsicCall() local
660 unsigned NumElts = VecTy->getNumElements(); in UpgradeIntrinsicCall() local
DDataLayout.cpp561 int NumElts = Ty->getNumElements(); in getStructLayout() local
DConstantFold.cpp54 unsigned NumElts = DstTy->getNumElements(); in BitCastConstantVector() local
884 unsigned NumElts; in ConstantFoldInsertValueInstruction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp349 unsigned NumElts = 2; in ExpandOp_BITCAST() local
376 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_BUILD_VECTOR() local
416 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_INSERT_VECTOR_ELT() local
454 unsigned NumElts = VT.getVectorNumElements(); in ExpandOp_SCALAR_TO_VECTOR() local
DLegalizeVectorTypes.cpp1853 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap() local
2203 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BUILD_VECTOR() local
2389 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_EXTRACT_SUBVECTOR() local
2545 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_VECTOR_SHUFFLE() local
2732 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_Convert() local
2779 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_CONCAT_VECTORS() local
2961 unsigned NumElts = Width / LdTy.getSizeInBits(); in BuildVectorFromScalar() local
3020 unsigned NumElts = WidenWidth / NewVTWidth; in GenWidenVectorLoads() local
3160 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads() local
3239 unsigned NumElts = ValWidth / NewVTWidth; in GenWidenVectorStores() local
[all …]
DLegalizeTypes.cpp901 unsigned NumElts = Op.getValueType().getVectorNumElements(); in BitConvertVectorToIntegerVector() local
DDAGCombiner.cpp3500 unsigned NumElts = VT.getVectorNumElements(); in visitOR() local
5327 unsigned NumElts = N0->getNumOperands(); in tryToFoldExtendOfConstant() local
6538 unsigned NumElts = N0->getNumOperands(); in visitSIGN_EXTEND_INREG() local
11651 unsigned NumElts = OpVT.getVectorNumElements(); in visitCONCAT_VECTORS() local
11853 int NumElts = VT.getVectorNumElements(); in simplifyShuffleOperands() local
11873 unsigned NumElts = VT.getVectorNumElements(); in partitionShuffleOfConcats() local
11935 unsigned NumElts = VT.getVectorNumElements(); in visitVECTOR_SHUFFLE() local
12392 unsigned NumElts = RHS.getNumOperands(); in XformToShuffleWithZero() local
/external/llvm/include/llvm/IR/
DDerivedTypes.h411 unsigned NumElts = VTy->getNumElements(); in getHalfElementsVectorType() local
422 unsigned NumElts = VTy->getNumElements(); in getDoubleElementsVectorType() local
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp941 unsigned NumElts = VT.getVectorNumElements(); in getTypeConversion() local
1036 unsigned NumElts = VT.getVectorNumElements(); in getVectorTypeBreakdownMVT() local
1392 unsigned NumElts = VT.getVectorNumElements(); in getVectorTypeBreakdown() local
DAnalysis.cpp60 unsigned NumElts = ATy->getNumElements(); in ComputeLinearIndex() local
/external/llvm/include/llvm/ADT/
DSmallString.h45 void assign(size_t NumElts, char Elt) { in assign()
DSmallVector.h440 void assign(size_type NumElts, const T &Elt) { in assign()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1133 unsigned NumElts = ObjectVT.getVectorNumElements(); in LowerCall() local
1456 unsigned NumElts = ObjectVT.getVectorNumElements(); in LowerCall() local
1907 unsigned NumElts = ValVT.getVectorNumElements(); in LowerSTOREVector() local
2171 unsigned NumElts = ObjectVT.getVectorNumElements(); in LowerFormalArguments() local
2351 unsigned NumElts = VTy->getNumElements(); in LowerReturn() local
4263 unsigned NumElts = ResVT.getVectorNumElements(); in ReplaceLoadVector() local
4342 unsigned NumElts = ResVT.getVectorNumElements(); in ReplaceINTRINSIC_W_CHAIN() local
DNVPTXISelDAGToDAG.cpp2730 unsigned NumElts = 1; in SelectStoreRetval() local
2856 unsigned NumElts = 1; in SelectStoreParam() local
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp84 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() local
/external/clang/include/clang/AST/
DAPValue.h82 unsigned NumElts; member
88 unsigned NumElts, ArrSize; member
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp455 unsigned NumElts = Inst->getNumArgOperands() - 1; in getOrCreateResultFromMemIntrinsic() local
DAArch64ISelLowering.cpp1797 unsigned NumElts = VT.getVectorNumElements(); in skipExtensionForVectorMULL() local
4532 unsigned NumElts = VT.getVectorNumElements(); in ReconstructShuffle() local
4722 unsigned NumElts = VT.getVectorNumElements(); in isSingletonEXTMask() local
4759 unsigned NumElts = VT.getVectorNumElements(); in isEXTMask() local
4802 unsigned NumElts = VT.getVectorNumElements(); in isREVMask() local
4822 unsigned NumElts = VT.getVectorNumElements(); in isZIPMask() local
4836 unsigned NumElts = VT.getVectorNumElements(); in isUZPMask() local
4849 unsigned NumElts = VT.getVectorNumElements(); in isTRNMask() local
4863 unsigned NumElts = VT.getVectorNumElements(); in isZIP_v_undef_Mask() local
4899 unsigned NumElts = VT.getVectorNumElements(); in isTRN_v_undef_Mask() local
[all …]
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4706 unsigned NumElts = VT.getVectorNumElements(); in isSingletonVEXTMask() local
4736 unsigned NumElts = VT.getVectorNumElements(); in isVEXTMask() local
4781 unsigned NumElts = VT.getVectorNumElements(); in isVREVMask() local
4811 unsigned NumElts = VT.getVectorNumElements(); in isVTRNMask() local
4829 unsigned NumElts = VT.getVectorNumElements(); in isVTRN_v_undef_Mask() local
4844 unsigned NumElts = VT.getVectorNumElements(); in isVUZPMask() local
4891 unsigned NumElts = VT.getVectorNumElements(); in isVZIPMask() local
4916 unsigned NumElts = VT.getVectorNumElements(); in isVZIP_v_undef_Mask() local
4935 unsigned NumElts = VT.getVectorNumElements(); in isReverseMask() local
5021 unsigned NumElts = VT.getVectorNumElements(); in LowerBUILD_VECTOR() local
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp334 unsigned NumElts = V->getType()->getVectorNumElements(); in CollectSingleShuffleElements() local
419 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements(); in CollectShuffleElements() local
/external/clang/lib/AST/
DAPValue.cpp108 APValue::Arr::Arr(unsigned NumElts, unsigned Size) : in Arr()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1601 const unsigned NumElts = VT.getVectorNumElements(); in getSetCCResultType() local
5238 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOp() local
5341 unsigned NumElts = VT.getVectorNumElements(); in ExpandHorizontalBinOp() local
5377 unsigned NumElts = VT.getVectorNumElements(); in matchAddSub() local
5468 unsigned NumElts = VT.getVectorNumElements(); in PerformBUILD_VECTORCombine() local
6449 int NumElts = Mask.size(); in lowerVectorShuffleAsByteRotate() local
9877 int NumElts = VT.getVectorNumElements(); in lower256BitVectorShuffle() local
11629 unsigned NumElts = VecIntVT.getVectorNumElements(); in lowerUINT_TO_FP_vXi32() local
11967 unsigned int NumElts = VT.getVectorNumElements(); in LowerZERO_EXTEND_AVX512() local
12046 unsigned NumElts = InVT.getVectorNumElements(); in LowerTRUNCATE() local
[all …]
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1761 static bool isHomogeneousAggregate(Type *T, unsigned &NumElts, in isHomogeneousAggregate()
2312 unsigned NumElts = cast<VectorType>(EltTy)->getNumElements(); in RewriteMemIntrinUserOfAlloca() local

123