Searched refs:StartMI (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DbgEntityHistoryCalculator.cpp | 114 intersects(const MachineInstr *StartMI, const MachineInstr *EndMI, in intersects() argument 123 if (Ordering.isBefore(StartMI, RangesI->second)) in intersects() 197 const MachineInstr *StartMI = EI->getInstr(); in trimLocationRanges() local 203 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | RegisterScavenging.cpp | 285 Register RegScavenger::findSurvivorReg(MachineBasicBlock::iterator StartMI, in findSurvivorReg() argument 293 assert(StartMI != ME && "MI already at terminator"); in findSurvivorReg() 294 MachineBasicBlock::iterator RestorePointMI = StartMI; in findSurvivorReg() 295 MachineBasicBlock::iterator MI = StartMI; in findSurvivorReg() 341 assert(RestorePointMI != StartMI && in findSurvivorReg()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | RegisterScavenging.h | 224 Register findSurvivorReg(MachineBasicBlock::iterator StartMI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRFrameLowering.cpp | 312 MachineBasicBlock::iterator StartMI, in fixStackStores() argument 316 llvm::make_early_inc_range(llvm::make_range(StartMI, MBB.end()))) { in fixStackStores()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 3470 void PPCInstrInfo::fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI, in fixupIsDeadOrKill() argument 3476 MachineRegisterInfo &MRI = StartMI->getParent()->getParent()->getRegInfo(); in fixupIsDeadOrKill() 3477 if (MRI.isSSA() && (StartMI->getParent() != EndMI->getParent())) { in fixupIsDeadOrKill() 3483 assert((StartMI->getParent() == EndMI->getParent()) && in fixupIsDeadOrKill() 3490 std::tie(Reads, Writes) = StartMI->readsWritesVirtualRegister(RegNo); in fixupIsDeadOrKill() 3495 StartMI = MRI.getVRegDef(RegNo); in fixupIsDeadOrKill() 3551 assert(&*It == StartMI && "No new def between StartMI and EndMI."); in fixupIsDeadOrKill() 3557 if ((&*It) == StartMI) in fixupIsDeadOrKill()
|
| D | PPCInstrInfo.h | 767 void fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI,
|