Home
last modified time | relevance | path

Searched refs:VRI (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalUnion.cpp193 LiveInterval::iterator VRI = VirtReg->find(Overlaps.start()); in checkLoopInterference() local
196 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()
DScheduleDAGEmit.cpp42 DenseMap<SUnit*, unsigned>::iterator VRI = VRBaseMap.find(I->getSUnit()); in EmitPhysRegCopy() local
43 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late"); in EmitPhysRegCopy()
55 .addReg(VRI->second); in EmitPhysRegCopy()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1099 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo() local
1100 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 …]
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp765 DenseMap<SUnit*, unsigned>::iterator VRI = VRBaseMap.find(I->getSUnit()); in EmitPhysRegCopy() local
766 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late"); in EmitPhysRegCopy()
778 .addReg(VRI->second); in EmitPhysRegCopy()