Home
last modified time | relevance | path

Searched refs:SegStart (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp1131 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local
1134 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1138 useIntv(SegStart, SegStop); in splitSingleBlock()
DRegAllocGreedy.cpp1473 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]); in tryLocalSplit() local
1475 SE->useIntv(SegStart, SegStop); in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1616 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()
DSplitKit.cpp1246 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/
DRegAllocGreedy.cpp2082 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()
DSplitKit.cpp1577 SlotIndex SegStart = enterIntvBefore(std::min(BI.FirstInstr, in splitSingleBlock() local
1580 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1584 useIntv(SegStart, SegStop); in splitSingleBlock()