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 306 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
321 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
335 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
348 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 393 CopyFromSU->CopyDstRC = DestRC;
397 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGSDNodes.cpp 763 if (I->getSUnit()->CopyDstRC) {
782 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
    [all...]
ScheduleDAGRRList.cpp     [all...]

Completed in 107 milliseconds