Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp287 Register RegScavenger::findSurvivorReg(MachineBasicBlock::iterator StartMI, in findSurvivorReg() argument
295 assert(StartMI != ME && "MI already at terminator"); in findSurvivorReg()
296 MachineBasicBlock::iterator RestorePointMI = StartMI; in findSurvivorReg()
297 MachineBasicBlock::iterator MI = StartMI; in findSurvivorReg()
343 assert(RestorePointMI != StartMI && in findSurvivorReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp115 intersects(const MachineInstr *StartMI, const MachineInstr *EndMI, in intersects() argument
124 if (Ordering.isBefore(StartMI, RangesI->second)) in intersects()
198 const MachineInstr *StartMI = EI->getInstr(); in trimLocationRanges() local
204 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h206 Register findSurvivorReg(MachineBasicBlock::iterator StartMI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3310 void PPCInstrInfo::fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI, in fixupIsDeadOrKill() argument
3316 MachineRegisterInfo &MRI = StartMI->getParent()->getParent()->getRegInfo(); in fixupIsDeadOrKill()
3317 if (MRI.isSSA() && (StartMI->getParent() != EndMI->getParent())) { in fixupIsDeadOrKill()
3323 assert((StartMI->getParent() == EndMI->getParent()) && in fixupIsDeadOrKill()
3330 std::tie(Reads, Writes) = StartMI->readsWritesVirtualRegister(RegNo); in fixupIsDeadOrKill()
3335 StartMI = MRI.getVRegDef(RegNo); in fixupIsDeadOrKill()
3391 assert(&*It == StartMI && "No new def between StartMI and EndMI."); in fixupIsDeadOrKill()
3397 if ((&*It) == StartMI) in fixupIsDeadOrKill()
H A DPPCInstrInfo.h634 void fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI,