Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/Generic/
D2011-07-07-ScheduleDAGCrash.ll2 ; This caused ScheduleDAG to crash in EmitPhysRegCopy when searching
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2011-07-07-ScheduleDAGCrash.ll2 ; This caused ScheduleDAG to crash in EmitPhysRegCopy when searching
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGEmit.cpp35 void ScheduleDAG::EmitPhysRegCopy(SUnit *SU, in EmitPhysRegCopy() function in ScheduleDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h175 void EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap,
DScheduleDAGSDNodes.cpp758 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy() function in ScheduleDAGSDNodes
829 EmitPhysRegCopy(SU, CopyVRBaseMap, InsertPos); in EmitSchedule()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h579 void EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp722 EmitPhysRegCopy(SU, CopyVRBaseMap); in EmitSchedule()