Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A 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
191 unsigned NumElts = ReadVBR(6); in readRecord() local
205 unsigned NumElts = ReadVBR(6); in readRecord() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.cpp67 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSLDUPMask() local
75 unsigned NumElts = VT.getVectorNumElements(); in DecodeMOVSHDUPMask() local
84 unsigned NumElts = VectorSizeInBits / 8; in DecodePSLLDQMask() local
98 unsigned NumElts = VectorSizeInBits / 8; in DecodePSRLDQMask() local
113 unsigned NumElts = VT.getVectorNumElements(); in DecodePALIGNRMask() local
133 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFMask() local
150 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFHWMask() local
166 unsigned NumElts = VT.getVectorNumElements(); in DecodePSHUFLWMask() local
184 unsigned NumElts = VT.getVectorNumElements(); in DecodeSHUFPMask() local
206 unsigned NumElts = VT.getVectorNumElements(); in DecodeUNPCKHMask() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp346 unsigned NumElts = 2; in ExpandOp_BITCAST() local
373 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_BUILD_VECTOR() local
413 unsigned NumElts = VecVT.getVectorNumElements(); in ExpandOp_INSERT_VECTOR_ELT() local
451 unsigned NumElts = VT.getVectorNumElements(); in ExpandOp_SCALAR_TO_VECTOR() local
H A DLegalizeVectorTypes.cpp1833 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BinaryCanTrap() local
2182 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_BUILD_VECTOR() local
2368 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_EXTRACT_SUBVECTOR() local
2524 unsigned NumElts = VT.getVectorNumElements(); in WidenVecRes_VECTOR_SHUFFLE() local
2701 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_Convert() local
2748 unsigned NumElts = VT.getVectorNumElements(); in WidenVecOp_CONCAT_VECTORS() local
2930 unsigned NumElts = Width / LdTy.getSizeInBits(); in BuildVectorFromScalar() local
2989 unsigned NumElts = WidenWidth / NewVTWidth; in GenWidenVectorLoads() local
3129 unsigned NumElts = LdVT.getVectorNumElements(); in GenWidenVectorExtLoads() local
3208 unsigned NumElts = ValWidth / NewVTWidth; in GenWidenVectorStores() local
[all …]
H A DLegalizeTypes.cpp882 unsigned NumElts = Op.getValueType().getVectorNumElements(); in BitConvertVectorToIntegerVector() local
H A DLegalizeIntegerTypes.cpp647 unsigned NumElts = InVT.getVectorNumElements(); in PromoteIntRes_TRUNCATE() local
989 unsigned NumElts = VecVT.getVectorNumElements(); in PromoteIntOp_BUILD_VECTOR() local
3020 unsigned NumElts = VT.getVectorNumElements(); in PromoteIntRes_VECTOR_SHUFFLE() local
H A DDAGCombiner.cpp3360 unsigned NumElts = VT.getVectorNumElements(); in visitOR() local
5166 unsigned NumElts = N0->getNumOperands(); in tryToFoldExtendOfConstant() local
6269 unsigned NumElts = N0->getNumOperands(); in visitSIGN_EXTEND_INREG() local
11334 int NumElts = VT.getVectorNumElements(); in simplifyShuffleOperands() local
11353 unsigned NumElts = VT.getVectorNumElements(); in partitionShuffleOfConcats() local
11403 unsigned NumElts = VT.getVectorNumElements(); in visitVECTOR_SHUFFLE() local
11697 unsigned NumElts = RHS.getNumOperands(); in XformToShuffleWithZero() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h411 unsigned NumElts = VTy->getNumElements(); in getHalfElementsVectorType() local
422 unsigned NumElts = VTy->getNumElements(); in getDoubleElementsVectorType() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSmallString.h45 void assign(size_t NumElts, char Elt) { in assign()
H A DSmallVector.h479 void assign(size_type NumElts, const T &Elt) { in assign()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp84 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp903 unsigned NumElts = VT.getVectorNumElements(); in getVectorTypeBreakdownMVT() local
1254 unsigned NumElts = VT.getVectorNumElements(); in getVectorTypeBreakdown() local
H A DAnalysis.cpp60 unsigned NumElts = ATy->getNumElements(); in ComputeLinearIndex() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1130 unsigned NumElts = ObjectVT.getVectorNumElements(); in LowerCall() local
1453 unsigned NumElts = ObjectVT.getVectorNumElements(); in LowerCall() local
1898 unsigned NumElts = ValVT.getVectorNumElements(); in LowerSTOREVector() local
2164 unsigned NumElts = ObjectVT.getVectorNumElements(); in LowerFormalArguments() local
2344 unsigned NumElts = VTy->getNumElements(); in LowerReturn() local
4255 unsigned NumElts = ResVT.getVectorNumElements(); in ReplaceLoadVector() local
4337 unsigned NumElts = ResVT.getVectorNumElements(); in ReplaceINTRINSIC_W_CHAIN() local
H A DNVPTXISelDAGToDAG.cpp2745 unsigned NumElts = 1; in SelectStoreRetval() local
2871 unsigned NumElts = 1; in SelectStoreParam() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DAPValue.h82 unsigned NumElts; member
88 unsigned NumElts, ArrSize; member
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp333 unsigned NumElts = V->getType()->getVectorNumElements(); in CollectSingleShuffleElements() local
418 unsigned NumElts = cast<VectorType>(V->getType())->getNumElements(); in CollectShuffleElements() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1757 unsigned NumElts = VT.getVectorNumElements(); in skipExtensionForVectorMULL() local
4494 unsigned NumElts = VT.getVectorNumElements(); in ReconstructShuffle() local
4684 unsigned NumElts = VT.getVectorNumElements(); in isSingletonEXTMask() local
4721 unsigned NumElts = VT.getVectorNumElements(); in isEXTMask() local
4764 unsigned NumElts = VT.getVectorNumElements(); in isREVMask() local
4784 unsigned NumElts = VT.getVectorNumElements(); in isZIPMask() local
4798 unsigned NumElts = VT.getVectorNumElements(); in isUZPMask() local
4811 unsigned NumElts = VT.getVectorNumElements(); in isTRNMask() local
4825 unsigned NumElts = VT.getVectorNumElements(); in isZIP_v_undef_Mask() local
4861 unsigned NumElts = VT.getVectorNumElements(); in isTRN_v_undef_Mask() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4846 unsigned NumElts = VT.getVectorNumElements(); in isSingletonVEXTMask() local
4876 unsigned NumElts = VT.getVectorNumElements(); in isVEXTMask() local
4921 unsigned NumElts = VT.getVectorNumElements(); in isVREVMask() local
4951 unsigned NumElts = VT.getVectorNumElements(); in isVTRNMask() local
4969 unsigned NumElts = VT.getVectorNumElements(); in isVTRN_v_undef_Mask() local
4984 unsigned NumElts = VT.getVectorNumElements(); in isVUZPMask() local
5031 unsigned NumElts = VT.getVectorNumElements(); in isVZIPMask() local
5056 unsigned NumElts = VT.getVectorNumElements(); in isVZIP_v_undef_Mask() local
5075 unsigned NumElts = VT.getVectorNumElements(); in isReverseMask() local
5161 unsigned NumElts = VT.getVectorNumElements(); in LowerBUILD_VECTOR() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1738 const unsigned NumElts = VT.getVectorNumElements(); in getSetCCResultType() local
4024 unsigned NumElts = VT.getVectorNumElements(); in isAlignrMask() local
4354 unsigned NumElts = VT.getVectorNumElements(); in isUNPCKLMask() local
4392 unsigned NumElts = VT.getVectorNumElements(); in isUNPCKHMask() local
4426 unsigned NumElts = VT.getVectorNumElements(); in isUNPCKL_v_undef_Mask() local
4469 unsigned NumElts = VT.getVectorNumElements(); in isUNPCKH_v_undef_Mask() local
4505 unsigned NumElts = VT.getVectorNumElements(); in isINSERT64x4Mask() local
4531 unsigned NumElts = VT.getVectorNumElements(); in isMOVLMask() local
4608 unsigned NumElts = VT.getVectorNumElements(); in isPermImmMask() local
4652 unsigned NumElts = VT.getVectorNumElements(); in isVPERMILPMask() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp531 int NumElts = Ty->getNumElements(); in getStructLayout() local
H A DConstantFold.cpp54 unsigned NumElts = DstTy->getNumElements(); in BitCastConstantVector() local
872 unsigned NumElts; in ConstantFoldInsertValueInstruction() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp108 APValue::Arr::Arr(unsigned NumElts, unsigned Size) : in Arr()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1759 static bool isHomogeneousAggregate(Type *T, unsigned &NumElts, in isHomogeneousAggregate()
2303 unsigned NumElts = cast<VectorType>(EltTy)->getNumElements(); in RewriteMemIntrinUserOfAlloca() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2385 unsigned NumElts = ResTy.getVectorNumElements(); in lowerBUILD_VECTOR() local
2568 unsigned NumElts = ResTy.getVectorNumElements(); in lowerVECTOR_SHUFFLE_ILVR() local

123