Home
last modified time | relevance | path

Searched refs:enterIntvBefore (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp692 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()
DSplitKit.h466 SlotIndex enterIntvBefore(SlotIndex Idx);
DRegAllocGreedy.cpp2122 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit()
2425 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit()