Home
last modified time | relevance | path

Searched refs:MIIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp122 SlotIndex MIIndex = mi2iItr->second; in removeMachineInstrFromMaps() local
123 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeMachineInstrFromMaps()
135 SlotIndex MIIndex = mi2iItr->second; in removeSingleMachineInstrFromMaps() local
136 IndexListEntry &MIEntry = *MIIndex.listEntry(); in removeSingleMachineInstrFromMaps()
149 mi2iMap.insert(std::make_pair(&NextMI, MIIndex)); in removeSingleMachineInstrFromMaps()
DVirtRegMap.cpp472 SlotIndex MIIndex = LIS->getInstructionIndex(MI); in subRegLiveThrough() local
473 SlotIndex BeforeMIUses = MIIndex.getBaseIndex(); in subRegLiveThrough()
474 SlotIndex AfterMIDefs = MIIndex.getBoundaryIndex(); in subRegLiveThrough()