Searched defs:LaneIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp353 unsigned LaneIndex; member in struct:__anon8852::ARMOperand::__anon8853::__anon8863
1218 return VectorList.Count == 1 && VectorList.LaneIndex <= 7;
1223 return VectorList.Count == 1 && VectorList.LaneIndex <= 3;
1228 return VectorList.Count == 1 && VectorList.LaneIndex <= 1;
1233 return VectorList.Count == 2 && VectorList.LaneIndex <= 7;
1238 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
1243 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
1248 return VectorList.Count == 2 && VectorList.LaneIndex <= 3;
1253 return VectorList.Count == 2 && VectorList.LaneIndex <= 1;
1258 return VectorList.Count == 3 && VectorList.LaneIndex <
2996 const MCExpr *LaneIndex; local
3031 unsigned LaneIndex; local
[all...]

Completed in 570 milliseconds