Searched refs:NewDV (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 311 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/ |
D | RegAllocFast.cpp | 291 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()
|
D | InlineSpiller.cpp | 1105 if (MachineInstr *NewDV = TII.emitFrameIndexDebugValue(MF, StackSlot, in spillAroundUses() local 1109 MBB->insert(MBB->erase(MI), NewDV); in spillAroundUses()
|
D | LiveIntervalAnalysis.cpp | 1453 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 339 MachineInstr *NewDV = buildDbgValueForSpill(*MBB, MI, *DBG, FI); in spillVirtReg() local 340 assert(NewDV->getParent() == MBB && "dangling parent pointer"); in spillVirtReg() 341 (void)NewDV; in spillVirtReg() 344 << *NewDV); in spillVirtReg()
|