Searched refs:instrIdx (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1408 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local 1441 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange() 1442 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange() 1444 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange() 1452 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1453 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange() 1454 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange() 1456 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange() 1457 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1458 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 1489 SlotIndex instrIdx = getInstructionIndex(MI); in repairOldRegInRange() local 1522 LII->start = instrIdx.getRegSlot(); in repairOldRegInRange() 1523 LII->valno->def = instrIdx.getRegSlot(); in repairOldRegInRange() 1525 lastUseIdx = instrIdx.getRegSlot(); in repairOldRegInRange() 1533 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1534 LiveRange::Segment S(instrIdx.getRegSlot(), in repairOldRegInRange() 1535 instrIdx.getDeadSlot(), VNI); in repairOldRegInRange() 1537 } else if (LII->start != instrIdx.getRegSlot()) { in repairOldRegInRange() 1538 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator); in repairOldRegInRange() 1539 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI); in repairOldRegInRange() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Splitter.cpp | 216 SlotIndex instrIdx = ls.lis->getInstructionIndex(&instr); in copyRanges() local 219 li.getLiveRangeContaining(instrIdx.getDefIndex()); in copyRanges() 225 li.getLiveRangeContaining(instrIdx.getUseIndex()); in copyRanges()
|