Searched refs:useIntv (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 747 void SplitEditor::useIntv(const MachineBasicBlock &MBB) { in useIntv() function in SplitEditor 748 useIntv(LIS.getMBBStartIdx(&MBB), LIS.getMBBEndIdx(&MBB)); in useIntv() 751 void SplitEditor::useIntv(SlotIndex Start, SlotIndex End) { in useIntv() function in SplitEditor 1580 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock() 1584 useIntv(SegStart, SegStop); in splitSingleBlock() 1653 useIntv(Start, Stop); in splitLiveThroughBlock() 1673 useIntv(Idx, Stop); in splitLiveThroughBlock() 1678 useIntv(Start, Idx); in splitLiveThroughBlock() 1694 useIntv(Idx, Stop); in splitLiveThroughBlock() 1699 useIntv(Start, Idx); in splitLiveThroughBlock() [all …]
|
D | SplitKit.h | 478 void useIntv(const MachineBasicBlock &MBB); 481 void useIntv(SlotIndex Start, SlotIndex End);
|
D | RegAllocGreedy.cpp | 2124 SE->useIntv(SegStart, SegStop); in tryInstructionSplit() 2427 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|