Searched refs:EndMI (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 119 if (EndMI && Ordering.isBefore(EndMI, RangesI->first)) in intersects() 121 if (EndMI && !Ordering.isBefore(RangesI->second, EndMI)) in intersects() 198 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges() local 203 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
|
| D | DwarfDebug.cpp | 1680 const MachineInstr *EndMI = nullptr; in buildLocationList() local 1701 EndMI = EI->getInstr(); in buildLocationList() 1792 !validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering())) in buildLocationList()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIWholeQuadMode.cpp | 1162 MachineInstr *EndMI = LIS->getInstructionFromIndex(S->end.getBaseIndex()); in prepareInsertion() local 1163 assert(EndMI && "Segment does not end on valid instruction"); in prepareInsertion() 1164 auto NextI = std::next(EndMI->getIterator()); in prepareInsertion()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 3470 void PPCInstrInfo::fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI, in fixupIsDeadOrKill() argument 3477 if (MRI.isSSA() && (StartMI->getParent() != EndMI->getParent())) { in fixupIsDeadOrKill() 3483 assert((StartMI->getParent() == EndMI->getParent()) && in fixupIsDeadOrKill() 3511 EndMI->findRegisterUseOperandIdx(RegNo, false, &getRegisterInfo()); in fixupIsDeadOrKill() 3513 EndMI->getOperand(UseIndex).setIsKill(true); in fixupIsDeadOrKill() 3518 for (int i = 0, e = EndMI->getNumOperands(); i != e; ++i) in fixupIsDeadOrKill() 3520 clearOperandKillInfo(*EndMI, i); in fixupIsDeadOrKill() 3524 MachineBasicBlock::reverse_iterator It = *EndMI; in fixupIsDeadOrKill() 3525 MachineBasicBlock::reverse_iterator E = EndMI->getParent()->rend(); in fixupIsDeadOrKill()
|
| D | PPCInstrInfo.h | 767 void fixupIsDeadOrKill(MachineInstr *StartMI, MachineInstr *EndMI,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonVLIWPacketizer.cpp | 1789 MachineBasicBlock::iterator EndMI) { in endPacket() argument 1819 MachineBasicBlock::instr_iterator LastMI(EndMI.getInstrIterator()); in endPacket()
|