Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcher.h962 Record *DestPhysReg; variable
965 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()
968 Record *getDestPhysReg() const { return DestPhysReg; } in getDestPhysReg()
978 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg; in isEqualImpl()
981 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4); in getHashImpl()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3115 unsigned DestPhysReg = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3121 DestPhysReg, RecordedNodes[RecNo].first, in SelectCodeCommon()