Searched refs:StartMI (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 276 unsigned RegScavenger::findSurvivorReg(MachineBasicBlock::iterator StartMI, in findSurvivorReg() argument 284 assert(StartMI != ME && "MI already at terminator"); in findSurvivorReg() 285 MachineBasicBlock::iterator RestorePointMI = StartMI; in findSurvivorReg() 286 MachineBasicBlock::iterator MI = StartMI; in findSurvivorReg() 332 assert(RestorePointMI != StartMI && in findSurvivorReg()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 131 intersects(const MachineInstr *StartMI, const MachineInstr *EndMI, in intersects() argument 140 if (Ordering.isBefore(StartMI, RangesI->second)) in intersects() 214 const MachineInstr *StartMI = EI->getInstr(); in trimLocationRanges() local 220 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 288 Register RegScavenger::findSurvivorReg(MachineBasicBlock::iterator StartMI, in findSurvivorReg() argument 296 assert(StartMI != ME && "MI already at terminator"); in findSurvivorReg() 297 MachineBasicBlock::iterator RestorePointMI = StartMI; in findSurvivorReg() 298 MachineBasicBlock::iterator MI = StartMI; in findSurvivorReg() 344 assert(RestorePointMI != StartMI && in findSurvivorReg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 307 Register RegScavenger::findSurvivorReg(MachineBasicBlock::iterator StartMI, in findSurvivorReg() argument 315 assert(StartMI != ME && "MI already at terminator"); in findSurvivorReg() 316 MachineBasicBlock::iterator RestorePointMI = StartMI; in findSurvivorReg() 317 MachineBasicBlock::iterator MI = StartMI; in findSurvivorReg() 363 assert(RestorePointMI != StartMI && in findSurvivorReg()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 175 unsigned findSurvivorReg(MachineBasicBlock::iterator StartMI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 215 Register findSurvivorReg(MachineBasicBlock::iterator StartMI,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 206 Register findSurvivorReg(MachineBasicBlock::iterator StartMI,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 443 void fixupIsDeadOrKill(MachineInstr &StartMI, MachineInstr &EndMI,
|
D | PPCInstrInfo.cpp | 2435 void PPCInstrInfo::fixupIsDeadOrKill(MachineInstr &StartMI, MachineInstr &EndMI, in fixupIsDeadOrKill() argument 2438 StartMI.getParent()->getParent()->getRegInfo(); in fixupIsDeadOrKill() 2443 assert((StartMI.getParent() == EndMI.getParent()) && in fixupIsDeadOrKill() 2498 assert(&*It == &StartMI && "No new def between StartMI and EndMI."); in fixupIsDeadOrKill() 2504 if ((&*It) == &StartMI) in fixupIsDeadOrKill()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 615 void fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI,
|
D | PPCInstrInfo.cpp | 2866 void PPCInstrInfo::fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI, in fixupIsDeadOrKill() argument 2872 MachineRegisterInfo &MRI = StartMI->getParent()->getParent()->getRegInfo(); in fixupIsDeadOrKill() 2873 if (MRI.isSSA() && (StartMI->getParent() != EndMI->getParent())) { in fixupIsDeadOrKill() 2879 assert((StartMI->getParent() == EndMI->getParent()) && in fixupIsDeadOrKill() 2886 std::tie(Reads, Writes) = StartMI->readsWritesVirtualRegister(RegNo); in fixupIsDeadOrKill() 2891 StartMI = MRI.getVRegDef(RegNo); in fixupIsDeadOrKill() 2947 assert(&*It == StartMI && "No new def between StartMI and EndMI."); in fixupIsDeadOrKill() 2953 if ((&*It) == StartMI) in fixupIsDeadOrKill()
|