/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 689 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in SimplifyMultipleUseDemandedBits() local 712 unsigned NumSrcElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyMultipleUseDemandedBits() local 1258 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in SimplifyDemandedBits() local 2443 unsigned NumSrcElts = SrcEltCnt.getFixedValue(); in SimplifyDemandedBits() local 2509 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in SimplifyDemandedBits() local 2536 unsigned NumSrcElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyDemandedBits() local 2893 unsigned NumSrcElts = SrcEltCnt.getFixedValue(); in SimplifyDemandedVectorElts() local 2916 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in SimplifyDemandedVectorElts() local 3115 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts() local 3284 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts() local
|
H A D | SelectionDAG.cpp | 2707 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue() local 2724 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue() local 2748 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in isSplatValue() local 3098 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in computeKnownBits() local 3696 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in computeKnownBits() local 4416 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in ComputeNumSignBits() local 4441 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in ComputeNumSignBits() local 11381 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in matchBinOpReduction() local
|
H A D | DAGCombiner.cpp | 20145 unsigned NumSrcElts = SubVecVT.getVectorNumElements(); in combineInsertEltToShuffle() local 23402 for (unsigned SrcElt = 0, NumSrcElts = NumElts / Scale; in combineShuffleToZeroExtendVectorInReg() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 73 unsigned NumSrcElts, in foldConstVectorToAPInt() 115 unsigned NumSrcElts = cast<FixedVectorType>(VTy)->getNumElements(); in FoldBitCast() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 450 unsigned NumSrcElts = ArgTy->getNumElements(); in simplifyX86pack() local
|
H A D | X86ISelLowering.cpp | 6347 unsigned NumSrcElts = Mask.size(); in scaleShuffleElements() local 7295 unsigned NumSrcElts = UndefSrcElts.getBitWidth(); in getTargetConstantBitsFromNode() local 7411 unsigned NumSrcElts = SizeInBits / SrcEltSizeInBits; in getTargetConstantBitsFromNode() local 7433 unsigned NumSrcElts = SizeInBits / SrcEltSizeInBits; in getTargetConstantBitsFromNode() local 7483 unsigned NumSrcElts = SizeInBits / SrcEltSizeInBits; in getTargetConstantBitsFromNode() local 7528 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in getTargetConstantBitsFromNode() local 8609 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in getFauxShuffleMask() local 12450 unsigned NumSrcElts = NumElts / Scale; in matchShuffleAsVTRUNC() local 12480 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in getAVX512TruncNode() local 12549 unsigned NumSrcElts = NumElts / Scale; in lowerShuffleWithVPMOV() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 2758 unsigned NumSrcElts = 128 / EltTy->getPrimitiveSizeInBits(); in UpgradeIntrinsicCall() local 2792 unsigned NumSrcElts = in UpgradeIntrinsicCall() local
|
H A D | Instructions.cpp | 2435 int NumSrcElts, int &Index) { in isExtractSubvectorMask() 2464 int NumSrcElts, int &NumSubElts, in isInsertSubvectorMask()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 226 ElementCount NumSrcElts = SrcTy->getElementCount(); in foldBitcastExtElt() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2298 unsigned NumSrcElts = VTy->getNumElements(); in EmitStoreThroughExtVectorComponentLValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3942 unsigned NumSrcElts = SrcTy.isVector() ? SrcTy.getNumElements() : 1; in fewerElementsVectorMerge() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 8198 unsigned NumSrcElts = VTSize / EltVT.getFixedSizeInBits(); in ReconstructShuffle() local 19906 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in computeKnownBitsForTargetNode() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 10461 unsigned NumSrcElts = VTSize / EltVT.getFixedSizeInBits(); in ReconstructShuffle() local
|