Searched refs:MIIndex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 113 SlotIndex MIIndex = mi2iItr->second; in removeMachineInstrFromMaps() local 114 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps() 126 SlotIndex MIIndex = mi2iItr->second; in removeSingleMachineInstrFromMaps() local 127 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps() 140 mi2iMap.insert(std::make_pair(&NextMI, MIIndex)); in removeSingleMachineInstrFromMaps()
|
D | VirtRegMap.cpp | 474 SlotIndex MIIndex = LIS->getInstructionIndex(MI); in subRegLiveThrough() local 475 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough() 476 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex(); in subRegLiveThrough()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 685 SlotIndex MIIndex = getMBBStartIdx(MBB); in computeIntervals() local 692 handleLiveInRegister(MBB, MIIndex, getOrCreateInterval(*LI)); in computeIntervals() 696 handleLiveInRegister(MBB, MIIndex, getOrCreateInterval(*AS), in computeIntervals() 701 if (getInstructionFromIndex(MIIndex) == 0) in computeIntervals() 702 MIIndex = indexes_->getNextNonNullIndex(MIIndex); in computeIntervals() 706 DEBUG(dbgs() << MIIndex << "\t" << *MI); in computeIntervals() 718 handleRegisterDef(MBB, MI, MIIndex, MO, i); in computeIntervals() 724 MIIndex = indexes_->getNextNonNullIndex(MIIndex); in computeIntervals()
|