HomeSort by relevance Sort by last modified time
    Searched refs:DestPhysReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 902 Record *DestPhysReg;
904 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg)
905 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {}
908 Record *getDestPhysReg() const { return DestPhysReg; }
918 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
921 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 246 milliseconds