reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegisterCoalescer.cpp
 1657   if (DstInt && DstInt->hasSubRanges() && DstReg != SrcReg) {
 1657   if (DstInt && DstInt->hasSubRanges() && DstReg != SrcReg) {
 1666       addUndefFlag(*DstInt, UseIdx, MO, SubReg);
 1690     if (DstInt && !Reads && SubIdx && !UseMI->isDebugValue())
 1691       Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI));
 1706         if (!DstInt->hasSubRanges()) {
 1708           LaneBitmask Mask = MRI->getMaxLaneMaskForVReg(DstInt->reg);
 1709           DstInt->createSubRangeFrom(Allocator, Mask, *DstInt);
 1709           DstInt->createSubRangeFrom(Allocator, Mask, *DstInt);
 1715         addUndefFlag(*DstInt, UseIdx, MO, SubIdx);