Home
last modified time | relevance | path

Searched refs:DbgMI (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp652 MachineInstr *DbgMI = Emitter.EmitDbgValue(DVs[i], VRBaseMap); in ProcessSDDbgValues() local
653 if (DbgMI) { in ProcessSDDbgValues()
654 Orders.push_back(std::make_pair(DVOrder, DbgMI)); in ProcessSDDbgValues()
655 BB->insert(InsertPos, DbgMI); in ProcessSDDbgValues()
704 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule() local
705 if (DbgMI) in EmitSchedule()
706 BB->insert(InsertPos, DbgMI); in EmitSchedule()
770 MachineInstr *DbgMI = Emitter.EmitDbgValue(*DI, VRBaseMap); in EmitSchedule() local
771 if (DbgMI) { in EmitSchedule()
774 BB->insert(BBBegin, DbgMI); in EmitSchedule()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp717 MachineInstr *DbgMI = Emitter.EmitDbgValue(DVs[i], VRBaseMap); in ProcessSDDbgValues() local
718 if (DbgMI) { in ProcessSDDbgValues()
719 Orders.push_back(std::make_pair(DVOrder, DbgMI)); in ProcessSDDbgValues()
720 BB->insert(InsertPos, DbgMI); in ProcessSDDbgValues()
811 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule() local
812 if (DbgMI) in EmitSchedule()
813 BB->insert(InsertPos, DbgMI); in EmitSchedule()
876 MachineInstr *DbgMI = Emitter.EmitDbgValue(*DI, VRBaseMap); in EmitSchedule() local
877 if (DbgMI) { in EmitSchedule()
880 BB->insert(BBBegin, DbgMI); in EmitSchedule()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp631 MachineInstr *DbgMI = *DBI; in SinkInstruction() local
632 SuccToSinkTo->splice(InsertPos, ParentBlock, DbgMI, in SinkInstruction()
633 ++MachineBasicBlock::iterator(DbgMI)); in SinkInstruction()
/external/llvm/lib/CodeGen/
DMachineSink.cpp841 MachineInstr *DbgMI = *DBI; in SinkInstruction() local
842 SuccToSinkTo->splice(InsertPos, ParentBlock, DbgMI, in SinkInstruction()
843 ++MachineBasicBlock::iterator(DbgMI)); in SinkInstruction()
DScheduleDAGInstrs.cpp912 MachineInstr *DbgMI = nullptr; in buildSchedGraph() local
916 if (DbgMI) { in buildSchedGraph()
917 DbgValues.push_back(std::make_pair(DbgMI, &MI)); in buildSchedGraph()
918 DbgMI = nullptr; in buildSchedGraph()
922 DbgMI = &MI; in buildSchedGraph()
1110 if (DbgMI) in buildSchedGraph()
1111 FirstDbgValue = DbgMI; in buildSchedGraph()