Home
last modified time | relevance | path

Searched refs:leaveIntvAfter (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.h383 SlotIndex leaveIntvAfter(SlotIndex Idx);
DSplitKit.cpp518 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter() function in SplitEditor
1134 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1301 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
1328 SlotIndex To = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
DRegAllocGreedy.cpp1474 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
/external/llvm/lib/CodeGen/
DSplitKit.h424 SlotIndex leaveIntvAfter(SlotIndex Idx);
DSplitKit.cpp562 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter() function in SplitEditor
1249 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1416 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
1443 SlotIndex To = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
DRegAllocGreedy.cpp1617 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit()
1918 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.h469 SlotIndex leaveIntvAfter(SlotIndex Idx);
DSplitKit.cpp758 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter() function in SplitEditor
1580 useIntv(SegStart, leaveIntvAfter(BI.LastInstr)); in splitSingleBlock()
1746 SlotIndex Idx = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
1773 SlotIndex To = leaveIntvAfter(BI.LastInstr); in splitRegInBlock()
DRegAllocGreedy.cpp2083 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]); in tryInstructionSplit()
2382 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]); in tryLocalSplit()