Lines Matching refs:OperandVector
129 OperandVector &InstOperands, uint64_t &ErrorInfo,
133 OperandVector &Operands, MCStreamer &Out,
140 int processInstruction(MCInst &Inst, OperandVector const &Operands,
174 bool splitIdentifier(OperandVector &Operands);
175 bool parseOperand(OperandVector &Operands);
176 bool parseInstruction(OperandVector &Operands);
177 bool implicitExpressionLocation(OperandVector &Operands);
178 bool parseExpressionOrOperand(OperandVector &Operands);
182 SMLoc NameLoc, OperandVector &Operands) override { in ParseInstruction()
187 OperandVector &Operands) override;
214 OperandVector *SubInsts;
550 OperandVector &InstOperands, in matchOneInstruction()
608 OperandVector &Operands, in MatchAndEmitInstruction()
828 static bool previousEqual(OperandVector &Operands, size_t Index, in previousEqual()
838 static bool previousIsLoop(OperandVector &Operands, size_t Index) { in previousIsLoop()
846 bool HexagonAsmParser::splitIdentifier(OperandVector &Operands) { in splitIdentifier()
864 bool HexagonAsmParser::parseOperand(OperandVector &Operands) { in parseOperand()
1030 bool HexagonAsmParser::implicitExpressionLocation(OperandVector &Operands) { in implicitExpressionLocation()
1078 bool HexagonAsmParser::parseExpressionOrOperand(OperandVector &Operands) { in parseExpressionOrOperand()
1094 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction()
1219 OperandVector &Operands) { in ParseInstruction()
1283 OperandVector const &Operands, in processInstruction()