Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGFast.cpp378 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
382 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
HDScheduleDAGSDNodes.cpp816 if (Pred.getSUnit()->CopyDstRC) { in EmitPhysRegCopy()
836 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy()
HDScheduleDAGRRList.cpp1225 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1229 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDScheduleDAG.h258 const TargetRegisterClass *CopyDstRC = variable