Searched refs:SlotI (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 783 MachineBasicBlock::iterator SlotI = Slot; in searchBackward() local 784 if (!searchRange(MBB, ++SlotI.getReverse(), MBB.rend(), RegDU, MemDU, Slot, in searchBackward() 791 MBB.splice(std::next(SlotI), &MBB, Filler.getReverse()); in searchBackward() 792 MIBundleBuilder(MBB, SlotI, std::next(SlotI, 2)); in searchBackward()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 815 ArrayRef<SlotIndex>::iterator SlotI = Slots.begin(); in isLiveAtIndexes() local 819 if (SlotI == SlotE) in isLiveAtIndexes() 823 const_iterator SegmentI = find(*SlotI); in isLiveAtIndexes() 831 for ( ; SlotI != SlotE; ++SlotI) { in isLiveAtIndexes() 834 SegmentI = advanceTo(SegmentI, *SlotI); in isLiveAtIndexes() 839 if (SegmentI->contains(*SlotI)) in isLiveAtIndexes()
|
D | LiveIntervals.cpp | 914 ArrayRef<SlotIndex>::iterator SlotI = llvm::lower_bound(Slots, LiveI->start); in checkRegMaskInterference() local 918 if (SlotI == SlotE) in checkRegMaskInterference() 923 assert(*SlotI >= LiveI->start); in checkRegMaskInterference() 925 while (*SlotI < LiveI->end) { in checkRegMaskInterference() 934 UsableRegs.clearBitsNotInMask(Bits[SlotI-Slots.begin()]); in checkRegMaskInterference() 935 if (++SlotI == SlotE) in checkRegMaskInterference() 939 LiveI = LI.advanceTo(LiveI, *SlotI); in checkRegMaskInterference() 943 while (*SlotI < LiveI->start) in checkRegMaskInterference() 944 if (++SlotI == SlotE) in checkRegMaskInterference()
|