Searched refs:extendInBlock (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 71 if (LI->extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill)) in extend() 136 VNInfo *VNI = LI->extendInBlock(Start, End); in findReachingDefs()
|
D | SplitKit.cpp | 863 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 883 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
|
D | LiveInterval.cpp | 279 VNInfo *LiveInterval::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() function in LiveInterval
|
D | LiveIntervalAnalysis.cpp | 819 if (VNInfo *ExtVNI = NewLI.extendInBlock(BlockStart, Idx.getNextSlot())) { in shrinkToUses()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 248 if (LR.extendInBlock(Indexes->getMBBStartIdx(UseMBB), Use)) in extend() 329 VNInfo *VNI = LR.extendInBlock(Start, End); in findReachingDefs()
|
D | LiveInterval.cpp | 92 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { in extendInBlock() function in __anonb1105b280111::CalcLiveRangeUtilBase 513 VNInfo *LiveRange::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { in extendInBlock() function in LiveRange 516 return CalcLiveRangeUtilSet(this).extendInBlock(StartIdx, Kill); in extendInBlock() 518 return CalcLiveRangeUtilVector(this).extendInBlock(StartIdx, Kill); in extendInBlock()
|
D | SplitKit.cpp | 978 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues() 998 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()
|
D | LiveIntervalAnalysis.cpp | 370 if (VNInfo *ExtVNI = LR.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXFMAMutate.cpp | 323 AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB), in processBlock()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveInterval.h | 466 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 457 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 465 if (Range.extendInBlock(LIS->getMBBStartIdx(BB), SI)) in updateDeadsInRange()
|