Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp727 const CodeGenRegister *Reg = C2RMatcher->getDestPhysReg(); in EmitMatcher()
H A DDAGISelMatcher.h951 const CodeGenRegister *getDestPhysReg() const { return DestPhysReg; } in getDestPhysReg() function