Searched refs:parseStandaloneRegister (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp431 bool parseStandaloneRegister(Register &Reg);
1113 bool MIParser::parseStandaloneRegister(Register &Reg) { function in class:MIParser
3213 return MIParser(PFS, Error, Src).parseStandaloneRegister(Reg);

Completed in 78 milliseconds