HomeSort by: relevance | last modified time | path
    Searched refs:CopyDstRC (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 386 CopyFromSU->CopyDstRC = DestRC;
390 CopyToSU->CopyDstRC = SrcRC;
ScheduleDAGSDNodes.cpp 814 if (Pred.getSUnit()->CopyDstRC) {
834 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC);
ScheduleDAGRRList.cpp 1228 CopyFromSU->CopyDstRC = DestRC;
1232 CopyToSU->CopyDstRC = SrcRC;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAG.h 302 const TargetRegisterClass *CopyDstRC =

Completed in 23 milliseconds