Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp382 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
386 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.cpp1231 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1235 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h302 const TargetRegisterClass *CopyDstRC = variable