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

Completed in 50 milliseconds