Searched refs:parseCFIRegister (Results 1 – 1 of 1) sorted by relevance
478 bool parseCFIRegister(Register &Reg);2424 bool MIParser::parseCFIRegister(Register &Reg) { in parseCFIRegister() function in MIParser2474 if (parseCFIRegister(Reg)) in parseCFIOperand()2479 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2486 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2493 if (parseCFIRegister(Reg)) in parseCFIOperand()2511 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2518 if (parseCFIRegister(Reg) || expectAndConsume(MIToken::comma) || in parseCFIOperand()2529 if (parseCFIRegister(Reg)) in parseCFIOperand()2537 if (parseCFIRegister(Reg)) in parseCFIOperand()[all …]