Searched refs:VRI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1538 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; local
1539 VRI.V = BG.V;
1540 VRI.RLAmt = BG.RLAmt;
1541 VRI.Repl32 = BG.Repl32;
1542 VRI.NumGroups += 1;
1543 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx);
1757 for (ValueRotInfo &VRI : ValueRotsVec) {
1760 if (!Bits[i].hasValue() || Bits[i].getValue() != VRI.V)
1762 if (RLAmt[i] != VRI
1864 ValueRotInfo &VRI = ValueRotsVec[0]; local
2260 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp794 DenseMap<SUnit*, unsigned>::iterator VRI = VRBaseMap.find(I->getSUnit());
795 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late");
807 .addReg(VRI->second);

Completed in 164 milliseconds