Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1582 struct ValueRotInfo { struct in __anonc3d3b4b60711::BitPermutationSelector
1589 ValueRotInfo() = default;
1593 bool operator < (const ValueRotInfo &Other) const { in operator <() argument
1959 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo()
2178 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2285 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2501 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2684 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2835 DenseMap<std::pair<SDValue, unsigned>, ValueRotInfo> ValueRots;
2836 SmallVector<ValueRotInfo, 16> ValueRotsVec;