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/
DScheduleDAGFast.cpp382 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
386 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
DScheduleDAGSDNodes.cpp814 if (Pred.getSUnit()->CopyDstRC) { in EmitPhysRegCopy()
834 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy()
DScheduleDAGRRList.cpp1231 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1235 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDAG.h302 const TargetRegisterClass *CopyDstRC = variable