Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1946 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo() local
1947 VRI.V = BG.V; in collectValueRotInfo()
1948 VRI.RLAmt = BG.RLAmt; in collectValueRotInfo()
1949 VRI.Repl32 = BG.Repl32; in collectValueRotInfo()
1950 VRI.NumGroups += 1; in collectValueRotInfo()
1951 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx); in collectValueRotInfo()
2165 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2168 if (!Bits[i].hasValue() || Bits[i].getValue() != VRI.V) in SelectAndParts32()
2170 if (RLAmt[i] != VRI.RLAmt) in SelectAndParts32()
2179 bool NeedsRotate = VRI.RLAmt != 0; in SelectAndParts32()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp818 DenseMap<SUnit *, Register>::iterator VRI = in EmitPhysRegCopy() local
820 assert(VRI != VRBaseMap.end() && "Node emitted out of order - late"); in EmitPhysRegCopy()
832 .addReg(VRI->second); in EmitPhysRegCopy()