Searched refs:VRI (Results 1 – 4 of 4) sorted by relevance
193 LiveInterval::iterator VRI = VirtReg->find(Overlaps.start()); in checkLoopInterference() local196 if (VRI == VirtReg->end()) in checkLoopInterference()198 if (VRI->start < Overlaps.stop()) in checkLoopInterference()201 Overlaps.advanceTo(VRI->start); in checkLoopInterference()204 if (Overlaps.start() < VRI->end) in checkLoopInterference()207 VRI = VirtReg->advanceTo(VRI, Overlaps.start()); in checkLoopInterference()
42 DenseMap<SUnit*, unsigned>::iterator VRI = VRBaseMap.find(I->getSUnit()); in EmitPhysRegCopy() local43 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late"); in EmitPhysRegCopy()55 .addReg(VRI->second); in EmitPhysRegCopy()
1099 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo() local1100 VRI.V = BG.V; in collectValueRotInfo()1101 VRI.RLAmt = BG.RLAmt; in collectValueRotInfo()1102 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()1103 VRI.NumGroups += 1; in collectValueRotInfo()1104 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx); in collectValueRotInfo()1275 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()1278 if (!Bits[i].hasValue() || Bits[i].getValue() != VRI.V) in SelectAndParts32()1280 if (RLAmt[i] != VRI.RLAmt) in SelectAndParts32()1289 bool NeedsRotate = VRI.RLAmt != 0; in SelectAndParts32()[all …]
765 DenseMap<SUnit*, unsigned>::iterator VRI = VRBaseMap.find(I->getSUnit()); in EmitPhysRegCopy() local766 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late"); in EmitPhysRegCopy()778 .addReg(VRI->second); in EmitPhysRegCopy()