Searched refs:overlapIntv (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.h | 404 void overlapIntv(SlotIndex Start, SlotIndex End);
|
D | SplitKit.cpp | 586 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv() function in SplitEditor 1139 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock() 1308 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock() 1343 overlapIntv(To, BI.LastInstr); in splitRegInBlock()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.h | 445 void overlapIntv(SlotIndex Start, SlotIndex End);
|
D | SplitKit.cpp | 630 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv() function in SplitEditor 1254 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock() 1423 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock() 1458 overlapIntv(To, BI.LastInstr); in splitRegInBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.h | 490 void overlapIntv(SlotIndex Start, SlotIndex End);
|
D | SplitKit.cpp | 827 void SplitEditor::overlapIntv(SlotIndex Start, SlotIndex End) { in overlapIntv() function in SplitEditor 1585 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock() 1753 overlapIntv(Idx, BI.LastInstr); in splitRegInBlock() 1788 overlapIntv(To, BI.LastInstr); in splitRegInBlock()
|