Home
last modified time | relevance | path

Searched refs:CopySrcRC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp377 CopyFromSU->CopySrcRC = SrcRC; in InsertCopiesAndMoveSuccs()
381 CopyToSU->CopySrcRC = DestRC; in InsertCopiesAndMoveSuccs()
H A DScheduleDAGRRList.cpp1224 CopyFromSU->CopySrcRC = SrcRC; in InsertCopiesAndMoveSuccs()
1228 CopyToSU->CopySrcRC = DestRC; in InsertCopiesAndMoveSuccs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h260 const TargetRegisterClass *CopySrcRC = nullptr; variable