Searched refs:SegStart (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 1131 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local 1134 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock() 1138 useIntv(SegStart, SegStop); in splitSingleBlock()
|
D | RegAllocGreedy.cpp | 1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local 1475 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1616 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit() local 1618 SE->useIntv(SegStart, SegStop); in tryInstructionSplit() 1917 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local 1919 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|
D | SplitKit.cpp | 1246 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local 1249 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock() 1253 useIntv(SegStart, SegStop); in splitSingleBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 2082 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]); in tryInstructionSplit() local 2084 SE->useIntv(SegStart, SegStop); in tryInstructionSplit() 2381 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local 2383 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|
D | SplitKit.cpp | 1577 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local 1580 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock() 1584 useIntv(SegStart, SegStop); in splitSingleBlock()
|