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 901 Record *DestPhysReg;
903 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg)
904 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {}
907 Record *getDestPhysReg() const { return DestPhysReg; }
917 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
920 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 52 milliseconds