Home
last modified time | relevance | path

Searched refs:NewDV (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocFast.cpp311 MachineInstr *NewDV = in spillVirtReg() local
317 assert(NewDV->getParent() == MBB && "dangling parent pointer"); in spillVirtReg()
318 (void)NewDV; in spillVirtReg()
319 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); in spillVirtReg()
889 MachineInstr *NewDV = BuildMI(*MBB, MBB->erase(MI), DL, in AllocateBasicBlock() local
896 << "\t" << *NewDV); in AllocateBasicBlock()
898 MI = NewDV; in AllocateBasicBlock()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocFast.cpp291 if (MachineInstr *NewDV = in spillVirtReg() local
294 MBB->insert(MI, NewDV); in spillVirtReg()
295 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); in spillVirtReg()
835 if (MachineInstr *NewDV = in AllocateBasicBlock() local
840 MBB->insert(MBB->erase(MI), NewDV); in AllocateBasicBlock()
842 MI = NewDV; in AllocateBasicBlock()
DInlineSpiller.cpp1105 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot, in spillAroundUses() local
1109 MBB->insert(MBB->erase(MI), NewDV); in spillAroundUses()
DLiveIntervalAnalysis.cpp1453 if (MachineInstr *NewDV = tii_->emitFrameIndexDebugValue(*mf_, FI, in rewriteInstructionsForSpills() local
1456 ReplaceMachineInstrInMaps(MI, NewDV); in rewriteInstructionsForSpills()
1458 MBB->insert(MBB->erase(MI), NewDV); in rewriteInstructionsForSpills()