Searched refs:parseCFIRegister (Results 1 – 1 of 1) sorted by relevance
479 bool parseCFIRegister(Register &Reg);2467 bool MIParser::parseCFIRegister(Register &Reg) { in parseCFIRegister() function in MIParser2517 if (parseCFIRegister(Reg)) in parseCFIOperand()2522 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2529 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2536 if (parseCFIRegister(Reg)) in parseCFIOperand()2554 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2561 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2572 if (parseCFIRegister(Reg)) in parseCFIOperand()2580 if (parseCFIRegister(Reg)) in parseCFIOperand()[all …]