Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp386 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
390 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
H A DScheduleDAGSDNodes.cpp814 if (Pred.getSUnit()->CopyDstRC) { in EmitPhysRegCopy()
834 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy()
H A DScheduleDAGRRList.cpp1228 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1232 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h302 const TargetRegisterClass *CopyDstRC = variable