Searched refs:parseVectorLane (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp328 OperandMatchResultTy parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index,
3461 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { function in class:__anon2788::ARMAsmParser
3527 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E);
3548 OperandMatchResultTy Res = parseVectorLane(LaneKind, LaneIndex, E);
3600 if (parseVectorLane(LaneKind, LaneIndex, E) != MatchOperand_Success)
3640 if (parseVectorLane(NextLaneKind, NextLaneIndex, E) !=
3686 if (parseVectorLane(NextLaneKind, NextLaneIndex, E) !=
3711 if (parseVectorLane(NextLaneKind, NextLaneIndex, E) != MatchOperand_Success)

Completed in 123 milliseconds