Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp378 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
382 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
H A DScheduleDAGSDNodes.cpp816 if (Pred.getSUnit()->CopyDstRC) { in EmitPhysRegCopy()
836 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy()
H A DScheduleDAGRRList.cpp1225 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1229 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h258 const TargetRegisterClass *CopyDstRC = variable