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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 275 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
290 CopyDstRC(NULL), CopySrcRC(NULL) {}
304 CopyDstRC(NULL), CopySrcRC(NULL) {}
317 CopyDstRC(NULL), CopySrcRC(NULL) {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 386 CopyFromSU->CopyDstRC = DestRC;
390 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGSDNodes.cpp 727 if (I->getSUnit()->CopyDstRC) {
746 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
ScheduleDAGRRList.cpp     [all...]

Completed in 89 milliseconds