Searched refs:DbgMI (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 747 MachineInstr *DbgMI = Emitter.EmitDbgValue(DV, VRBaseMap); in ProcessSDDbgValues() local 748 if (DbgMI) { in ProcessSDDbgValues() 749 Orders.push_back({DVOrder, DbgMI}); in ProcessSDDbgValues() 750 BB->insert(InsertPos, DbgMI); in ProcessSDDbgValues() 877 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule() local 878 if (DbgMI) { in EmitSchedule() 879 BB->insert(InsertPos, DbgMI); in EmitSchedule() 961 MachineInstr *DbgMI = Emitter.EmitDbgValue(*DI, VRBaseMap); in EmitSchedule() local 962 if (DbgMI) { in EmitSchedule() 965 BB->insert(BBBegin, DbgMI); in EmitSchedule() [all …]
|
D | ScheduleDAGFast.cpp | 780 if (auto *DbgMI = Emitter.EmitDbgValue(DV, VRBaseMap)) in EmitSchedule() local 781 BB->insert(InsertPos, DbgMI); in EmitSchedule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AntiDepBreaker.h | 75 MachineInstr *DbgMI = DV.first; in UpdateDbgValues() local 76 UpdateDbgValue(*DbgMI, OldReg, NewReg); in UpdateDbgValues() 77 PrevDbgMI = DbgMI; in UpdateDbgValues()
|
D | MachineSink.cpp | 790 static bool attemptDebugCopyProp(MachineInstr &SinkInst, MachineInstr &DbgMI) { in attemptDebugCopyProp() argument 797 MachineOperand DbgMO = DbgMI.getOperand(0); in attemptDebugCopyProp() 831 DbgMI.getOperand(0).setReg(SrcMO->getReg()); in attemptDebugCopyProp() 832 DbgMI.getOperand(0).setSubReg(SrcMO->getSubReg()); in attemptDebugCopyProp() 862 MachineInstr *DbgMI = *DBI; in performSink() local 863 MachineInstr *NewDbgMI = DbgMI->getMF()->CloneMachineInstr(*DBI); in performSink() 866 if (!attemptDebugCopyProp(MI, *DbgMI)) in performSink() 867 DbgMI->getOperand(0).setReg(0); in performSink() 996 MachineInstr *DbgMI = User.getPointer(); in SinkInstruction() local 1000 if (!attemptDebugCopyProp(MI, *DbgMI)) in SinkInstruction() [all …]
|
D | ScheduleDAGInstrs.cpp | 797 MachineInstr *DbgMI = nullptr; in buildSchedGraph() local 801 if (DbgMI) { in buildSchedGraph() 802 DbgValues.push_back(std::make_pair(DbgMI, &MI)); in buildSchedGraph() 803 DbgMI = nullptr; in buildSchedGraph() 807 DbgMI = &MI; in buildSchedGraph() 1010 if (DbgMI) in buildSchedGraph() 1011 FirstDbgValue = DbgMI; in buildSchedGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6928 for (auto DbgMI : DbgValues) in emitSelect() local 6929 MBB->splice(InsertPos, StartMBB, DbgMI); in emitSelect()
|