• Home
  • Raw
  • Download

Lines Matching refs:NumLanes

7295   int NumLanes = VT.getSizeInBits() / 128;  in lowerVectorShuffleAsByteRotate()  local
7296 int NumLaneElts = NumElts / NumLanes; in lowerVectorShuffleAsByteRotate()
7370 MVT AlignVT = MVT::getVectorVT(MVT::i8, 16 * NumLanes); in lowerVectorShuffleAsByteRotate()
7794 int NumLanes = Bits / 128; in lowerVectorShuffleAsZeroOrAnyExtend() local
7796 int NumEltsPerLane = NumElements / NumLanes; in lowerVectorShuffleAsZeroOrAnyExtend()
10296 int NumLanes = Size / LaneSize; in lowerVectorShuffleByMerging128BitLanes() local
10297 assert(NumLanes > 1 && "Only handles 256-bit and wider shuffles."); in lowerVectorShuffleByMerging128BitLanes()
10302 Lanes.resize(NumLanes, -1); in lowerVectorShuffleByMerging128BitLanes()
10333 LaneMask.resize(NumLanes * 2, -1); in lowerVectorShuffleByMerging128BitLanes()
10334 for (int i = 0; i < NumLanes; ++i) in lowerVectorShuffleByMerging128BitLanes()
11380 unsigned NumLanes = (NumElems - 1) / 8 + 1; in BUILD_VECTORtoBlendMask() local
11381 if (NumLanes > 2) in BUILD_VECTORtoBlendMask()
11384 unsigned NumElemsInLane = NumElems / NumLanes; in BUILD_VECTORtoBlendMask()
11390 (NumLanes == 2) ? BuildVector->getOperand(i + NumElemsInLane) : EltCond; in BUILD_VECTORtoBlendMask()
11411 if (NumLanes == 2) in BUILD_VECTORtoBlendMask()
23093 for (int i = 1, NumLanes = VT.getSizeInBits() / 128; i < NumLanes; ++i) in getPSHUFShuffleMask() local
26425 unsigned NumLanes = VT.getSizeInBits()/128; in isHorizontalBinOp() local
26426 unsigned NumLaneElts = NumElts / NumLanes; in isHorizontalBinOp()