Lines Matching defs:LaneIndex
872 unsigned LaneIndex;
2171 return VectorList.Count == 1 && VectorList.LaneIndex <= 7;
2176 return VectorList.Count == 1 && VectorList.LaneIndex <= 3;
2181 return VectorList.Count == 1 && VectorList.LaneIndex <= 1;
2186 return VectorList.Count == 2 && VectorList.LaneIndex <= 7;
2191 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
2196 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
2201 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
2206 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
2211 return VectorList.Count == 3 && VectorList.LaneIndex <= 7;
2216 return VectorList.Count == 3 && VectorList.LaneIndex <= 3;
2221 return VectorList.Count == 3 && VectorList.LaneIndex <= 1;
2226 return VectorList.Count == 3 && VectorList.LaneIndex <= 3;
2231 return VectorList.Count == 3 && VectorList.LaneIndex <= 1;
2236 return VectorList.Count == 4 && VectorList.LaneIndex <= 7;
2241 return VectorList.Count == 4 && VectorList.LaneIndex <= 3;
2246 return VectorList.Count == 4 && VectorList.LaneIndex <= 1;
2251 return VectorList.Count == 4 && VectorList.LaneIndex <= 3;
2256 return VectorList.Count == 4 && VectorList.LaneIndex <= 1;
3442 Inst.addOperand(MCOperand::createImm(VectorList.LaneIndex));
3865 Op->VectorList.LaneIndex = Index;
4129 OS << "<vector_list(lane " << VectorList.LaneIndex << ") "
4827 const MCExpr *LaneIndex;
4829 if (getParser().parseExpression(LaneIndex))
4831 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(LaneIndex);
4855 unsigned LaneIndex;
4868 ParseStatus Res = parseVectorLane(LaneKind, LaneIndex, E);
4881 Reg, 1, LaneIndex, false, S, E, *this));
4888 ParseStatus Res = parseVectorLane(LaneKind, LaneIndex, E);
4903 Reg, 2, LaneIndex, false, S, E, *this));
4939 if (!parseVectorLane(LaneKind, LaneIndex, E).isSuccess())
4976 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex)
5020 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex)
5040 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex)
5067 FirstReg, Count, LaneIndex, (Spacing == 2), S, E, *this));