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 324 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
339 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
353 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
366 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 764 if (I->getSUnit()->CopyDstRC) {
783 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
    [all...]
ScheduleDAGRRList.cpp     [all...]

Completed in 30 milliseconds