Lines Matching refs:OperandVector

158   bool parseSysAlias(StringRef Name, SMLoc NameLoc, OperandVector &Operands);
159 void createSysAlias(uint16_t Encoding, OperandVector &Operands, SMLoc S);
162 bool parseCondCode(OperandVector &Operands, bool invertCondCode);
164 bool parseRegister(OperandVector &Operands);
166 bool parseNeonVectorList(OperandVector &Operands);
167 bool parseOptionalMulOperand(OperandVector &Operands);
168 bool parseKeywordOperand(OperandVector &Operands);
169 bool parseOperand(OperandVector &Operands, bool isCondCode,
177 OperandVector &Operands);
225 OperandVector &Operands, MCStreamer &Out,
239 OperandMatchResultTy tryParseMatrixRegister(OperandVector &Operands);
240 OperandMatchResultTy tryParseSVCR(OperandVector &Operands);
241 OperandMatchResultTy tryParseOptionalShiftExtend(OperandVector &Operands);
242 OperandMatchResultTy tryParseBarrierOperand(OperandVector &Operands);
243 OperandMatchResultTy tryParseBarriernXSOperand(OperandVector &Operands);
244 OperandMatchResultTy tryParseMRSSystemRegister(OperandVector &Operands);
245 OperandMatchResultTy tryParseSysReg(OperandVector &Operands);
246 OperandMatchResultTy tryParseSysCROperand(OperandVector &Operands);
248 OperandMatchResultTy tryParsePrefetch(OperandVector &Operands);
249 OperandMatchResultTy tryParsePSBHint(OperandVector &Operands);
250 OperandMatchResultTy tryParseBTIHint(OperandVector &Operands);
251 OperandMatchResultTy tryParseAdrpLabel(OperandVector &Operands);
252 OperandMatchResultTy tryParseAdrLabel(OperandVector &Operands);
254 OperandMatchResultTy tryParseFPImm(OperandVector &Operands);
255 OperandMatchResultTy tryParseImmWithOptionalShift(OperandVector &Operands);
256 OperandMatchResultTy tryParseGPR64sp0Operand(OperandVector &Operands);
257 bool tryParseNeonVectorRegister(OperandVector &Operands);
258 OperandMatchResultTy tryParseVectorIndex(OperandVector &Operands);
259 OperandMatchResultTy tryParseGPRSeqPair(OperandVector &Operands);
262 OperandMatchResultTy tryParseGPROperand(OperandVector &Operands);
264 OperandMatchResultTy tryParseSVEDataVector(OperandVector &Operands);
265 OperandMatchResultTy tryParseSVEPredicateVector(OperandVector &Operands);
267 OperandMatchResultTy tryParseVectorList(OperandVector &Operands,
269 OperandMatchResultTy tryParseMatrixTileList(OperandVector &Operands);
270 OperandMatchResultTy tryParseSVEPattern(OperandVector &Operands);
271 OperandMatchResultTy tryParseGPR64x8(OperandVector &Operands);
306 SMLoc NameLoc, OperandVector &Operands) override;
2689 AArch64AsmParser::tryParseSysCROperand(OperandVector &Operands) { in tryParseSysCROperand()
2719 AArch64AsmParser::tryParsePrefetch(OperandVector &Operands) { in tryParsePrefetch()
2787 AArch64AsmParser::tryParsePSBHint(OperandVector &Operands) { in tryParsePSBHint()
2809 AArch64AsmParser::tryParseBTIHint(OperandVector &Operands) { in tryParseBTIHint()
2832 AArch64AsmParser::tryParseAdrpLabel(OperandVector &Operands) { in tryParseAdrpLabel()
2884 AArch64AsmParser::tryParseAdrLabel(OperandVector &Operands) { in tryParseAdrLabel()
2921 AArch64AsmParser::tryParseFPImm(OperandVector &Operands) { in tryParseFPImm()
2976 AArch64AsmParser::tryParseImmWithOptionalShift(OperandVector &Operands) { in tryParseImmWithOptionalShift()
3081 bool AArch64AsmParser::parseCondCode(OperandVector &Operands, in parseCondCode()
3110 AArch64AsmParser::tryParseSVCR(OperandVector &Operands) { in tryParseSVCR()
3131 AArch64AsmParser::tryParseMatrixRegister(OperandVector &Operands) { in tryParseMatrixRegister()
3193 AArch64AsmParser::tryParseOptionalShiftExtend(OperandVector &Operands) { in tryParseOptionalShiftExtend()
3348 void AArch64AsmParser::createSysAlias(uint16_t Encoding, OperandVector &Operands, in createSysAlias()
3371 OperandVector &Operands) { in parseSysAlias()
3465 AArch64AsmParser::tryParseBarrierOperand(OperandVector &Operands) { in tryParseBarrierOperand()
3538 AArch64AsmParser::tryParseBarriernXSOperand(OperandVector &Operands) { in tryParseBarriernXSOperand()
3592 AArch64AsmParser::tryParseSysReg(OperandVector &Operands) { in tryParseSysReg()
3623 bool AArch64AsmParser::tryParseNeonVectorRegister(OperandVector &Operands) { in tryParseNeonVectorRegister()
3654 AArch64AsmParser::tryParseVectorIndex(OperandVector &Operands) { in tryParseVectorIndex()
3716 AArch64AsmParser::tryParseSVEPredicateVector(OperandVector &Operands) { in tryParseSVEPredicateVector()
3772 bool AArch64AsmParser::parseRegister(OperandVector &Operands) { in parseRegister()
3863 AArch64AsmParser::tryParseMatrixTileList(OperandVector &Operands) { in tryParseMatrixTileList()
3973 AArch64AsmParser::tryParseVectorList(OperandVector &Operands, in tryParseVectorList()
4094 bool AArch64AsmParser::parseNeonVectorList(OperandVector &Operands) { in parseNeonVectorList()
4103 AArch64AsmParser::tryParseGPR64sp0Operand(OperandVector &Operands) { in tryParseGPR64sp0Operand()
4138 AArch64AsmParser::tryParseGPROperand(OperandVector &Operands) { in tryParseGPROperand()
4171 bool AArch64AsmParser::parseOptionalMulOperand(OperandVector &Operands) { in parseOptionalMulOperand()
4213 bool AArch64AsmParser::parseKeywordOperand(OperandVector &Operands) { in parseKeywordOperand()
4232 bool AArch64AsmParser::parseOperand(OperandVector &Operands, bool isCondCode, in parseOperand()
4506 OperandVector &Operands) { in ParseInstruction()
5122 OperandVector &Operands) { in showMatchError()
5476 OperandVector &Operands, in MatchAndEmitInstruction()
6906 AArch64AsmParser::tryParseGPRSeqPair(OperandVector &Operands) { in tryParseGPRSeqPair()
6980 AArch64AsmParser::tryParseSVEDataVector(OperandVector &Operands) { in tryParseSVEDataVector()
7031 AArch64AsmParser::tryParseSVEPattern(OperandVector &Operands) { in tryParseSVEPattern()
7075 AArch64AsmParser::tryParseGPR64x8(OperandVector &Operands) { in tryParseGPR64x8()