Lines Matching defs:LaneIndex
872 unsigned LaneIndex;
2170 return VectorList.Count == 1 && VectorList.LaneIndex <= 7;
2175 return VectorList.Count == 1 && VectorList.LaneIndex <= 3;
2180 return VectorList.Count == 1 && VectorList.LaneIndex <= 1;
2185 return VectorList.Count == 2 && VectorList.LaneIndex <= 7;
2190 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
2195 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
2200 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
2205 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
2210 return VectorList.Count == 3 && VectorList.LaneIndex <= 7;
2215 return VectorList.Count == 3 && VectorList.LaneIndex <= 3;
2220 return VectorList.Count == 3 && VectorList.LaneIndex <= 1;
2225 return VectorList.Count == 3 && VectorList.LaneIndex <= 3;
2230 return VectorList.Count == 3 && VectorList.LaneIndex <= 1;
2235 return VectorList.Count == 4 && VectorList.LaneIndex <= 7;
2240 return VectorList.Count == 4 && VectorList.LaneIndex <= 3;
2245 return VectorList.Count == 4 && VectorList.LaneIndex <= 1;
2250 return VectorList.Count == 4 && VectorList.LaneIndex <= 3;
2255 return VectorList.Count == 4 && VectorList.LaneIndex <= 1;
3441 Inst.addOperand(MCOperand::createImm(VectorList.LaneIndex));
3860 Op->VectorList.LaneIndex = Index;
4125 OS << "<vector_list(lane " << VectorList.LaneIndex << ") "
4801 const MCExpr *LaneIndex;
4803 if (getParser().parseExpression(LaneIndex))
4805 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(LaneIndex);
4829 unsigned LaneIndex;
4842 ParseStatus Res = parseVectorLane(LaneKind, LaneIndex, E);
4855 Reg, 1, LaneIndex, false, S, E, *this));
4862 ParseStatus Res = parseVectorLane(LaneKind, LaneIndex, E);
4877 Reg, 2, LaneIndex, false, S, E, *this));
4913 if (!parseVectorLane(LaneKind, LaneIndex, E).isSuccess())
4950 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex)
4994 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex)
5014 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex)
5041 FirstReg, Count, LaneIndex, (Spacing == 2), S, E, *this));