Searched refs:enterIntvBefore (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 453 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore() function in SplitEditor 1131 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() 1227 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock() 1329 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock() 1344 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock() 1387 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock() 1408 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()
|
D | SplitKit.h | 364 SlotIndex enterIntvBefore(SlotIndex Idx);
|
D | RegAllocGreedy.cpp | 1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 497 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore() function in SplitEditor 1246 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() 1342 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock() 1444 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock() 1459 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock() 1502 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock() 1523 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()
|
D | SplitKit.h | 405 SlotIndex enterIntvBefore(SlotIndex Idx);
|
D | RegAllocGreedy.cpp | 1616 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit() 1917 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 692 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore() function in SplitEditor 1577 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() 1672 Idx = enterIntvBefore(LeaveBefore); in splitLiveThroughBlock() 1774 SlotIndex From = enterIntvBefore(LeaveBefore); in splitRegInBlock() 1789 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore)); in splitRegInBlock() 1833 SlotIndex Idx = enterIntvBefore(std::min(LSP, BI.FirstInstr)); in splitRegOutBlock() 1854 SlotIndex From = enterIntvBefore(std::min(Idx, BI.FirstInstr)); in splitRegOutBlock()
|
D | SplitKit.h | 450 SlotIndex enterIntvBefore(SlotIndex Idx);
|
D | RegAllocGreedy.cpp | 2082 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit() 2381 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()
|