Home
last modified time | relevance | path

Searched refs:NumEltsPerLane (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp168 unsigned NumEltsPerLane = 128 / ElSize; in DecodeVPERMILPMask() local
178 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMILPMask()
204 unsigned NumEltsPerLane = 128 / ElSize; in DecodeVPERMIL2PMask() local
232 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMIL2PMask()
H A DX86TargetTransformInfo.cpp1576 unsigned NumEltsPerLane = Mask.size() / NumLanes; in getShuffleCost()
1580 ((P.value() % Mask.size()) / NumEltsPerLane) == in getShuffleCost()
1581 (P.index() / NumEltsPerLane); in getShuffleCost()
4970 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal; in getMemoryOpCost()
4974 FixedVectorType::get(Ty->getElementType(), NumEltsPerLane); in getMemoryOpCost()
4978 NumEltsPerLane, NumEltsPerLane * I); in getMemoryOpCost()
4985 I * NumEltsPerLane, LaneTy); in getMemoryOpCost()
5003 I * NumEltsPerLane, LaneTy); in getMemoryOpCost()
5049 unsigned NumEltsPerLane in getMemoryOpCost()
4676 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal; getScalarizationOverhead() local
4755 unsigned NumEltsPerLane = NumLegalElts / NumLanesTotal; getScalarizationOverhead() local
[all...]
H A DX86ISelLowering.cpp5368 unsigned NumEltsPerLane = 128 / VT.getScalarSizeInBits(); in getTargetShuffleMask()
5372 assert((NumEltsPerLane >> NumStages) > 0 && "Illegal packing compaction"); in getTargetShuffleMask()
5376 for (unsigned Elt = 0; Elt != NumEltsPerLane; Elt += Increment) in getTargetShuffleMask()
5377 Mask.push_back(Elt + (Lane * NumEltsPerLane)); in getTargetShuffleMask()
5378 for (unsigned Elt = 0; Elt != NumEltsPerLane; Elt += Increment) in getTargetShuffleMask()
5379 Mask.push_back(Elt + (Lane * NumEltsPerLane) + Offset); in getTargetShuffleMask()
5390 int NumEltsPerLane = NumElts / NumLanes; in getTargetShuffleMask()
5399 int OuterIdx = (Lane * NumEltsPerLane) + Elt; in getTargetShuffleMask()
9659 int NumEltsPerLane = LaneSizeInBits / ScalarSizeInBits; in isShuffleEquivalent()
9660 int NumLanes = NumElts / NumEltsPerLane; in isShuffleEquivalent()
5174 unsigned NumEltsPerLane = 128 / VT.getScalarSizeInBits(); createPackShuffleMask() local
5196 int NumEltsPerLane = NumElts / NumLanes; getPackDemandedElts() local
5220 int NumEltsPerLane = NumElts / NumLanes; getHorizDemandedElts() local
9460 int NumEltsPerLane = LaneSizeInBits / ScalarSizeInBits; isMultiLaneShuffleMask() local
9621 int NumEltsPerLane = NumElts / NumLanes; IsElementEquivalent() local
10600 int NumEltsPerLane = NumElts / NumLanes; matchShuffleAsBlend() local
11078 int NumEltsPerLane = NumElts / NumLanes; lowerShuffleAsByteRotateAndPermute() local
11185 int NumEltsPerLane = NumElts / NumLanes; lowerShuffleAsDecomposedShuffleMerge() local
11920 int NumEltsPerLane = 128 / EltBits; lowerShuffleAsSpecificZeroOrAnyExtend() local
12085 int NumEltsPerLane = NumElements / NumLanes; lowerShuffleAsZeroOrAnyExtend() local
14787 int NumEltsPerLane = NumElts / NumLanes; lowerShuffleAsLanePermuteAndPermute() local
21800 unsigned NumEltsPerLane = VecVT.getVectorNumElements() / NumLanes; lowerAddSubToHorizontalOp() local
28500 unsigned NumEltsPerLane = NumElts / NumLanes; LowerMUL() local
39096 unsigned NumEltsPerLane = NumMaskElts / NumLanes; combineX86ShuffleChain() local
39382 int NumEltsPerLane = NumElts / NumLanes; canonicalizeShuffleMaskWithHorizOp() local
44729 unsigned NumEltsPerLane = 128 / EltSizeInBits; combineExtractWithShuffle() local
[all...]
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp482 unsigned NumEltsPerLane = NumElts / NumLanes; in DecodeVPERMILPMask()
494 unsigned LaneOffset = i & ~(NumEltsPerLane - 1); in DecodeVPERMILPMask()
504 unsigned NumEltsPerLane = NumElts / NumLanes; in DecodeVPERMIL2PMask()
533 int Index = i & ~(NumEltsPerLane - 1); in DecodeVPERMIL2PMask()
481 unsigned NumEltsPerLane = NumElts / NumLanes; DecodeVPERMILPMask() local
503 unsigned NumEltsPerLane = NumElts / NumLanes; DecodeVPERMIL2PMask() local