Lines Matching refs:expectAndConsume

176   bool expectAndConsume(MIToken::TokenKind TokenKind);
294 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume() function in MIParser
347 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockDefinition()
350 if (expectAndConsume(MIToken::colon)) in parseBasicBlockDefinition()
422 if (expectAndConsume(MIToken::colon)) in parseBasicBlockLiveins()
441 if (expectAndConsume(MIToken::colon)) in parseBasicBlockSuccessors()
459 if (expectAndConsume(MIToken::rparen)) in parseBasicBlockSuccessors()
583 if (!Operands.empty() && expectAndConsume(MIToken::equal)) in parse()
874 if (expectAndConsume(MIToken::rparen)) in parseRegisterTiedDefIndex()
1230 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()
1250 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()
1293 if (expectAndConsume(MIToken::lparen)) in parseBlockAddressOperand()
1305 if (expectAndConsume(MIToken::comma)) in parseBlockAddressOperand()
1313 if (expectAndConsume(MIToken::rparen)) in parseBlockAddressOperand()
1324 if (expectAndConsume(MIToken::lparen)) in parseTargetIndexOperand()
1332 if (expectAndConsume(MIToken::rparen)) in parseTargetIndexOperand()
1346 if (expectAndConsume(MIToken::lparen)) in parseLiveoutRegisterMaskOperand()
1361 if (expectAndConsume(MIToken::rparen)) in parseLiveoutRegisterMaskOperand()
1446 if (expectAndConsume(MIToken::lparen)) in parseMachineOperandAndTargetFlags()
1468 if (expectAndConsume(MIToken::rparen)) in parseMachineOperandAndTargetFlags()
1668 if (expectAndConsume(MIToken::lparen)) in parseMachineMemoryOperand()
1734 if (expectAndConsume(MIToken::rparen)) in parseMachineMemoryOperand()