Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp428 bool parseStandaloneRegister(Register &Reg);
1163 bool MIParser::parseStandaloneRegister(Register &Reg) { in parseStandaloneRegister() function in MIParser
3453 return MIParser(PFS, Error, Src).parseStandaloneRegister(Reg); in parseRegisterReference()