Lines Matching refs:OperandVector

160   bool parseSysAlias(StringRef Name, SMLoc NameLoc, OperandVector &Operands);
161 bool parseSyspAlias(StringRef Name, SMLoc NameLoc, OperandVector &Operands);
162 void createSysAlias(uint16_t Encoding, OperandVector &Operands, SMLoc S);
165 bool parseCondCode(OperandVector &Operands, bool invertCondCode);
167 bool parseRegister(OperandVector &Operands);
169 bool parseNeonVectorList(OperandVector &Operands);
170 bool parseOptionalMulOperand(OperandVector &Operands);
171 bool parseOptionalVGOperand(OperandVector &Operands, StringRef &VecGroup);
172 bool parseKeywordOperand(OperandVector &Operands);
173 bool parseOperand(OperandVector &Operands, bool isCondCode,
181 OperandVector &Operands);
235 OperandVector &Operands, MCStreamer &Out,
249 ParseStatus tryParseMatrixRegister(OperandVector &Operands);
250 ParseStatus tryParseSVCR(OperandVector &Operands);
251 ParseStatus tryParseOptionalShiftExtend(OperandVector &Operands);
252 ParseStatus tryParseBarrierOperand(OperandVector &Operands);
253 ParseStatus tryParseBarriernXSOperand(OperandVector &Operands);
254 ParseStatus tryParseSysReg(OperandVector &Operands);
255 ParseStatus tryParseSysCROperand(OperandVector &Operands);
257 ParseStatus tryParsePrefetch(OperandVector &Operands);
258 ParseStatus tryParseRPRFMOperand(OperandVector &Operands);
259 ParseStatus tryParsePSBHint(OperandVector &Operands);
260 ParseStatus tryParseBTIHint(OperandVector &Operands);
261 ParseStatus tryParseAdrpLabel(OperandVector &Operands);
262 ParseStatus tryParseAdrLabel(OperandVector &Operands);
264 ParseStatus tryParseFPImm(OperandVector &Operands);
265 ParseStatus tryParseImmWithOptionalShift(OperandVector &Operands);
266 ParseStatus tryParseGPR64sp0Operand(OperandVector &Operands);
267 bool tryParseNeonVectorRegister(OperandVector &Operands);
268 ParseStatus tryParseVectorIndex(OperandVector &Operands);
269 ParseStatus tryParseGPRSeqPair(OperandVector &Operands);
270 ParseStatus tryParseSyspXzrPair(OperandVector &Operands);
273 ParseStatus tryParseGPROperand(OperandVector &Operands);
274 ParseStatus tryParseZTOperand(OperandVector &Operands);
276 ParseStatus tryParseSVEDataVector(OperandVector &Operands);
278 ParseStatus tryParseSVEPredicateVector(OperandVector &Operands);
280 tryParseSVEPredicateOrPredicateAsCounterVector(OperandVector &Operands);
282 ParseStatus tryParseVectorList(OperandVector &Operands,
284 ParseStatus tryParseMatrixTileList(OperandVector &Operands);
285 ParseStatus tryParseSVEPattern(OperandVector &Operands);
286 ParseStatus tryParseSVEVecLenSpecifier(OperandVector &Operands);
287 ParseStatus tryParseGPR64x8(OperandVector &Operands);
288 ParseStatus tryParseImmRange(OperandVector &Operands);
325 SMLoc NameLoc, OperandVector &Operands) override;
3032 ParseStatus AArch64AsmParser::tryParseSysCROperand(OperandVector &Operands) { in tryParseSysCROperand()
3054 ParseStatus AArch64AsmParser::tryParseRPRFMOperand(OperandVector &Operands) { in tryParseRPRFMOperand()
3096 ParseStatus AArch64AsmParser::tryParsePrefetch(OperandVector &Operands) { in tryParsePrefetch()
3155 ParseStatus AArch64AsmParser::tryParsePSBHint(OperandVector &Operands) { in tryParsePSBHint()
3171 ParseStatus AArch64AsmParser::tryParseSyspXzrPair(OperandVector &Operands) { in tryParseSyspXzrPair()
3205 ParseStatus AArch64AsmParser::tryParseBTIHint(OperandVector &Operands) { in tryParseBTIHint()
3223 ParseStatus AArch64AsmParser::tryParseAdrpLabel(OperandVector &Operands) { in tryParseAdrpLabel()
3272 ParseStatus AArch64AsmParser::tryParseAdrLabel(OperandVector &Operands) { in tryParseAdrLabel()
3307 ParseStatus AArch64AsmParser::tryParseFPImm(OperandVector &Operands) { in tryParseFPImm()
3357 AArch64AsmParser::tryParseImmWithOptionalShift(OperandVector &Operands) { in tryParseImmWithOptionalShift()
3467 bool AArch64AsmParser::parseCondCode(OperandVector &Operands, in parseCondCode()
3495 ParseStatus AArch64AsmParser::tryParseSVCR(OperandVector &Operands) { in tryParseSVCR()
3515 ParseStatus AArch64AsmParser::tryParseMatrixRegister(OperandVector &Operands) { in tryParseMatrixRegister()
3586 AArch64AsmParser::tryParseOptionalShiftExtend(OperandVector &Operands) { in tryParseOptionalShiftExtend()
3786 void AArch64AsmParser::createSysAlias(uint16_t Encoding, OperandVector &Operands, in createSysAlias()
3809 OperandVector &Operands) { in parseSysAlias()
3913 OperandVector &Operands) { in parseSyspAlias()
3969 ParseStatus AArch64AsmParser::tryParseBarrierOperand(OperandVector &Operands) { in tryParseBarrierOperand()
4032 AArch64AsmParser::tryParseBarriernXSOperand(OperandVector &Operands) { in tryParseBarriernXSOperand()
4077 ParseStatus AArch64AsmParser::tryParseSysReg(OperandVector &Operands) { in tryParseSysReg()
4113 bool AArch64AsmParser::tryParseNeonVectorRegister(OperandVector &Operands) { in tryParseNeonVectorRegister()
4142 ParseStatus AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex()
4199 OperandVector &Operands) { in tryParseSVEPredicateOrPredicateAsCounterVector()
4210 AArch64AsmParser::tryParseSVEPredicateVector(OperandVector &Operands) { in tryParseSVEPredicateVector()
4271 bool AArch64AsmParser::parseRegister(OperandVector &Operands) { in parseRegister()
4364 ParseStatus AArch64AsmParser::tryParseMatrixTileList(OperandVector &Operands) { in tryParseMatrixTileList()
4471 ParseStatus AArch64AsmParser::tryParseVectorList(OperandVector &Operands, in tryParseVectorList()
4595 bool AArch64AsmParser::parseNeonVectorList(OperandVector &Operands) { in parseNeonVectorList()
4603 ParseStatus AArch64AsmParser::tryParseGPR64sp0Operand(OperandVector &Operands) { in tryParseGPR64sp0Operand()
4632 ParseStatus AArch64AsmParser::tryParseZTOperand(OperandVector &Operands) { in tryParseZTOperand()
4671 ParseStatus AArch64AsmParser::tryParseGPROperand(OperandVector &Operands) { in tryParseGPROperand()
4704 bool AArch64AsmParser::parseOptionalMulOperand(OperandVector &Operands) { in parseOptionalMulOperand()
4746 bool AArch64AsmParser::parseOptionalVGOperand(OperandVector &Operands, in parseOptionalVGOperand()
4766 bool AArch64AsmParser::parseKeywordOperand(OperandVector &Operands) { in parseKeywordOperand()
4785 bool AArch64AsmParser::parseOperand(OperandVector &Operands, bool isCondCode, in parseOperand()
5092 OperandVector &Operands) { in ParseInstruction()
5745 OperandVector &Operands) { in showMatchError()
6208 OperandVector &Operands, in MatchAndEmitInstruction()
7871 ParseStatus AArch64AsmParser::tryParseGPRSeqPair(OperandVector &Operands) { in tryParseGPRSeqPair()
7936 ParseStatus AArch64AsmParser::tryParseSVEDataVector(OperandVector &Operands) { in tryParseSVEDataVector()
7986 ParseStatus AArch64AsmParser::tryParseSVEPattern(OperandVector &Operands) { in tryParseSVEPattern()
8030 AArch64AsmParser::tryParseSVEVecLenSpecifier(OperandVector &Operands) { in tryParseSVEVecLenSpecifier()
8051 ParseStatus AArch64AsmParser::tryParseGPR64x8(OperandVector &Operands) { in tryParseGPR64x8()
8072 ParseStatus AArch64AsmParser::tryParseImmRange(OperandVector &Operands) { in tryParseImmRange()