Searched refs:CopyDstRC (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h298 const TargetRegisterClass *CopyDstRC; // Is a special copy node if not null. member in class:llvm::SUnit
313 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
327 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
340 TopReadyCycle(0), BotReadyCycle(0), CopyDstRC(NULL), CopySrcRC(NULL) {}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp386 CopyFromSU->CopyDstRC = DestRC;
390 CopyToSU->CopyDstRC = SrcRC;
H A DScheduleDAGSDNodes.cpp763 if (I->getSUnit()->CopyDstRC) {
782 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
H A DScheduleDAGRRList.cpp1119 CopyFromSU->CopyDstRC = DestRC;
1123 CopyToSU->CopyDstRC = SrcRC;

Completed in 119 milliseconds