Searched refs:EndMI (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A 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() 201 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges() local 206 if (auto R = intersects(StartMI, EndMI, ScopeRanges, Ordering)) { in trimLocationRanges()
|
H A D | DwarfDebug.cpp | 1697 const MachineInstr *EndMI = nullptr; in buildLocationList() local 1718 EndMI = EI->getInstr(); in buildLocationList() 1809 !validThroughout(LScopes, StartDebugMI, EndMI, getInstOrdering())) in buildLocationList()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 1107 MachineInstr *EndMI = LIS->getInstructionFromIndex(S->end.getBaseIndex()); in prepareInsertion() local 1108 assert(EndMI && "Segment does not end on valid instruction"); in prepareInsertion() 1109 auto NextI = std::next(EndMI->getIterator()); in prepareInsertion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVLIWPacketizer.cpp | 1790 MachineBasicBlock::iterator EndMI) { in endPacket() argument 1820 MachineBasicBlock::instr_iterator LastMI(EndMI.getInstrIterator()); in endPacket()
|