Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp382 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
386 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
H A DScheduleDAGSDNodes.cpp809 if (Pred.getSUnit()->CopyDstRC) { in EmitPhysRegCopy()
829 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy()
H A DScheduleDAGRRList.cpp1228 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1232 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h302 const TargetRegisterClass *CopyDstRC = variable