Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2011-07-07-ScheduleDAGCrash.ll3 ; This caused ScheduleDAG to crash in EmitPhysRegCopy when searching
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h187 void EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, Register> &VRBaseMap,
H A DScheduleDAGSDNodes.cpp804 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, Register> &VRBaseMap, in EmitPhysRegCopy() function in ScheduleDAGSDNodes
922 EmitPhysRegCopy(SU, CopyVRBaseMap, InsertPos); in EmitSchedule()