Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp3716 unsigned NextLaneIndex; in parseVectorList() local
3717 if (parseVectorLane(NextLaneKind, NextLaneIndex, E) != in parseVectorList()
3720 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex) { in parseVectorList()
3761 unsigned NextLaneIndex; in parseVectorList() local
3763 if (parseVectorLane(NextLaneKind, NextLaneIndex, E) != in parseVectorList()
3766 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex) { in parseVectorList()
3786 unsigned NextLaneIndex; in parseVectorList() local
3788 if (parseVectorLane(NextLaneKind, NextLaneIndex, E) != MatchOperand_Success) in parseVectorList()
3790 if (NextLaneKind != LaneKind || LaneIndex != NextLaneIndex) { in parseVectorList()