Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp427 bool parseStandaloneRegister(Register &Reg);
1223 bool MIParser::parseStandaloneRegister(Register &Reg) { in parseStandaloneRegister() function in MIParser
3574 return MIParser(PFS, Error, Src).parseStandaloneRegister(Reg); in parseRegisterReference()