Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp426 bool parseStandaloneVirtualRegister(VRegInfo *&Info);
1211 bool MIParser::parseStandaloneVirtualRegister(VRegInfo *&Info) { in parseStandaloneVirtualRegister() function in MIParser
3586 return MIParser(PFS, Error, Src).parseStandaloneVirtualRegister(Info); in parseVirtualRegisterReference()