Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h943 const CodeGenRegister *DestPhysReg; variable
948 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()
951 const CodeGenRegister *getDestPhysReg() const { return DestPhysReg; } in getDestPhysReg()
961 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg; in isEqualImpl()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3457 unsigned DestPhysReg = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3459 DestPhysReg |= MatcherTable[MatcherIndex++] << 8; in SelectCodeCommon()
3465 DestPhysReg, RecordedNodes[RecNo].first, in SelectCodeCommon()