Searched refs:SegStop (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 1137 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local 1138 useIntv(SegStart, SegStop); in splitSingleBlock() 1139 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
|
D | RegAllocGreedy.cpp | 1474 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local 1475 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 1617 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit() local 1618 SE->useIntv(SegStart, SegStop); in tryInstructionSplit() 1918 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local 1919 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|
D | SplitKit.cpp | 1252 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local 1253 useIntv(SegStart, SegStop); in splitSingleBlock() 1254 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 2083 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit() local 2084 SE->useIntv(SegStart, SegStop); in tryInstructionSplit() 2382 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit() local 2383 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
|
D | SplitKit.cpp | 1583 SlotIndex SegStop = leaveIntvBefore(LastSplitPoint); in splitSingleBlock() local 1584 useIntv(SegStart, SegStop); in splitSingleBlock() 1585 overlapIntv(SegStop, BI.LastInstr); in splitSingleBlock()
|