Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp386 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
390 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
DScheduleDAGSDNodes.cpp792 if (I->getSUnit()->CopyDstRC) { in EmitPhysRegCopy()
811 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy()
DScheduleDAGRRList.cpp1228 CopyFromSU->CopyDstRC = DestRC; in InsertCopiesAndMoveSuccs()
1232 CopyToSU->CopyDstRC = SrcRC; in InsertCopiesAndMoveSuccs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h302 const TargetRegisterClass *CopyDstRC = variable