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

  /external/llvm/lib/CodeGen/
ScheduleDAGEmit.cpp 40 if (I->getSUnit()->CopyDstRC) {
59 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 274 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
289 CopyDstRC(NULL), CopySrcRC(NULL) {}
303 CopyDstRC(NULL), CopySrcRC(NULL) {}
316 CopyDstRC(NULL), CopySrcRC(NULL) {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 386 CopyFromSU->CopyDstRC = DestRC;
390 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGRRList.cpp     [all...]

Completed in 34 milliseconds