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 314 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null.
331 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
347 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
362 BotReadyCycle(0), CopyDstRC(nullptr), CopySrcRC(nullptr) {}
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 394 CopyFromSU->CopyDstRC = DestRC;
398 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGSDNodes.cpp 763 if (I->getSUnit()->CopyDstRC) {
782 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
    [all...]
ScheduleDAGRRList.cpp     [all...]

Completed in 74 milliseconds